- In db.py,I can use a function(func insert) insert data into sqlite correctly.
- Now I want to insert data into sqlite through python-fastcgi, in fastcgi (just named post.py ) I can get the request data correctly,but when I call db.insert,it gives me internal server error.
I already did chmod 777 slqite.db
. Anyone know whats problem?