It's working for me on
raspbmc with 13.1 beta! (from germany)
But on
Lubuntu it's not working, neither with 12.3, 13.1 or 13.2.
On Frodo the installation failed saying 'Dependencies not met!' on Gotham the installation works but when I try to execute the Add-On it says Script Error.
I can't access the log files right now but it said that the last lines called where line ~22 in the addons.py where the wimpy stuff is imported.
This is really promising so far! The only hope to get wimp working on linux, thanks a lot!
Update:
Got it to work on a regular
Ubuntu 14.04 Installation with XBMC 13.1. I did the installation with these lines:
Code:
sudo apt-get install python-software-properties pkg-config
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install xbmc
And I believe the first two lines to be somehow crucial for the wimp add on to work. First the Add On would not execute, with the 'Working...' indicator turning endlessly. After a reboot it worked!
It's not working with
openelec 4.0.7. and 4.1.2 though, installation fails (Dependencies not met!), after a reboot it installs, but than fails at execution. I have uploaded a log
here (the wimp stuff starts around line 473).