-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dosage 2.15 doesn't work on windows #82
Comments
I guess this is still not fixed since the latest download is still 2.15. Same or similar problem with 2.14, 2.13, and 2.12. 2.11 appears to work. |
I am getting the same error. How can I get the older version that does work? |
Unfortunately, @wummel seems to be MIA since some time and can't make a new release... You can always install Python manually instead of using the standalone installer, if you are experienced with Python. I can write a short guide if requested. You can download http://wummel.github.io/dosage/dist/dosage-2.11.exe for the old version... |
If anyone's still having this problem, it's an easy fix. Go to where dosage is installed, which for me is the scripts folder in my python folder. Then rename the file called dosage to dosage.py |
@JustJordon That's only a fix for people not using the Windows installer. I'm currently a bit short on free time, but I'm aiming for a package similar to youtube-dl, where the whole distribution and all dependencies are packaged into the .exe file. I recently noticed that depending directly on pycountry wasn't that smart a move on my part, since it can't be packaged into an archive :( |
I recently updated my version of dosage and the new windows version doesn't appear to work.
When I try running it I get this response
dosage MegaTokyo --continue
Traceback (most recent call last):
File "dosage", line 18, in
File "dosagelib\events.pyo", line 11, in
File "dosagelib\util.pyo", line 17, in
File "requests__init__.pyo", line 58, in
File "requests\utils.pyo", line 25, in
File "requests\compat.pyo", line 7, in
File "requests\packages__init__.pyo", line 3, in
File "requests\packages\urllib3__init__.pyo", line 16, in
File "requests\packages\urllib3\connectionpool.pyo", line 39, in
File "requests\packages\urllib3\request.pyo", line 12, in
File "requests\packages\urllib3\filepost.pyo", line 15, in
File "requests\packages\urllib3\fields.pyo", line 7, in
ImportError: No module named email.utils
I am using the windows exe version of dosage.
The text was updated successfully, but these errors were encountered: