ImportError: No module named _sqlite3
I had the same problem (building
This is what I did to get it to work. I am using pythonbrew(which is using pip) with python 2.7.5 installed. I first did what Zubair(above) said and ran this command: sudo apt-get install libsqlite3-dev Then I ran this command: pip install pysqlite
This fixed the database problem and I got confirmation of this when I ran: python manager.py syncdb (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |