Can someone explain why I get the "Loading directory" box when I just want to use the following code?
Code:
import xbmc, xbmcgui
class MyClass(xbmcgui.Window):
print 'hello world'
mydisplay = MyClass()
mydisplay .doModal()
del mydisplayThanks,


Search
Help