Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

When PySDL2 is not installed, error about package "sdl2" appears confusing #196

Closed pmer closed 7 years ago

pmer commented 7 years ago

The cross-platform solution is to run:

pip3 install pysdl2

But the message that's printed does not clearly describe this is how to resolve the issue.

https://github.com/Driftwood2D/Driftwood/blob/5ed4b90d42a165a72bb6885b2404f151537e4a26/src/__main__.py#L52

seisatsu commented 7 years ago

Alright, I can add extra messages for import failures.