DEV Community

Discussion on: How to convert .py to .exe? Step by step guide.

Collapse
 
claudiaacerra profile image
claudia acerra

Wow did not know this app was out there. Thank you for your hard work. I have been trying to use pyinstaller to distrinute my tkinter app with SQLite DB... The error I get using pyinstaller is the same one I get using your tool. And that is when I try and use data from the DB or try to update the DB I get the following error:

sqlite3.OperationalError: no such table: track2

Any ideas?
Again thank you!

Collapse
 
eshleron profile image
Eshleron • Edited

Hi!
Try this solution on stackoverflow

Check out this method to making sure that you are working in the right directory.
one way to do it

Let me know if that helps or not!

Some comments have been hidden by the post's author - find out more