Kodi Community Forum
Xbmc scripts not running - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Xbmc scripts not running (/showthread.php?tid=14852)



- skilltronix - 2005-09-11

hi,

i uploaded the "xbmc scipts" script to my xbox, but everytime i try to run it here is what the script outputs:

-->python script initialized<--
local script path: q:\scripts\xbmcscripts\
traceback (most recent call last):
file "q:\scripts\xbmcscripts\installer.py", line 300, in ?
gui = gui[)
file "q:\scripts\xbmcscripts\installer.py", line 48, in
self.setcoordinateresolution(6)
attributeerror: 'gui' object has not attribute 'setcoordinateresolution'

i'd appreciate any help you can offer me...

thanks


- BigBellyBilly - 2005-09-11

''setcoordinateresolution'' is a newer xbmc python feature - your xbmc build is too old. just get newer build installed, that'll fix it.