<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I was trying to build VTK wrappers for Python 2.5
on Windows, and got a problem: steps that worked for Python 2.4 don't work
anymore: Python just doesn't find VTK packages.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The reason is that since 2.5-th version Python
doesn't consider *.dll files as packages, only looking for *.pyd. I finally had
found that by myself, but thought it can be worthy of reporting. Simple renaming
of vtk*Python.dll (not vtk*PythonD.dll) files into *.pyd shall fix the
problem.</FONT></DIV>
<img src="https://mail2.nap.gsic.titech.ac.jp/cgi-bin/setconfirm.cgi?k=1164203343899404186&u=lazunin.v.aa&d=m.titech.ac.jp" width=1 height=1>
</BODY></HTML>