12-04 890 views
peewee pysqlite or sqlite3 must be installed
download and install sqlite3
tar xf sqlite-autoconf-3210000.tar.gz
cd sqlite-autoconf-3210000
./configure --enable-static --enable-shared
make && make install
pip install pysqlite
12-04 890 views
peewee pysqlite or sqlite3 must be installed
tar xf sqlite-autoconf-3210000.tar.gz
cd sqlite-autoconf-3210000
./configure --enable-static --enable-shared
make && make install
pip install pysqlite