(hard) depend on anything that doesn't sit in the main repo is not acceptable.
On Mon, Apr 30, 2012 at 11:08 AM, Zeljko Ametovic <[email protected]> wrote: > am I missing something here? there is no vfs.py module in resources/lib in > your addon -> https://github.com/robweber/xbmcbackup/tree/master/resources > > and if you dont depend on script.module.devtoolkit noone will be able to run > this unless they have script.module.devtoolkit installed ... but if you > depend on it it will fail to install unless the user has paddycareys repo(if > it even exists) or wherever the script.module.devtoolkit is hosted. > > cheers, > amet > > On Mon, Apr 30, 2012 at 4:36 AM, Rob Weber <[email protected]> wrote: >> >> I am using script.module.devtoolkit by paddeycarey, but I don't see it in >> the repo so I didn't want to link it that way as a dependency. Right now I >> just included the vfs.py file from that module as a resources within this >> addon. If it hits the repo (or is about to) I can add it to my addon.xml as >> a dependency and link to it that way. >> >> It should work the way it is now. Go ahead and push it, I'll link up with >> paddycarey on his intentions for his module. >> >> -Rob >> >> >> On Sun, Apr 29, 2012 at 11:37 AM, Zeljko Ametovic <[email protected]> wrote: >>> >>> Hi, >>> >>> default.py, line 4 -> import resources.lib.vfs as vfs ?? >>> >>> I havent tested but are you depending on something? >>> script.module.devtoolkit? or something like that? >>> >>> if you want me to push like this just let me know >>> >>> Cheers, >>> amet >>> >>> On Sat, Apr 28, 2012 at 11:49 PM, Rob Weber <[email protected]> wrote: >>>> >>>> *addon - script.xbmcbackup >>>> *version - 0.0.6 >>>> *url - git://github.com/robweber/xbmcbackup.git >>>> *revision - 1d320cd6016aaa55932fc00a33527c088a9a9d97 >>>> *branch - master >>>> *xbmc version - eden >>>> >>>> >>>> >>>> >>>> >>>> Added the vfs module created by paddycarey >>>> >>>> >>>> >>>> File Selection is now followed for both backup and restore options >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> Xbmc-addons mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/xbmc-addons >>>> >>> >> > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Xbmc-addons mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xbmc-addons > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
