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:

lighttpd

apache modwsgi or mod_python

nginx


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -