在Google App Engine SDK 1.8-Windows 7上没有名为_sqlite3且带有Django的模块

在Google App Engine SDK 1.8-Windows 7上没有名为_sqlite3且带有Django的模块,django,sqlite,Django,Sqlite,我在StackFlow上搜索的与此错误相关的所有答案都是针对Linux系统的。 我不明白。有人能为Windows系统提出解决方案吗。 在pythonshell中键入importsqlite时,我没有收到任何错误,但在使用GAE-SDK浏览我的应用程序时,此错误出现在日志文件中 raise ImproperlyConfigured("Error loading either pysqlite2 or sqlite3 modules (tried in that order): %s" % exc

我在StackFlow上搜索的与此错误相关的所有答案都是针对Linux系统的。 我不明白。有人能为Windows系统提出解决方案吗。 在pythonshell中键入importsqlite时,我没有收到任何错误,但在使用GAE-SDK浏览我的应用程序时,此错误出现在日志文件中

 raise ImproperlyConfigured("Error loading either pysqlite2 or sqlite3 modules (tried in that order): %s" % exc)
ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3

听起来好像找不到SQLite本机绑定。在GAE上支持SQLite吗?这个页面可能会有所帮助:我读过的文章表明它是受支持的。