install python modules on shared web hosting

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-05-29T18:50:41Z Indexed on 2010/05/29 18:52 UTC
Read the original article Hit count: 237

Filed under:
|
|

I am using a shared hosting environment that will not give me access to the command line.

Can I download the python module on my computer, compile it using python setup.py installand then simply upload a .py file to the web host?

If yes, where does the install statement place the compiled file?

© Stack Overflow or respective owner

Related posts about python

Related posts about web-development