<!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.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I get the following error message when loading
</FONT></DIV>
<DIV><FONT face=Arial size=2>the python "vtk" module built with the cvs
sources</FONT></DIV>
<DIV><FONT face=Arial size=2>of vtk linked with Python 2.5.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>>>> import vtk<BR>Traceback (most recent
call last):<BR> File "<stdin>", line 1, in <module><BR>
File "C:\Program Files\VTK\Lib\site-packages\vtk\__init__.py", line 36, in
<module><BR> from common import *<BR> File
"C:\Program Files\VTK\Lib\site-packages\vtk\common.py", line 9, in
<module><BR> from vtkCommonPython import
*<BR>ImportError: No module named vtkCommonPython<BR>>>></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The module loads fine when I link with Python
2.4.</FONT></DIV>
<DIV><FONT face=Arial size=2>I used CMake 2.4 and MSVC++ 7.1.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any help would be greatly appreciated!</FONT></DIV>
<DIV><FONT face=Arial size=2>Arye.</FONT></DIV></BODY></HTML>