View Single Post
  #4  
Old 10-07-2012, 08:04 PM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: How to decrypt encrypted smi files from hulu.com


Quote:
Originally Posted by svnpenn View Post
I have installed python in my computer.
When I ran subtitles.py in cygwin, I got :
Code:
Administrator@pc ~
$ python -V
Python 2.7.3

Administrator@pc ~
$ cd c:/cygwin/usr/local/bin/

Administrator@pc /usr/local/bin
$ python subtitles.py
Traceback (most recent call last):
  File "subtitles.py", line 1, in <module>
    import xbmc
ImportError: No module named xbmc

Administrator@pc /usr/local/bin
$
The subtitles.py seems to be a part of a plugin of xbmc. I don't know how to make it work.
Reply With Quote