PyInstaller-2.1 Gives out error sqlite3.OperationalError: database is locked on Ubuntu 11.04

203 Views Asked by At

I used PyInstaller-2.1 to compile a script to executable on Ubuntu 11.04. On Windows, the output works fine with the SQLite database but on Ubuntu it gives me the error: error sqlite3.OperationalError: database is locked.

Can anyone please explain to me what may be the cause of it? Thanks.

0

There are 0 best solutions below