-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo files crashes with "wx._core.wxAssertionError" #1804
Comments
I've hit this crash in the wild with Windows 10, Python 3.8 and wxpython 4.10 Google search hit this. It's not just the demo being screwy. I'd like a work around. |
Apparently in windows that was Croatian with the language set to English it crashed. I'm thinking maybe the C++ took the language from one place and Widgets took the language from another place. Since I cooked up a version of this that ripped out all the internationalization for a user and it still crashed for him. |
@tatarize @xcodz-dot You might want to try out a snapshot build... wxPy 4.1 was a bit of a rocky release because Robin basically took a flying leap into the wxWidgets bleeding edge. And with wxPy 4.1 there are other things such as event changes/fixes on the wxWidgets side that may cause alot of folks python programs to error, have performance issues or widgets may stop working. Those that do locale stuff are testing atm so it might be better for you to stay at wxPy4.0 until 4.1.next is released or go ahead and try to work with each other to figure out if all the problems have been smoothed out. |
I've had two reports of the crash but I basically ruled out everything on my end, and I can't duplicate it myself to figure out a good work around. I ripped out all my internationalization code and it still weirdly crashed there. I tested Portuguese windows in English and German, and couldn't get it to crash. I'm guessing native Croatian windows into English triggers is a trigger, but I don't have access to Croatian windows. --- I'll give 4.0 a shot and cook it up for the guy who has the crash. And see. It at least gives me a way forward. |
The latest snapshots can be downloaded here. |
Well, thank you. I just wanted to start with a GUI library and thought i could go with this but no problems for me cause i have other options to try to learn (Anyway, thanks for guidance @Metallicow ) |
@Metallicow the guy I know who gets this error got it with wx-python 4.0 too. |
@tatarize @xcodz-dot |
Operating system: Windows Home 10.0.15063 x64
wxPython version & source: pypi 4.1.0
Python version & source: python 3.8.3 official distribution
Description of the problem:
This happens when the extra demo file is run
The text was updated successfully, but these errors were encountered: