Jan-18-2020, 09:31 PM
I suspect I won't get an answer but i'll try regardless...
Compiling my script (pyinstaller) and running the .exe results in:
When the interpreter will run the script JUST FINE with 0 errors whatsoever.
The script import statement:
I say this every time i write python:
It shouldn't be this difficult to actually implement a finished product. If you can't compile your code you've produced nothing!
Thanks for any help/ideas.
Compiling my script (pyinstaller) and running the .exe results in:
1 |
No module named tkinter.messagebox |
The script import statement:
1 |
import tkinter.messagebox as tkmb |
It shouldn't be this difficult to actually implement a finished product. If you can't compile your code you've produced nothing!
Thanks for any help/ideas.