jdenotter
2005-07-11, 11:32
hi, i'm having trouble using the emulation script along with enderw's xbmclyrics script. it doesn't like the reference windowdialog.
traceback (most recent call last):
file "q:\scripts\xbmclyricstest.py", line 188, in ?
class overlay(xbmcgui.windowdialog):
attributeerror: 'module' object has no attribute 'windowdialog'
i'm assuming that's because windowdialog isn't supported yet as it isn't in alex's xbmcgui class? or am i missing something? i'm only starting out scripting python.
traceback (most recent call last):
file "q:\scripts\xbmclyricstest.py", line 188, in ?
class overlay(xbmcgui.windowdialog):
attributeerror: 'module' object has no attribute 'windowdialog'
i'm assuming that's because windowdialog isn't supported yet as it isn't in alex's xbmcgui class? or am i missing something? i'm only starting out scripting python.