Hi,

I had a bug report last week on PyQtShell Google Code site and I can't see what's wrong. Here it the traceback (where "app" is a QApplication instance and "qt_translator" is a QTranslator instance):

traceback:
Traceback (most recent call last):
 File "/usr/bin/pydee", line 8, in <module>
   load_entry_point('PyQtShell==0.3.14', 'gui_scripts', 'pydee')()
 File
"/usr/lib/python2.5/site-packages/PyQtShell-0.3.14-py2.5.egg/PyQtShell/pydee.py",
line 595, in main
   app.installTranslator(qt_translator)
AttributeError: installTranslator

Any guess?

Thanks,
Pierre
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to