nolenfelten / xbmc-addons

Automatically exported from code.google.com/p/xbmc-addons
0 stars 0 forks source link

Ninja Video not working. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1-CARTOONS category not exist anymore,
2- NVDecode.py line 2:
"from Crypto.Cipher import AES" to "import Crypto.Cipher as AES"
after this changes i can browse categorys. But i cant watch any video :(
i cant solve problem :(

Look at line 150 to 162

Best Regards,
Ö.B.

Original issue reported on code.google.com by Ozgur.BASKIN@gmail.com on 15 Feb 2009 at 10:00

Attachments:

GoogleCodeExporter commented 9 years ago
"from Crypto.Cipher import AES" not working because the AES module in 
Crypto.Cipher
is not imported with import_module. This is this is XBMC integrated python bug.

info:
http://www.dojoforum.com/node/13290

LOG:
line 97 - 102
http://xbmc.pastebin.com/m6187b702

Solution: xbmc python should be updated.

Original comment by Ozgur.BASKIN@gmail.com on 17 Feb 2009 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by billdaly111@gmail.com on 3 Jun 2009 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by rwparris2 on 4 Jun 2009 at 5:11