mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 12:15:50 +03:00
[GH-ISSUE #239] Ready made exe available? #214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JB-DX on GitHub (Feb 5, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/239
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.
@brentvollebregt commented on GitHub (Feb 7, 2022):
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.
@JB-DX commented on GitHub (Feb 7, 2022):
I use python distributed by the ESP32 developer package, installed in P:\ESP32-Compiler-Tools
I invoke: python -m auto_py_to_exe (see below)
auto_py_to_exe is the folder containing your stuff.
@brentvollebregt commented on GitHub (Feb 8, 2022):
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.
@JB-DX commented on GitHub (Feb 10, 2022):
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.
@brentvollebregt commented on GitHub (Feb 10, 2022):
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.
@github-actions[bot] commented on GitHub (Apr 12, 2022):
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.
@github-actions[bot] commented on GitHub (Apr 17, 2022):
Closing issue due to no activity in more than 60 days.