[wxPython] wxPython and vtk4.1

I am using wxPython with vtk4.0 on a Windows platform. The dlls for
vtk are provided at Les Schaffer's homepage
(http://basic.netmeg.net/godzilla/). After
a hint from this group I would like to use the new
wxVTKRenderWindowInteractor
from the latest vtk version. But the dlls included in the vtk package are
Python 2.1 only and
the dlls from Les Schaffer are vtk4.0 only. Could anyone tell me where to
get the dlls I need?

Thanks
Marcus

The wxVTKRenderWindow class is a pure python object (built from
lower-level VTK/Python calls), hence you don't need a new dll to run it.
Just grab a copy from the VTK CVS-source tree (or a VTK4.1 source
release tree); it's in "VTK/Wrapping/Python/wxVTKRenderWindow.py".
Stick this file in the appropriate place in your VTK tree (hopefully
somewhere in your PYTHONPATH, so python can find it), and you should be
able to use it directly.

Bryan

···

On Tue, 2002-07-16 at 09:59, Marcus Stojek wrote:

I am using wxPython with vtk4.0 on a Windows platform. The dlls for
vtk are provided at Les Schaffer's homepage
(http://basic.netmeg.net/godzilla/). After
a hint from this group I would like to use the new
wxVTKRenderWindowInteractor
from the latest vtk version. But the dlls included in the vtk package are
Python 2.1 only and
the dlls from Les Schaffer are vtk4.0 only. Could anyone tell me where to
get the dlls I need?

Thanks
Marcus

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

--
Bryan Cole
Teraview Ltd., 302-304 Cambridge Science Park, Milton Road, Cambridge
CB4 0WG, United Kingdom.
tel: +44 (1223) 435380 / 435386 (direct-dial) fax: +44 (1223) 435382

I am using wxPython with vtk4.0 on a Windows platform. The dlls for
vtk are provided at Les Schaffer's homepage
(http://basic.netmeg.net/godzilla/). After
a hint from this group I would like to use the new
wxVTKRenderWindowInteractor
from the latest vtk version. But the dlls included in the vtk package are
Python 2.1 only and
the dlls from Les Schaffer are vtk4.0 only. Could anyone tell me where to
get the dlls I need?

Are you able to build VTK yourself? If not, are you able to go back to
Python 2.1? Have you asked Les Schaffer if he can build Python 2.2
versions?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!