[GH-ISSUE #239] Ready made exe available? #214

Closed
opened 2026-02-26 12:20:51 +03:00 by kerem · 7 comments
Owner

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:

<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
Error: tkinter not found

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.

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: ``` <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject Error: tkinter not found ``` 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.
kerem 2026-02-26 12:20:51 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@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.

<!-- gh-comment-id:1031206632 --> @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.
Author
Owner

@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.

P:\ESP32-Compiler-Tools\tools\idf-python\3.8.7>python -m auto_py_to_exe
<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
<frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change
d, may indicate binary incompatibility. Expected 144 from C header, got 152 from
 PyObject
Error: tkinter not found
For linux, you can install tkinter by executing: "sudo apt-get install python3-t
k"

<!-- gh-comment-id:1031266835 --> @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. ``` P:\ESP32-Compiler-Tools\tools\idf-python\3.8.7>python -m auto_py_to_exe <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject <frozen importlib._bootstrap>:219: RuntimeWarning: greenlet.greenlet size change d, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject Error: tkinter not found For linux, you can install tkinter by executing: "sudo apt-get install python3-t k" ```
Author
Owner

@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.

<!-- gh-comment-id:1032250776 --> @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](https://github.com/brentvollebregt/auto-py-to-exe/blob/e9ab4776398154e8d5f2a90e1b975704b441ee73/auto_py_to_exe/dialogs.py#L16).
Author
Owner

@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.

<!-- gh-comment-id:1034339132 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1034556246 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1095760165 --> @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.
Author
Owner

@github-actions[bot] commented on GitHub (Apr 17, 2022):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:1100781029 --> @github-actions[bot] commented on GitHub (Apr 17, 2022): Closing issue due to no activity in more than 60 days.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#214
No description provided.