On 19/02/13 12:49, Lucleonhart wrote: > *addon - script.xbmc.checkpreviousepisode > *version - 0.1.0 > *url - git://github.com/Lucleonhart/script.service.checkpreviousepisode.git > *revision - 362aa3f3b4 > *branch - master > *xbmc version - frodo looks good to me, except for this part:
__resource__ = xbmc.translatePath( os.path.join( __cwd__, 'resources', 'lib' ) ) sys.path.append (__resource__) you're trying to append a path that doesn't exist. i don't think your addon needs it anyway? cheers, ronie ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
