SyntaxFix
Write A Post
Hire A Developer
Questions
This worked for me:
conn = sqlite3.connect("C:\\users\\guest\\desktop\\example.db")
Note: Double slashes in the full path
Using python v2.7 on Win 7 enterprise and Win Xp Pro
Hope this helps someone.