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

No module named 'anime_dl' #1

Closed Haejien closed 7 years ago

Haejien commented 7 years ago

I don't know if you're still in the process of writing this but I get a

No module named 'anime_dl'

Full error:

'Traceback (most recent call last):
  File "AnimeDL.py", line 9, in <module>
    import anime_dl.sites
ModuleNotFoundError: No module named 'anime_dl''
Xonshiz commented 7 years ago

Which version of script are you using? Windows Binary or Python? If Python, then which Python Version? Because this script only supports Python 3, as mentioned in the ReadMe

EDIT: Replicated the Issue.

Haejien commented 7 years ago

I will admit that I initially ran the script with 2.7, however I did run it with python3 after. I also tried using the binary but it runs but there's nothing to indicate what happens, e.g no verbose to see what's going on and why it closed with no text.

Xonshiz commented 7 years ago

Yep, verbose isn't supported in this one right now. I found why these things are happening with the Python Script. Updating it all right now.