|
I'm trying to use a custom python script and module with wsgi but when I try accessing the site I get an import error, module does not exist. Even though the module in question is in the same directory as my script. I'm assuming this means the python interpreter isn't running in the directory I think it is. I'm unsure of what I need to do to proceed from here. |
|
Hi, We have some great documentation on this here: http://docs.webfaction.com/software/python.html#importerror Take a look over that and see if it fixes your problem. |