Crash with Python 3.4 Qt4.8
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!
Starts up fine and works here, but seems to have problems when closing. Qt4Python34 + Qt4Python34_QtAll (Qt 4.8.7 + Python 3.4.3 | RELEASE | Shared) on Linux though
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. Now I am just using a custom PythonHighlighter (without Pygments) to make NicePyConsole work and embedded in my C++ application. If no one else experiences the same problem, you can ignore this issue.