[vtkusers] Python Vtk Windows 7

jmerkow jmerkow at gmail.com
Tue Sep 17 17:53:20 EDT 2013


I am attempting to install and use vtk in python on windows 7.  I compile ins
VS2010, under debug mode, I built all_build and install.  When I try to
import vtk in python I get the following error

import vtk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\vtk-6.0-py2.7.egg\vtk\__init__.py", line
39 in <module>
from vtkCommonCore import *
File "C:\Python27\lib\site-packages\vtk-6.0-py2.7.egg\vtk\vtkCommonCore.py
line 1, in <module>
from vtkCommonCorePython import *
ImportError: DLL load failed: The specified module could not be found.

The file
C:\Python27\Lib\site-packages\VTK-6.0-py2.7.egg\vtk\vtkCommonCorePython.pyd
is located in that directory.  Any guidance?

 



--
View this message in context: http://vtk.1045678.n5.nabble.com/Python-Vtk-Windows-7-tp5723537.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list