sqlite3 - Importing Python files into each other on a web server -


using cgi scripts, can run single python files on server , use output on website.

however, have more complicated program on computer run on server. involves several modules have written myself, , sqlite3 module built in python. program involves reading .db file , using data.

once run main python executable browser, "500: internal server error" error.

i wanted know whether need change in permission settings or python files allowed import other python files, or read .db file.

i appreciate guidance, , sorry if i'm unclear i'm new site , coding in general.

follow up: so, understand, there isn't inherently wrong importing python files on server?

i suggest in log of server find out caused 500 error.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -