mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #475] Warning coloring problem #374
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 (Mar 24, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/475
Originally assigned to: @brentvollebregt on GitHub.
Quick Checks
Describe the bug

As you remember, version 2.43.0 I have added a warning for Pyinstaller version check. If the current version is obsolete, it warns the user to update the pyinstaller.
I have tested the warning before with "white backscreen" mode. Now, I realized that in "Night mode" the message cannot be read.
Your Environment:
python --version): 3.12.2pip show auto-py-to-exe): 2.43.2pip show pyinstaller): 5.13.2pip show eel): 0.16.0@github-actions[bot] commented on GitHub (Mar 24, 2024):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Mar 25, 2024):
This should be fixed in auto-py-to-exe 2.43.3 - you can use
python -m pip install auto-py-to-exe --upgradeto upgrade auto-py-to-exe.Thank you very much for raising this!
@mcagriaksoy commented on GitHub (Mar 25, 2024):
yes, working thanks for quick fix also!
