On 2009-07-09 01:27, Helvin wrote:
On Jul 9, 11:29 am, Robert Kern<robert.k...@gmail.com>  wrote:
On 2009-07-08 18:10, Helvin wrote:

Thanks for the fast replies! I will look into how to use VTK now.
Where would I find VTK's explicit support for PyQt?
Wrapping/Python/vtk/qt4/ in the VTK sources.

Because I have installed VTK (using its installer) and pyVTK (using
its setup.py file), but how do I actually use it in my code? According
to:http://www.nabble.com/embedded-VTK-window-in-PyQt-application-td23521...,
I have tried 'import vtk', but python can't find the vtk module.
Then you have not installed VTK's Python bindings correctly. Note that pyVTK is
just a library for manipulating VTK files. The VTK Python bindings are part of
VTK's distribution itself. Exactly how did you install VTK? Did you compile it
yourself?

You mean, when I download VTK, the VTK Python bindings come with it?
I downloaded VTK from:http://vtk.org/files/release/5.4/

Exactly which file did you download? I don't think the vtk-5.4.x-win32.exe installers have the Python bindings. You will need to build VTK from sources.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to