Skip to content

pump_mbf.py MIN_SQLITE_VERSION greater than current sqlite version #1

@relector-tuxnix

Description

@relector-tuxnix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions