humblebundle icon indicating copy to clipboard operation
humblebundle copied to clipboard

How to download on Windows

Open tobias-p opened this issue 7 years ago • 2 comments

Hi there, tried to use your app, but always get the following error

Traceback (most recent call last): File "D:\Dev\Downloader\HB\humblebundle.py", line 51, in <module> import xdg.BaseDirectory as xdg File "d:\dev\Python2.7.14\lib\site-packages\xdg.py", line 18 SyntaxError: Non-ASCII character '\xc2' in file d:\dev\Python2.7.14\lib\site-packages\xdg.py on line 18, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

could you probably help me?

tobias-p avatar Feb 22 '18 21:02 tobias-p

No help for me?

tobias-p avatar Mar 10 '18 21:03 tobias-p

This looks like an error in xdg module. Where and how did you download it? Please note that on PyPI the correct project is pyxdg not xdg

MestreLion avatar Oct 19 '18 15:10 MestreLion