ChrisEberl / Python_DIC

Python implementation of Digital Image Correlation (DIC)
Apache License 2.0
40 stars 19 forks source link

ImportError: cannot import name DIC_Global #2

Open HaishuoFang opened 6 years ago

HaishuoFang commented 6 years ago

When I git clone this repo, I find interface fold and functions fold not have init.py. So I add init.py in each fold. however,when I use python DIC.py in cmd(windows),Something is wrong. ImportError: cannot import name DIC_Global I do not know why?

CharlieBrglt commented 6 years ago

Hi HaishuiFang,

You do not need to add or remove any file/folder, everything (except libraries) is included in the repo. What I suggest is that you verify the following points:

I have just tried a complete installation from scratch (Uninstalled all python installations, libraries, ...) and I was able to run the software without errors.