<!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>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>when I try to do </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vtkpython Cone2.py from the command 
line</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i get</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>Traceback (most recent call last):<BR>&nbsp; File 
"C:\vtkbinary\bin\Release\Cone2.py", line 15, in 
&lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; import vtk<BR>&nbsp; File 
"C:\vtkbinary\Wrapping\Python\vtk\__init__.py", line 63, in 
&lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; __helper.refine_import_err('rendering', 
'vtkRenderingPython', exc)<BR>&nbsp; File 
"C:\vtkbinary\Wrapping\Python\vtk\__helper.py", line 32, in 
refine_import_err<BR>&nbsp;&nbsp;&nbsp; raise LinkError, str(exc)<BR>LinkError: 
DLL load failed: Impossibile trovare la procedura specificata.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>if&nbsp;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&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Am I doing something wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you in advance for any 
help&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Karl</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV>
<DIV><BR></DIV></FONT></BODY></HTML>