nodesign / weio

weio
http://we-io.net
128 stars 35 forks source link

weioRunner.py should be more explicit on python errors #206

Closed ks156 closed 8 years ago

ks156 commented 9 years ago

When there's an error on a python code, only the message MODULE CAN'T BE LOADED. Maybe you have some errors in modules that you wish to import? \ is displayed (https://github.com/nodesign/weio/blob/next/weioRunner.py#L260).

This is not explicit at all, and it's always hard to know what's the problem, especially when it comes from an import.

We should find a way to explicitly display the problem.

ks156 commented 9 years ago

Fixed. Please confirm.