Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pump_mbf.py MIN_SQLITE_VERSION greater than current sqlite version #1

Open
relector-tuxnix opened this issue Sep 21, 2016 · 0 comments

Comments

@relector-tuxnix
Copy link

In pump_mbf.py you have MIN_SQLITE_VERSION = '3.3'

The current version of SQLite is 3.14.2:

http://www.sqlite.org/releaselog/3_14_2.html

This results in pump_mbf.py throwing:

sys.exit("Error: could not import required version of sqlite3 module")

Change the line to MIN_SQLITE_VERSION = '3.14' or similar.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant