Package: python-vtk
Version: 5.8.0-17.3
On mips64el platform
syq@thor> python
Python 2.7.7 (default, Jun 6 2014, 13:33:55)
[GCC 4.9.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.7/vtk/__init__.py", line 41, in <module>
from vtkCommonPython import *
ImportError: invalid mode parameter
>>> from vtkCommonPython import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named vtkCommonPython
>>>
on AMD64 platform
syq@wrath> python
Python 2.7.7 (default, Jun 3 2014, 16:16:56)
[GCC 4.8.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtk
>>>
syq@wrath> python
Python 2.7.7 (default, Jun 3 2014, 16:16:56)
[GCC 4.8.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from vtkCommonPython import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named vtkCommonPython
>>>
--
YunQiang Su
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]