dosage 2.15 doesn't work on windows
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
I am using the windows exe version of dosage.
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 :(