Hi I m have a problem with No module named pysqlite2._sqlite error I m using SQLalchemy with flask and virtualenv when i query by model like this user = User.query.filter_by(soci
Solution 1:
I find the problem
Error occur from the google app engine environment
Google app engine doesn't provide c compiled library.
sqlite has c complied file, so it can't import module
Share
Post a Comment
for "No Module Named Pysqlite2._sqlite Error With Flask"
Post a Comment for "No Module Named Pysqlite2._sqlite Error With Flask"