> Traceback (most recent call last):
> File "./nova_gui.py", line 51, in <module>
> main_qt.run(options, args)
> File "/Users/admin/Sources/nova/source/pyqt_gui/main_qt.py", line
> 399, in run
> mainwindow = MainWindow(app, options, args)
> File "/Users/admin/Sources/nova/source/pyqt_gui/main_qt.py", line
> 299, in __init__
> self.ui = uic.loadUi(ui_path, self)
> File "/Library/Python/2.5/site-packages/PyQt4/uic/__init__.py", line
> 93, in loadUi
> return loader.DynamicUILoader().loadUi(uifile, baseinstance)
> File "/Library/Python/2.5/site-packages/PyQt4/uic/Loader/loader.py",
> line 25, in loadUi
> return self.parse(filename)
> File "/Library/Python/2.5/site-packages/PyQt4/uic/uiparser.py", line
> 569, in parse
> actor(elem)
> File "/Library/Python/2.5/site-packages/PyQt4/uic/uiparser.py", line
> 428, in createUserInterface
> self.traverseWidgetTree(elem)
> File "/Library/Python/2.5/site-packages/PyQt4/uic/uiparser.py", line
> 406, in traverseWidgetTree
> handler(self, child)
> File "/Library/Python/2.5/site-packages/PyQt4/uic/uiparser.py", line
> 153, in createWidget
> self.stack.push(self.setupObject(widgetClass(elem), parent, elem))
> File "/Library/Python/2.5/site-packages/PyQt4/uic/uiparser.py", line
> 52, in push
> DEBUG("push %s %s" % (item.metaObject().className(),
> AttributeError: 'NoneType' object has no attribute 'className'
> admins-macbook:nova admin$hm ... i am defining the user interface with the help of the qt designer ... there seems to be a problem loading the specific files ... do you have the qt designer installed? if so, could you try to load the source/pyqt_gui/*ui files into the designer? it is quite odd, though, since i haven't seen this message before, with nova/linux running on qt-4.2, 4.3 and 4.4 ... also, can you run nova not in debugging mode (`./nova_gui.py')? it might also be an osx path issue ... odd ... tim -- [EMAIL PROTECTED] http://tim.klingt.org Linux is like a wigwam: no windows, no gates, apache inside, stable.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
