hyperion-start / hyperion-core

A Tmux based System Startup Engine
GNU General Public License v3.0
8 stars 3 forks source link

Entry point load warnings break stuff in Python 3 #42

Closed DavidPL1 closed 5 years ago

DavidPL1 commented 5 years ago

https://github.com/hyperion-start/hyperion-core/blob/2520310dc7a65acea4c6e5caabc5f233a25f0002/hyperion/runner.py#L33

ImportError does not seem to have a message attribute in py3. TODO: Remove explicit message print or change for both versions to work. Also check if this is the case for other exception classes