-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ready made exe available? #239
Comments
Where do you get these errors? What did you do to get them? No, there is not an executable version of auto-py-to-exe - if there was, it would be much harder to package third-party packages. |
I use python distributed by the ESP32 developer package, installed in P:\ESP32-Compiler-Tools
|
Are you sure you have tkinter installed? Based on this error, the application was not able to import tkinter. See the source throwing the error here. |
I had the same thoughts, and thus installed it a second time, but that told that it was already installed. I'm pretty clueless what's going on. |
If you try to import tkinter yourself in a separate script and run the script - does it work? Make sure you are using the same installation of Python as the one that you are executing auto-py-to-exe with when doing this. |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
Closing issue due to no activity in more than 60 days. |
With Python 3.8.2 I get errors:
I did install tkinter it, but no improvements.
I'm pretty annoyed fighting with the module mess of python.
Isn't there an auto-py-exe.exe available, that I just could download and use?
I don't program with python, only need to convert a developer tool into an exe to have a one-file solution to pass on to others.
The text was updated successfully, but these errors were encountered: