HOW TO INSTALL PYTHON LIBRARY ON WEB HOSTING SERVER?
I requirement to ingest a Python accumulation that is not acquirable on my scheme hosting server. What is the plausible machine to intend it to work? Put the needed files in my cgi-bin? Ask the patron to establish it globally or exclusive for me? Your support 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.