2007-09-27, 20:51
I can't get this script to execute. It tries to load, but fails before the application is launched. I'm using a recent version of XBMC as my dash on a softmodded xbox. Here is part of the log (the entire log is too large to post...):
Any suggestions?
Code:
20070926 22:35:53 - INFO - uriopener.py - 191 - Url http://www.rieter.net/uitzendinggemist/index.php?currentversion=2.7.0b5 was opened successfully
20070926 22:35:53 - CRITICAL - default.py - 89 - Error initializing XOT-Uzg (Uitzendinggemist.v2)
20070926 22:35:53 - CRITICAL - default.py - 89 - | Traceback (most recent call last):
20070926 22:35:53 - CRITICAL - default.py - 89 - | File "Q:\scripts\uitzendinggemist\default.py", line 82, in ?
20070926 22:35:53 - CRITICAL - default.py - 89 - | import progwindow
20070926 22:35:53 - CRITICAL - default.py - 89 - | File "Q:\scripts\uitzendinggemist\libs\progwindow.py", line 10, in ?
20070926 22:35:53 - CRITICAL - default.py - 89 - | import contextmenu
20070926 22:35:53 - CRITICAL - default.py - 89 - | File "Q:\scripts\uitzendinggemist\libs\contextmenu.py", line 16, in ?
20070926 22:35:53 - CRITICAL - default.py - 89 - | class GUI(xbmcgui.WindowXMLDialog):
20070926 22:35:53 - CRITICAL - default.py - 89 - | AttributeError: 'module' object has no attribute 'WindowXMLDialog'
Any suggestions?