| Rank | Web Hosting | V-2 Visitors Special Offer | V-2 Rating | Sign Up |
|---|---|---|---|---|
| 1 |
|
Your price: $5.95/month Original price: $7.95 /Month Save $24.00 over 12 months |
96% |
Sign Up Now Read Review |
| 2 |
|
Your price: $5.95/month Original price: $7.95 /Month Save $24.00 over 12 months |
93% |
Sign Up Now Read Review |
| 3 |
|
Your price: $66/Year Original price: $88 /Year Save $22.00 over 12 months |
92% |
Sign Up Now Read Review |
I need to use a Python library that is not available on my web hosting server. What is the probable procedure to get it to work? Put the necessary files in my cgi-bin? Ask the host to install it globally or only for me? Your help is greatly appreciated.
Please talk to the Web host administrator to set up the Python interpreter for u
So assumably you already have Python installed if you want to use a Python library.
I’ve asked my provider (Webfaction) in the past to install a Python library and they responded to just install it myself locally.
I think they are worried about introducing libraries with security flaws.
Is your Python library pure python? Then it is very to install because you just copy the files to your local server. If it has a C backing then you will need gcc to compile.
If you install the library in the folder where you import it then there’s nothing more to do. Or if you install it elsewhere you need to add that folder to your Python path.
Very interesting article. I think python may be the best solution on programming .