robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Verify correct slugify module is installed. #261

Closed TikiBill closed 4 years ago

TikiBill commented 4 years ago

I accidentally installed "slugify" rather than "python-slugify" when attempting a build. This detects that condition (in one file -- libudis/parse_gen.py) and prints a helpful message.

TikiBill commented 4 years ago

Also added the exit code check in setup.py. This is to close #258