[Python] module
Posted: 08.07.2014 5:26
Hi,
I dont know why, but i cant import a library that is in the same directory of my script.
Example:
my script is in StealthDir\Script
and the library is located in the same directory.
StealthDir\Script\testLib.py
StealthDir\Script\test.py
test.py:
import testLib
The Error:
ImportError: No module named testLib
I know it work, because a friend mine runs the same instruction and worked fine, seems to be a configuration problem on my pc.
anyone got this problem?
thanks
I dont know why, but i cant import a library that is in the same directory of my script.
Example:
my script is in StealthDir\Script
and the library is located in the same directory.
StealthDir\Script\testLib.py
StealthDir\Script\test.py
test.py:
import testLib
The Error:
ImportError: No module named testLib
I know it work, because a friend mine runs the same instruction and worked fine, seems to be a configuration problem on my pc.
anyone got this problem?
thanks