How to: python ImportError No module named #computers #development #fix
How to: python ImportError No module named #computers #development #fix
python ImportError No module named
I am very new at python and I am getting this error:
Traceback (most recent call last): File "mountain.py", line 28, in ? from toolkit.interface import interface ImportError: No module named toolkit.interface
Python is installed in a local directory:
My directory tree is like this:
(local directory)/site-packages/toolkit/interface.py
My code is in here
(local…
View On WordPress










