python - ImportError : No module named _sqlite3 on GAE -
while trying start local google app engine (v1.3.8) server on fedora 14 python 2.5 (installed source) importerror
importerror: no module named _sqlite3
i have following package installed - sqlite, sqlite-devel, python2.5, python2.7. did google , looks error comes when there no c binding sqlite. however, since have both sqlite , sqlite-devel installed c bindings should present. same error when
import sqlite3
on python console. possibly can resolve error?
install sqlite-devel
, rebuild python.
Comments
Post a Comment