Hi everybody, I finally got a QtCore.dll compiled and working (tried QCoreApplication, QString, QDir). To get it to load in Python I manually renamed it to QtCore.pyd and copied QtCore.pyd, pyside.dll and libshiboken.dll to a common directory, lauched Python from there.
I made merge requests on Gitorious for all the changes: http://gitorious.org/pyside/apiextractor/merge_requests/59 http://gitorious.org/pyside/generatorrunner/merge_requests/14 http://gitorious.org/pyside/shiboken/merge_requests/114 http://gitorious.org/pyside/pyside-shiboken/merge_requests/136 So at this stage I'm pretty much where Thomas Berg (thanks by the way, your posts were very helpful) was when he last wrote here, but with CMake instead of SCons. QtGui makes generatorrunner crash, I opened it in the debugger and it tells me that the exception is stack overflow. I don't see the file and line since the crash is in Release so it doesn't have debugging symbols. I will try it in Debug to see where it crashes but so far I didn't investigate further. Catalin _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
