We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[From #246] The three example scripts are in various states of health on wxPython:
squares
pi
primes
At some point, we should make all of these work on wx just as well as they do on Qt.
The text was updated successfully, but these errors were encountered:
the squares example does work as expected on windows + 3.6 + wx but i noticed a traitsui-related deprecation warning. ref enthought/traitsui#1411
Sorry, something went wrong.
No branches or pull requests
[From #246] The three example scripts are in various states of health on wxPython:
squares
script should work as expectedpi
example runs into an Enable issue that's fixed by a pending PR: WxPython 4 Fixes enable#403primes
example uses Qt-specific progress bar functionality.At some point, we should make all of these work on wx just as well as they do on Qt.
The text was updated successfully, but these errors were encountered: