Debug mode broken with Visual Studio 2010?
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Greetings,
Trying to use PythonQT in debug mode as been quite a challenge so far. I tried everything humanly possible to make it work and after a week of head banging I'm now at a point where I'm running out of ideas and a major headache.
Linking against python27_d.lib is known to ignored the PYTHONPATH so it makes things overly complicated. Secondly, when using python27.lib and PythonQT.lib in debug mode I always end up with this error:
QWidget: Must construct a QApplication before a QPaintDevice
It is very strange as the release version will work just fine. So I don't know... Is there any hint one could share so I could get my life back?
Thanks