[PyQt] AttributeError: installTranslator

Pierre Raybaut contact at pythonxy.com
Sun Mar 29 18:56:46 BST 2009


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


More information about the PyQt mailing list