Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1661 by acooke....@gmail.com: docutils not found, even when
installed
http://code.google.com/p/robotframework/issues/detail?id=1661
I am trying out robot for the first time, on a CentOS 6.5 VM (Pytohn 2.6.6).
I did the following (in order):
* Installed robotframework with `sudo easy_install robotframework`
* Tried to run my test with `pybot test.rst`, which gave an error about
needing docutils.
* Installed docutils with `sudo yum install python-docutils`
* Tried to run my test again. The error repeats.
I can see docutils in python:
```
[cats@localhost CAutotoolsExampleTest]$ python
Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import docutils
[cats@localhost CAutotoolsExampleTest]$ pybot --version
Robot Framework 2.8.4 (Python 2.6.6 on linux2)
[cats@localhost CAutotoolsExampleTest]$ pybot test.rst
[ ERROR ] Parsing 'test.rst' failed: Using reStructuredText test data
requires having 'docutils' module installed.
Try --help for usage information.
[cats@localhost CAutotoolsExampleTest]$
```
Attachments:
test.rst 766 bytes
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.