<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18203" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear Vtkusers,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am trying to compile vtk5.10.1 (for Release) on
windows vista from source with visual c++ 2010 express with qt and python
wrapping enabled.</FONT></DIV>
<DIV><FONT face=Arial size=2>Vtk compiles without complaints. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>when I try to do </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>vtkpython Cone2.py from the command
line</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i get</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2>Traceback (most recent call last):<BR> File
"C:\vtkbinary\bin\Release\Cone2.py", line 15, in
<module><BR> import vtk<BR> File
"C:\vtkbinary\Wrapping\Python\vtk\__init__.py", line 63, in
<module><BR> __helper.refine_import_err('rendering',
'vtkRenderingPython', exc)<BR> File
"C:\vtkbinary\Wrapping\Python\vtk\__helper.py", line 32, in
refine_import_err<BR> raise LinkError, str(exc)<BR>LinkError:
DLL load failed: Impossibile trovare la procedura specificata.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>if I understand it right from looking into the
__init__.py file, python wants to load vtkRenderingPython.dll at this point.
However this file does not exist </FONT></DIV>
<DIV><FONT face=Arial size=2>in my ...vtkbinary/bin/Release Directory
where vtkpython.exe lives nor seems to exist in any other directory.. I see only
vtkRenderingPythonD.dll , vtkCommonPythonD.dll.... and the like.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Am I doing something wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank you in advance for any
help </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Karl</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </DIV>
<DIV><BR></DIV></FONT></BODY></HTML>