Updates:
Status: Done
Comment #1 on issue 1019 by pekka.klarck: Cleaner error message when
importing test libraries or variable files fails
http://code.google.com/p/robotframework/issues/detail?id=1019
Both of the problems are fixed for RF 2.7. The error message looks like
this nowadays:
Importing 'ExampleLibrary' failed: ImportError: No module named nonex
Traceback (most recent call last):
File "/path/to/ExampleLibrary.py", line 4, in <module>
import nonexisting
PYTHONPATH:
/home/user/some/dir
/usr/lib/python2.6
<...>
.
CLASSPATH:
/path/to/jython.jar
<...>