szymex / xbmc-finnish-tv

XBMC Video Plugins for playing Finnish television content containers.
GNU General Public License v3.0
31 stars 38 forks source link

python-crypto error #62

Open Laucha opened 10 years ago

Laucha commented 10 years ago

Hi,

I am using XBMC on Boxee Box. I installed your Yle Areena module but I get the message "error: no module named Crypto.Cipher". By my device, I can't installed the package "python-crypto" which is needed to use the module. I saw on the thread in XBMC forum (http://forum.xbmc.org/showthread.php?tid=144457) that you have already fixed the issue for MacOS and Win. Maybe it could be nice to do same for other OS.

I also found on the French website Passion-xbmc.org, an old add-on for the replay of the TV channel M6. On the zip file of this one, we can found "pycrypto" for all platform (Darwin, Linux, Windows, Xbox). Maybe, it could work for your Yle Areena module. I don't know. Download link is: http://passion-xbmc.org/addons/Download.php/plugin.video.M6Replay/plugin.video.M6Replay-2.0.7.zip

pasiz commented 9 years ago

Hi,

Module name is pycrypto, why can not install? Did you try with pip or how you tried to install it?

https://pypi.python.org/pypi/pycrypto

here is the module, as the name says, it is python crypto, why different version for different os?

Regards,

Pasi

Laucha commented 9 years ago

If you know a tricks to install pycrypto on XBMC - Boxee Box, it's welcome. I didn't find any explanations any where.

Laucha commented 9 years ago

So, I installed "pycripto" on the folder "dist-packages" under "python2.7". Still the same error. Any idea?

tigert commented 9 years ago

install the package: via ssh login:

sudo su apt-get install python-crypto

Laucha commented 9 years ago

Thank but it doesn't like that on BOXEE BOX.

tigert commented 9 years ago

Oh right, was too quick read, sorry.