open-cogsci / python-mediadecoder

A media decoding library based on MoviePy
http://open-cogsci.github.io/python-mediadecoder
MIT License
9 stars 3 forks source link

Safely decode exception message on ImportError #2

Closed smathot closed 8 years ago

smathot commented 8 years ago

I don't see a good way to safely decode Exceptions in all cases. But this way at least a placeholder message is shown.

dschreij commented 8 years ago

Thanks!