Message11635

Author Roja
Recipients Roja
Date 2017-10-29.16:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509294800.02.0.213398074469.issue2637@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Im new to Mac OS X and trying to set up robot framework environment using eclipse. I have installed python with robot framework successfully. When installed, the robot framework is saved in the path /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages. Its my time to install Jython with Robotframework. I have installed Jython and tried to install Robot framework. Tried to execute the command ‘pip install robot framework’ in terminal. It ended up stating “Requirement already satisfied: robotframework in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages”

This creates me problem in Java code execution which is integrated with Robot Framework. Please help me rectifying this situation.
History
Date User Action Args
2017-10-29 16:33:20Rojasetrecipients: + Roja
2017-10-29 16:33:20Rojasetmessageid: <1509294800.02.0.213398074469.issue2637@psf.upfronthosting.co.za>
2017-10-29 16:33:19Rojalinkissue2637 messages
2017-10-29 16:33:18Rojacreate