mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #259] Warning message comes up even though I am using Pyinstaller 4.10! #230
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 @mcagriaksoy on GitHub (Apr 4, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/259
Hi, I got the message :

and it causes from the file: utils.py line: 72 somehow it goes in the condition line 73 should not!

@brentvollebregt commented on GitHub (Apr 5, 2022):
Can you execute this and let me know what the output is:
@natura4917 commented on GitHub (Apr 5, 2022):
pyinstaller_version: 4.10
float(pyinstaller_version): 4.1
@brentvollebregt commented on GitHub (Apr 5, 2022):
@mcagriaksoy or @natura4917, can one of you (or someone else looking at this) checkout the branch
feature/259-fix-pyinstaller-4.10-warningsand check this is fixed please?PR is at https://github.com/brentvollebregt/auto-py-to-exe/pull/260
@mcagriaksoy commented on GitHub (Apr 5, 2022):
congratz. it is fixed. thanks for quick response.
