I am able to run my python (python 3.7) program on my pc from sublime text. The program uses tkinter and sqlite3. Does pyinstaller not support them?
The error I'm getting when running it (by simply double-clicking the file created in dist
:
Fatal Python error: initfsencoding: unable to load the file system codec
zipimport.ZipImportError: can't find module 'encodings'
If anyone has some experience with this all help will be greatly appreciated!
I can post the code if the issue might be in the code itself.