Dalorbi39
Feb 27, 2013 - 21:20
Whenever i try and access a script that requires a user made module in a different folder other than the root folder the app gives me an import error: no module named module test, my solution is to append it into the sys.path list, but i dont think its a good idea to do that.