Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

ImportError: No module named 'crunchyroll' #71

Closed matiasx1998 closed 5 years ago

matiasx1998 commented 5 years ago

Hello, I got error when trying to call script.

` C:\Users\Matias\Desktop\anime_dl>python main.py -i "http://www.crunchyroll.com/i-cant-understand-what-my-husband-is-saying/episode-13-happy-days-678059" -u "XXX" -p "XXX" Traceback (most recent call last): File "main.py", line 8, in from AnimeDL import * File "C:\Users\Matias\Desktop\anime_dl\AnimeDL.py", line 8, in import sites File "C:\Users\Matias\Desktop\anime_dl\sites__init__.py", line 1, in import crunchyroll ImportError: No module named 'crunchyroll'

C:\Users\Matias\Desktop\anime_dl>pause Presione una tecla para continuar . . . `

`C:\Users\Matias>python Python 3.4.0 (v3.4.0:04f714765c13, Mar 16 2014, 19:25:23) [MSC v.1600 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

`

Thanks

Xonshiz commented 5 years ago

Please try with python 2, if possible. There seems to be this issue with python 3

Xonshiz commented 5 years ago

Hello, check the updated binary.