cff29546 / pzmap2dzi

A command-line tool to convert Project Zomboid map data into Deep Zoom format
MIT License
47 stars 15 forks source link

ModuleNotFoundError: No module named 'distutils' #19

Closed W1nKille3r closed 3 weeks ago

W1nKille3r commented 3 weeks ago

Wanted to render top view map from my save. And got this message. Seems like 'distutils' doesn't exist for latest Python 3.0. How can i get around this error?

W1nKille3r commented 3 weeks ago

Found a solution by installing: pip install setuptools