-
Notifications
You must be signed in to change notification settings - Fork 20
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
Crash with Python 3.4 Qt4.8 #10
Comments
Starts up fine and works here, but seems to have problems when closing. |
Thanks! I used VS2012, Python3.4.3 and Qt4.8.5. Here it seems to crash when PygmentsHighlighter tried to wrap-up loading pygments scripts. If I comment out PygmentsHighlighter or replace it with a simpler highlighter without Pygments, it worked fine on release. |
Did you find your issue? If so, is this resolved? |
Not yet. |
I tried compile pythonqt with py3.4 and qt4.8 in release mode. The NIcePyConsole example crashes when starting up. Debug mode works fine. Anyone has similar experience and any fix? Thanks!
The text was updated successfully, but these errors were encountered: