codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

ImportError: No module named '_sqlite3' #189

Closed eroncanc closed 10 years ago

eroncanc commented 10 years ago

Trying to use the sqlite3 module in python2.7.6 throws an error saying _sqlite3 module is not available.

To reproduce.

codio@xxxx:~/workspace$ parts install sqlite3 codio@xxxx:~/workspace$ parts install python2 codio@xxxx:~/workspace$ python2

(In python shell) >>> import sqlite3

ksimuk commented 10 years ago

fixed, please try again