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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -