nishil
2005-01-27, 19:35
ok as you know im writing a team xbox script that will allow you to read xbox game reviews among other things...
when i select one of the genres i get this error:
whats going on with the getitem?
* *file "c:\python23\lib\xbmcgui.py", line 104, in action_select
* *self.oncontrol(self.activecontrol)
*file "c:\xbmc\game-reviews\gamereviewspc.py", line 75, in oncontrol
* *id = self.genrelist[self.genrelist.getselectedposition( )].id
attributeerror: controllist instance has no attribute getitem *
when i select one of the genres i get this error:
whats going on with the getitem?
* *file "c:\python23\lib\xbmcgui.py", line 104, in action_select
* *self.oncontrol(self.activecontrol)
*file "c:\xbmc\game-reviews\gamereviewspc.py", line 75, in oncontrol
* *id = self.genrelist[self.genrelist.getselectedposition( )].id
attributeerror: controllist instance has no attribute getitem *