Comment 2 for bug 304022

Revision history for this message
Ferdinand (office-chricar) wrote :

I have made a clean check out and get this error (IIRC reported already elsewhere)
so I can't check - (you said wait until it is fixed)
FYI - On my client I have Python 2.6 (which BTW works fine with GTK)

Writing /usr/lib64/python2.6/site-packages/koo-1.0.0_beta2-py2.6.egg-info
kdesvn@cc-gf2:/daten/downloads/bzr/openobject-client-kde> koo.py
/usr/lib64/python2.6/site-packages/PyQt4/uic/Compiler/qobjectcreator.py:2: DeprecationWarning: the sets module is deprecated
  from sets import Set as set # Python 2.3 compatibility
Traceback (most recent call last):
  File "./koo.py", line 78, in <module>
    from Koo.Common import Notifier, Common
  File "/usr/lib64/python2.6/site-packages/Koo/Common/Common.py", line 65, in <module>
    (SelectionDialogUi, SelectionDialogBase) = loadUiType( uiPath('win_selection.ui') )
  File "/usr/lib64/python2.6/site-packages/PyQt4/uic/__init__.py", line 86, in loadUiType
    winfo = compiler.UICompiler().compileUi(uifile, code_string)
  File "/usr/lib64/python2.6/site-packages/PyQt4/uic/Compiler/compiler.py", line 67, in compileUi
    w = self.parse(input_stream)
  File "/usr/lib64/python2.6/site-packages/PyQt4/uic/uiparser.py", line 658, in parse
    document = parse(filename)
  File "<string>", line 45, in parse
  File "<string>", line 22, in parse
TypeError: coercing to Unicode: need string or buffer, NoneType found