StackFlow でこのエラーに関連して検索したすべての回答は、Linux システム用です。理解できません。誰かが Windows システムの解決策を提案できますか? Pythonシェルで import sqliteと入力してもエラーは発生しませんが、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