xboxscene.org forums

Author Topic: Python Script Failed  (Read 137 times)

KInstinct2

  • Archived User
  • Newbie
  • *
  • Posts: 8
Python Script Failed
« on: March 17, 2009, 09:00:00 PM »

Newer builds changed the way plugins work as different syntax and procedures are used so unless the authors update the plugin its not gonna work. So use 2 builds one for plugins one for stabiity thats what I do.
Logged

Temhil

  • Archived User
  • Newbie
  • *
  • Posts: 17
Python Script Failed
« Reply #1 on: March 31, 2009, 09:29:00 PM »

Yes, the problem those day is there are a lot of change in the python API of XBMC. Consequently old script/plugin using the old API won't run on recent XBMC et new script/plugins won't run on old XBMC unledd developers made it in order to insure backward compatibility (but usually they don't bother).
So it is a shame, but infortunatelly we don't have too much choice, the best we can do is to ask for fix of broken script/plugin on xbmc.org forum.
Logged