Ugh
The python installation does not create jybot scripts automatically [1]. Follow the installation guide example for source installation to also install with jython [1].
For the other question, why your files are in tmp folder, I do not have any idea.
-Tatu
[1] http://code.google.com/p/robotframework/wiki/Installation#Installing_from_source
Hello,I used pip to install the Robot Framework. I have Jython installed but jybot isn't working. Additionally, the jybot file is stored in a tmp directory. See below:--user@host:/tmp/pip-build-qa/robotframework/src/bin> pybot --versionRobot Framework 2.8 rc1 (Python 2.7.3 on linux2)user@host:/tmp/pip-build-qa/robotframework/src/bin> jybot --versionTraceback (innermost last):File "/tmp/pip-build-qa/robotframework/src/bin/jybot", line 4, in ?ImportError: no module named robotuser@host:/tmp/pip-build-qa/robotframework/src/bin> jython --versionJython 2.2.1 on java1.7.0_17user@host:/tmp/pip-build-qa/robotframework/src/bin> find / -name jybot 2>/dev/null/tmp/pip-build-root/robotframework/src/bin/jybot/tmp/pip-build-qa/robotframework/src/bin/jybot
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Ugh
The python installation does not create jybot scripts automatically [1]. Follow the installation guide example for source installation to also install with jython [1].
For the other question, why your files are in tmp folder, I do not have any idea.
-Tatu
[1] http://code.google.com/p/robotframework/wiki/Installation#Installing_from_source
On Jun 6, 2013 3:01 AM, "Travis Thomas" <travis...@gmail.com> wrote:
Hello,I used pip to install the Robot Framework. I have Jython installed but jybot isn't working. Additionally, the jybot file is stored in a tmp directory. See below:--user@host:/tmp/pip-build-qa/robotframework/src/bin> pybot --versionRobot Framework 2.8 rc1 (Python 2.7.3 on linux2)user@host:/tmp/pip-build-qa/robotframework/src/bin> jybot --versionTraceback (innermost last):File "/tmp/pip-build-qa/robotframework/src/bin/jybot", line 4, in ?ImportError: no module named robotuser@host:/tmp/pip-build-qa/robotframework/src/bin> jython --versionJython 2.2.1 on java1.7.0_17user@host:/tmp/pip-build-qa/robotframework/src/bin> find / -name jybot 2>/dev/null/tmp/pip-build-root/robotframework/src/bin/jybot/tmp/pip-build-qa/robotframework/src/bin/jybot
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Ugh
It has been long time sinse I did build jybot with jython. So I am not best to answer but in last time it did went just like in the guide and I did not have to include anything.
Only thing, if I recall correctly, jython needs to be in path and one should not import any python libraries. Basically I did do: jython setup.py install
Perhaps some-one could answer your question better?
-Tatu
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
| $ tar -zxv -f robotframework-2.7.7.tar.gz |
| $ cd robotframework-2.7.7 |
| $ sudo jython setup.py install |
| $ jybot --version |