View Single Post
Posts: 89 | Thanked: 27 times | Joined on Dec 2009 @ The Netherlands
#7
Launching the app from the app-menu won't work...

Edit: Launching the app from the command-line gives the following output:

Code:
Nokia-N900:/opt/xbmcpot# sh xbmcpot
Traceback (most recent call last):
  File "xpot_main.py", line 9, in <module>
    from xpot_mainwindow import XPotMainWindow
  File "/opt/xbmcpot/xpot_mainwindow.py", line 4, in <module>
    import tools_dialog
  File "/opt/xbmcpot/tools_dialog.py", line 19, in <module>
    (Ui_XPotToolsDialog, QDialog) = uic.loadUiType('xpot_toolsdialog.ui')
  File "/usr/lib/python2.5/site-packages/PyQt4/uic/__init__.py", line 158, in loadUiType
    winfo = compiler.UICompiler().compileUi(uifile, code_string)
TypeError: compileUi() takes exactly 4 arguments (3 given)

Last edited by Trestry; 2011-01-20 at 16:55.