Comment by pekka.klarck:

Sundar, you seem to have copied the code to a folder named `Robot` but it should be `robot`. In Python the folder name automatically creates the module name and now that you don't have `robot` folder importing `robot` module fails. Python is case-sensitive by default even on Windows, and actually Robot Framework doesn't work if you configure Python to be case-insensitive.


For more information:
http://code.google.com/p/robotframework/wiki/Installation

Reply via email to