Josh wrote:
Hi All,

Trying to make a binding of my widget using shiboken. Following the pyside docs for boostpythongenerator with a Makefile modelled on the one in the docs.

Failing with:

WARNING :: Can't find typesystem_core.xml, typesystem paths: ../data, ~/sandbox/videoWidget/targetfs-root/targetfs-base/bindings Fatal error: line=3, column=62, message=Failed to parse: 'typesystem_core.xml'


When running shiboken, I set "--typesystem-paths=~/sandbox/videoWidget/targetfs-root/targetfs-base/bindings"

The typesystem*.xml files are indeed there:

%> ls ~/sandbox/videoWidget/targetfs-root/targetfs-base/bindings
typesystem_core.xml typesystem_gui_mac.xml typesystem_gui.xml typesystem_opengl.xml typesystem_svg.xml typesystem_test.xml typesystem_xml.xml typesystem_gui_common.xml typesystem_gui_x11.xml typesystem_network.xml typesystem_sql.xml typesystem_templates.xml typesystem_webkit.xml


Any ideas?


Thanks,

Josh


Apprently shiboken doesn't expand "~" in paths, to be the home directory. When I replaced it with the full path ( ie /home/josh instead of ~) it got past the error above.

Josh


_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to