Dependecies not meet with Gotham nightlybuild and french add-on
#1
I'm testing Gotham Nightly Build (26/02/2014) for Windows.

When I'm trying to install this add-on I get the error message : dependencies not meet and I can't use the extension.

But if i install the Gotham version above my frodo version with the extension already set, I can see the add-on in gotham and it works.

So it seems that add-on can work with gotham but not be installed. How can i instal it for a new Gotham setup ?
Reply
#2
The log file : http://xbmclogs.com/show.php?id=139308
Reply
#3
I suppose your problem is in the add-on "addon.xml" file here:

Code:
<requires>
    <import addon="xbmc.python" version="1.0"/>
    <import addon="script.module.elementtree" version="1.2.7" />
</requires>

As you can see in your log:
Code:
17:58:00 T:1316   DEBUG: Addon plugin.video.canal.plus requires xbmc.python version 1.0 which is not available

I think Gotham is on python 2.1.0 see here:
http://forum.xbmc.org/showthread.php?tid...pid1527263

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply
#4
The add-on author needs to update his add-on
Reply
#5
According your explanations, I changed by myself the import line : <import addon="xbmc.python" version="1.0"/> with <import addon="xbmc.python" version="2.1.0"/>

Now, the add-on can be installed without error and works.

Thanks.
Reply
#6
If you tell the author, he can submit a new one to the repository so you don't have to do this manually.
Reply
#7
I've just sent a post on the french add-on repository passion-XBMC : http://passion-xbmc.org/add-ons-video/

Wait and See...
Reply
#8
Any idea if the plugin worked in Frodo. Changed the line to 2.1.0 (which allowed the script to be installed successfully) but now has an error of script failed?
Reply
#9
Just a wild guess, changing the python version was a dirty hack and hasn't fixed all the issues in the addon, again, talk to the addon author.
Reply
#10
Passion-xbmc puts stuff in their repo but doesn't listen to author requests, so that does not surprise me.
Reply

Logout Mark Read Team Forum Stats Members Help
Dependecies not meet with Gotham nightlybuild and french add-on0