manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
780 stars 238 forks source link

Tried to use it on Ubuntu 16.04 #36

Closed sidtagirisa closed 8 years ago

sidtagirisa commented 8 years ago

I tried to use this on Ubuntu 16.04 , gave me error on line 19 in subtitle-downloader.py file saying there is no module requests which you are trying to import. When I commented that line and tried script worked fine. Check this. My python version is 2.7.11+

Thanks.

sidtagirisa commented 8 years ago

I found out the problem , python requests has to be installed separately using sudo apt-get install python-requests

Closing this.