Comment #2 on issue 598 by buggood: import problem in Testdoc and libdoc
tools in robotframework-2.5
http://code.google.com/p/robotframework/issues/detail?id=598
OK. I see why this does not work.
I have prepackaged jar file, which includes robot and tools.
Created jar file is a "inlcude-everything" robot-framework, which is just
distributed between the project without need to install robot.
So, in order to create this "include-everything" jar, I make a local
install of the robot on my machine, after which I collect all required file
and drop them into the jar.
Now, I do have an old version of the robot (2.1.2), installed in the
standard way and thus, this error.
Question which pops up now, how can I use testdoc.py/libdoc.py, which would
use a different robot installation (assume I have multiple robotframeworks
installed on my machine - each has it's own directory, which can be
achieved by running: python setup.py install --root [my_directory])
Is this at all possible?