Support #145
Documentation additions DRAFT
Status: | New | Start date: | 2013-02-19 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Florian Lier | % Done: | 0% | |
Category: | - | Spent time: | 0.01 hour | |
Target version: | - |
Description
I would like to add:
+ Install (Debian Dependencies): sudo apt-get install python-opencv in any other case rml init will fail like:
flier@m0thership:~/Projects/Ongoing/RML/data$ /home/flier/Projects/Ongoing/Gar-Trunk/bin/rml initTraceback (most recent call last):
File "/home/flier/Projects/Ongoing/Gar-Trunk/bin/rml", line 5, in <module>
pkg_resources.run_script('RobotMetaLogger==0.4', 'rml')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1239, in run_script
execfile(script_filename, namespace, namespace)
File "/home/flier/Projects/Ongoing/Gar-Trunk/lib/python2.7/site-packages/RobotMetaLogger-0.4-py2.7.egg/EGG-INFO/scripts/rml", line 40, in <module>
import rml.config, rml.probes
File "/home/flier/Projects/Ongoing/Gar-Trunk/lib/python2.7/site-packages/RobotMetaLogger-0.4-py2.7.egg/rml/probes/__init__.py", line 52, in <module>
from opencv.camera import OpenCVProbe
File "/home/flier/Projects/Ongoing/Gar-Trunk/lib/python2.7/site-packages/RobotMetaLogger-0.4-py2.7.egg/rml/probes/opencv/camera.py", line 10, in <module>
import cv
+ In case you have chosen a custom $prefix (./configure --prefix=/some/custom/path), extend your PYTHONPATH like the following:
export PYTHONPATH=$PYTHONPATH:/some/custom/path/lib/python2.7/site-packages
History
#1 Updated by Florian Lier over 11 years ago
- Assignee set to Florian Lier
+ sudo apt-get install python-gtk2-dev