dosage icon indicating copy to clipboard operation
dosage copied to clipboard

dosage 2.15 doesn't work on windows

Open frozenworks opened this issue 11 years ago • 5 comments

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.

frozenworks avatar Nov 01 '14 17:11 frozenworks

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.

badbob001 avatar Dec 31 '14 23:12 badbob001

I am getting the same error. How can I get the older version that does work?

donnachaidh avatar Jan 15 '15 18:01 donnachaidh

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...

TobiX avatar Jan 15 '15 22:01 TobiX

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

epochfell avatar Jun 14 '15 03:06 epochfell

@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 :(

TobiX avatar Jun 16 '15 14:06 TobiX