Compiling to exe sv.tcl no such file or directory #145
Unanswered
Mathiaszero
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I tried compiling my app to binary on Windows using Auto Py to Exe (APTE), but when I tried an error popped up with the following:
The command shown in the APTE is:
pyinstaller --noconfirm --onedir --windowed --collect-data "sv_ttk" "G:\Inspiron17files_main\Programming\Python\xxxxx\Main.py"
How can I fix this issue? The app runs fine when the individual files are all in py format.
Beta Was this translation helpful? Give feedback.
All reactions