Open mjallday opened 11 years ago
hummm... odd, sqlite3 is a build-in package, it should be there in most cases, did you turn it off when you were compiling python from source code? As I see it should be OSX you are using there. Maybe it is caused by the virtualenv? Could you import sqlite3 in the real Python environment? Try
python -c "import sqlite3"
I created a new virtualenv and installed billy by running
python setup.py develop && pip install -r requirements.txt
Next, I tried to run
initialize_billy_db development.ini
Running
pip install pysqlite
fixes the issue but I'm not sure if the dependency is incorrect or if it's missing.