AB1908 / GOG-Galaxy-Export-Script

Export your list of games from GOG Galaxy
MIT License
152 stars 27 forks source link

ModuleNotFoundError: No module named 'natsort' #25

Closed toastmonster closed 4 years ago

toastmonster commented 4 years ago

The current release does not work.

python galaxy_library_export.py

Traceback (most recent call last): File "galaxy_library_export.py", line 7, in from natsort import natsorted ModuleNotFoundError: No module named 'natsort'

toastmonster commented 4 years ago

Oh never mind, user error. RTFM. Fixed by running "pip install natsort".

AB1908 commented 4 years ago

Indeed! The readme states that we need a new dependency natsort. Go ahead and install this using pip install natsort in your terminal of choice. I realise now that this should be in the readme so I'll get around to adding it.

The tool has been rewritten by a fellow contributor and is somewhat more complex to use. Based on your feedback, I could write a better guide for it, if you could find the time.

If you wish to use an older version, simply browse through the commit history and find the one you'd like to use.