You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled Python 2.7.2 + Qt 4.8 PythonQt from this repo with msvc2008. To get Debug mode
working (that is, not mixing runtimes and crashing), I had to remove the hack in dPython.h
completely, and link to python27_d.lib manually. I guess this is what
PYTHONQT_USE_RELEASE_PYTHON_FALLBACK will fix in the future.
I don't understand all of the dependencies.. I got Release mode working via the QtCreator
project, but the Debug project keeps complaining about the python library thus far..
EDIT: Using Qt Creator for the extension actually worked out now.. However, naming the
debug lib PythonQt_d.lib and putting it all into CMake would be nice. If I manage I'll ping
you again...
See #3
The text was updated successfully, but these errors were encountered: