[vtkusers] Python 2.5

Vladimir Lazunin lazunin.v.aa at m.titech.ac.jp
Wed Nov 22 08:49:06 EST 2006


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.

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20061122/95c568cf/attachment.htm>


More information about the vtkusers mailing list