adamreeve / Mendeley-FileSync

A script to synchronise PDF files in Mendeley across multiple machines
GNU General Public License v3.0
24 stars 4 forks source link

new SQLite library in use #4

Closed fcornillie closed 11 years ago

fcornillie commented 11 years ago

Since Mendeley Desktop started using SQLite 3.7.14, this script no longer works with Python versions that use a SQLite library lower than 3.7.14.

See http://support.mendeley.com/customer/en/portal/questions/722830-sqlite-database-structure-changed-

If you are a Python 2.7 user on Windows, update your SQLite library by downloading the latest DLL from sqlite.org and put it in Python27\DLLs .

adamreeve commented 11 years ago

Thanks, I've added a note in the README about this issue.