Open ChenglongMa opened 10 months ago
Hello there!
Make sure you've followed the Contributing guidelines before finalizing your pull request.
TL;DR:
Since wxPython v4.2.1 has been released, it has fixed the https://github.com/wxWidgets/Phoenix/issues/2120 issue (in v4.2.0).
It's time to roll back to the version before https://github.com/chriskiehl/Gooey/pull/554. Also, this PR is related to https://github.com/chriskiehl/Gooey/issues/854.
Thanks!
Or you can restrict the version number of wxPython to 4.1.0:
In requirements.txt
wxpython==4.1.0
In setup.py
deps = [ ... 'wxpython==4.1.0', ... ]
Hello there!
Make sure you've followed the Contributing guidelines before finalizing your pull request.
TL;DR:
Changelog
Since wxPython v4.2.1 has been released, it has fixed the https://github.com/wxWidgets/Phoenix/issues/2120 issue (in v4.2.0).
It's time to roll back to the version before https://github.com/chriskiehl/Gooey/pull/554. Also, this PR is related to https://github.com/chriskiehl/Gooey/issues/854.
Thanks!