Can't run init script - dumb error
julie-sullivan opened this issue · 2 comments
julie-sullivan commented
Sorry this is likely a silly problem.
julie ~/git/PubData/interface $ ./GUI.py
Traceback (most recent call last):
File "./GUI.py", line 11, in <module>
from importlib import reload
ImportError: cannot import name reload
julie ~/git/PubData/interface $ python --version
Python 2.7.6
Suggestions? What have I done wrong?
Thanks!
kasraavand commented
Some parts of the code are on develop, and are not compatible with both python versions. For now the supported version is 3.X. Please try with that.
Bohdan-Khomtchouk commented
Yes, for now please use Python 3.X, not 2.X.