将OpenCV2.3链接到想象中的python2.7
我刚刚在 Ubuntu 10.4 机器上安装了 enthought 软件包,位于:
/home/epd
python 软件包位于下面
/home/epd/lib/python2.7
我还在下面安装了 opencv
/home/Opencv
但是我无法链接两者。我尝试过:
1-创建一个.pth文件,并将opencv的内容地址添加到python2.7的站点包中,但它不起作用。
2-尝试过
ln -s /home/Opencv
但不起作用
任何进一步的建议
I have just installed the enthought package on an Ubuntu 10.4 machine under:
/home/epd
the python package is under
/home/epd/lib/python2.7
I also installed opencv under
/home/Opencv
However I could not manage to link both. I tried with :
1- create a .pth file with the content address of opencv added to the site-packages of python2.7, but it did not work.
2- tried with
ln -s /home/Opencv
and did not work
Any further suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论