From 61210e4d14658def85c30bc0bb93c71dcfc6d964 Mon Sep 17 00:00:00 2001 From: Ashleigh Date: Wed, 5 Aug 2015 14:04:39 +0100 Subject: [PATCH] Added x64 information for the sqlite3 --- Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 143172a..ed8d6d2 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -11,3 +11,5 @@ This seems to be a version mismatch with the packaged Python sqlite3 libraries. This is the extract from the post: > I just wanted to say that I had the same issue as MAUL ("DatabaseError: file is encrypted or is not a database"), and had the settings correctly entered. I ended up fixing it by replacing the sqlite3.dll in C:\Python27\DLLs with the precompiled DLL from here: https://www.sqlite.org/download.html. After this, and re-starting PlexPy, it works flawlessly. + +For 64bit Python 2.7.x Install http://sourceforge.net/projects/cyqlite/?source=typ_redirect into the Python27\DLLs folder. \ No newline at end of file