2012年04月08日 星期日 12:13
import vtk
File "/usr/local/lib/python2.7/site-packages/VTK-5.8.0-py2.7.egg/vtk/__init__.py", line 41, in <module>
from vtkCommonPython import *
ImportError: libvtkCommonPythonD.so.5.8: cannot open shared object file: No such file or directory
安装时出错说找不到libvtkCommonPythonD.so.5.8,但是我自己导入vtkCommonPython模块却没有任何问题,这是怎么回事啊?
chenmeng@linux-3a6w:~> python
Python 2.7.2 (default, Aug 19 2011, 20:41:43) [GCC] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtkCommonPython
>>> from vtkCommonPython import *
>>>
2012年04月08日 星期日 12:17
我在网上查了下,跟这个相同的问题:http://enthought-dev.117412.n3.nabble.com/Problems-with-mayavi-installation-in-opensuse-td3576746.html
2012年04月09日 星期一 20:57
我又去下了个Enthought的发行版本,问题解决了。但是现在我的linux系统有两个python了,怎样才能在新安装的python中导入以前python安装的模块呢?
Zeuux © 2024
京ICP备05028076号