python-sqlite3-backup
python-sqlite3-backup copied to clipboard
MacOSX: Segmentation fault: 11
If I try any form of database copy, including using a modified test script, just to force the location of the sqlitebck.so it fails with: Martyns-MacBook-Pro-3:Downloads martyn$ python tests.py Segmentation fault: 11
I can confirm it works on my Linux box, just not on my testing one :/
I don't have OS X, so there is no way I can test it. I would accept patch though :wink:
I had the same issue using OS X 10.11. I had pip installed it. Installing it using setup.py fixed it for me.