On Tuesday 16 March 2010 09:28:24 Sivan Greenberg wrote: > Hi List, > > So I got the examples branch for pyside, and have installed all the > required debs, now I'm trying to run hyperui to no avail > > si...@ubuntu:~/pyside/pyside-examples/mobile-demos-python/hyperui$ > ./hyperui.sh > Traceback (most recent call last): > File "./main.py", line 38, in <module> > from mainwindow import * > File > "/home/sivan/pyside/pyside-examples/mobile-demos-python/hyperui/mainwindow. > py", line 32, in <module> > from menuview import * > File > "/home/sivan/pyside/pyside-examples/mobile-demos-python/hyperui/menuview.py > ", line 30, in <module> > from qt_global import * > File > "/home/sivan/pyside/pyside-examples/mobile-demos-python/hyperui/qt_global.p > y", line 37, in <module> > def propertyAnimation(obj, property, time, type = QEasingCurve.Linear): > NameError: name 'QEasingCurve' is not defined > > > Am I missing more packages? > > or else, what am I doing wrong? > > Sivan
Ok, I found the problem, at least for my segfault, Shiboken doesn't support a python classes inheriting from two C++ classes, as in phoneview.py, the class Overlay inherits from QObject and QGraphicsRectItem. I don't consider it a showstopper for a release, but Shiboken needs to support it for sure. -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
