On Wed, Sep 19, 2007 at 08:39:05PM +0200, Olivier Doar? wrote: > Hello list, hello Tim, > > As a Pure Data user mainly interested in realtime audio, I am very > interested by your program. It looks very promising, thanks for sharing > it with us. If you need some people to do some testing or prepare some > documentation patches, do no hesitate to ask, I would be glad to help... > > I was able to compile nova and launch the GUI with "python nova_gui.py". > But when I load a patch, I get many python error messages like this: > > Traceback (most recent call last): > File > "/home/ol/TELECHARGEMENT/paudio/nova/trunk/source/pyqt_gui/pyqt_patcher_gobj_base.py", > > line 205, in itemChange > if event == QtGui.QGraphicsRectItem.ItemPositionHasChanged: > AttributeError: ItemPositionHasChanged > Traceback (most recent call last): > File > "/home/ol/TELECHARGEMENT/paudio/nova/trunk/source/pyqt_gui/pyqt_patcher_gobj_base.py", > > line 205, in itemChange > if event == QtGui.QGraphicsRectItem.ItemPositionHasChanged: > AttributeError: ItemPositionHasChanged > > And so on.... > > All the elements of the patch are at the upper left corner of the canvas > and not movable (see attached image). Did I do something wrong? Note: My > PyQt version is 4.3. > > Best regards, > -- > Olivier
Are you sure? I just delt with this problem last night, and it was resolved by upgrading PyQt from 4.1 to 4.3. I can look in to the problem some more when I get home in some hours if you haven't solved it yet. _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
