-
Notifications
You must be signed in to change notification settings - Fork 83
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
Integrate upstream change #3
Comments
Thanks for working on all this. 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. Moreover the patch in issue #2 is needed for compilation. What is the recommended way to compile PythonQt_QtAll now? Could it be merged into PythonQt? 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: and is there a discussion channel for this project? I know I'm drifting off topic in here.. |
Hi @jeinarsson, Various PythonQt issues could be discussed on the CTK developer mailing list: http://www.commontk.org/index.php/Getting_Started |
The text reported below has been sent by Florian Link from Mesvis lab after he integrated the CTK contributions:
The text was updated successfully, but these errors were encountered: