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: 263
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 install
and 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