Need to import a python library into a webserver -
i want run python file on webserver uses sqlite3 library, have no idea how install on server.
sqlite3 part of python standard library. such, if python installed on application server, use library. seems issue question getting web server use python. dependent upon many different things, beginning on web server.
here few starting points:
apache modwsgi or mod_python
Comments
Post a Comment