Skip to content Skip to sidebar Skip to footer

No Module Named Pysqlite2._sqlite Error With Flask

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

Post a Comment for "No Module Named Pysqlite2._sqlite Error With Flask"