Bruno Tezine: > The problem was below compiling the hybridapp: > When I run generatorrunner --debug-level=full --no-supress-warnings > --generatorSet=shiboken ../data/global.h > --include-paths=../hybrid;c:/qt/4.7.2/includes > --typesystem-paths=../data;C:/Users/tezine/Projetos/Wikios/pyside/packaging/setuptools/install-py2.7-qt4.7.2/share/PySide/typesystems > --output-directory=. ../data/typesystem.xml
You don't have the --avoid-protected-hack mentioned by Hugo. While it is supposed to be automatically turned on, in my experience, it wasn't so needs to be explicit. It also helped to add the --enable-pyside-extensions option. Some of the issues are in QtGui so you may need to add QtGui to your includes. I include <qtincludes>;<qtincludes>/QtCore;<qtincludes>/QtGui in --include-paths. Neil _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
