Bug#755578: python-vtk: ImportError: invalid mode parameter on mips64el

YunQiang Su wzssyqa at gmail.com
Tue Jul 22 07:23:47 UTC 2014


Package: python-vtk
Version: 5.8.0-17.3

On mips64el platform

syq at 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 at 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 at 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



More information about the debian-science-maintainers mailing list