How to Install Python Modules on Web Server?

Posted by sanghan on Server Fault See other posts from Server Fault or by sanghan
Published on 2012-06-06T02:36:03Z Indexed on 2012/06/06 4:42 UTC
Read the original article Hit count: 500

Filed under:
|
|
|
|

Im running a python cgi script in the cgi-bin directory which uses the sqlite3 module. I run it and it says that it does not recognize the name..

So how do I install this module or other modules on the server hosted by networksolutions?

Python documentation has this:

python setup.py install --home=<dir>

but I have no idea where or how I would run that line.

Any help would be appreciated.

© Server Fault or respective owner

Related posts about sql

Related posts about python