[vtkusers] wxPYthon and VTK - help Required
Chandra Shekhar
chandra at strandgenomics.com
Fri Sep 27 03:01:02 EDT 2002
Hi ,
Thanks for the tips , they helped a lot. I tried running the two
examples provided but ran into the following problems
1) For wxVTKRenderWindow.py - The window with the cone was loading but
became visible only when i resized the window. Is there a way for the vtk
scnene to appear with out resizing .
2) For wxVTKRenderWindowInteractor.py - I am getting the following
stack trace
C:\vtk\Wrapping\Python\vtk\wx>c:\Python\python.exe
wxVTKRenderWindowInteractor.py
Traceback (most recent call last):
File "wxVTKRenderWindowInteractor.py", line 368, in ?
wxVTKRenderWindowInteractorConeExample()
File "wxVTKRenderWindowInteractor.py", line 342, in
wxVTKRenderWindowInteracto
rConeExample
widget = wxVTKRenderWindowInteractor(frame, -1)
File "wxVTKRenderWindowInteractor.py", line 162, in __init__
self._Iren = vtk.vtkGenericRenderWindowInteractor()
AttributeError: 'module' object has no attribute
'vtkGenericRenderWindowInteract
or'
12:25:00: Debug: c:\projects\wx\src\msw\app.cpp(439):
'UnregisterClass(canvas)'
failed with error 0x00000584 (class still has open windows.).
12:25:00: Debug: c:\projects\wx\src\msw\app.cpp(446):
'UnregisterClass(no redraw
canvas)' failed with error 0x00000584 (class still has open
windows.).
Could anybody explain what could be the possible error.. I have the
latest version of wxPython and a Nightly build of VTK .
Any help is greatly appreciated.
rgds
chandra
----- Original Message -----
From: "Charl P. Botha" <c.p.botha at its.tudelft.nl>
To: <vtkusers at public.kitware.com>
Sent: Thursday, September 26, 2002 5:37 PM
Subject: Re: [vtkusers] wxPYthon and VTK - help Required
> On Thu, 2002-09-26 at 13:38, Chandra Shekhar wrote:
> > I am having problems using wxPython and VTK ( I am new to both of
them ) .
>
> Have a look at VTK/Wrapping/Python/vtk/wx/wxVTKRenderWindowInteractor.py
> This is the module you will use to integrate wxPython and VTK and, as
> per Python style, includes an example at the end. If your VTK + Python
> + wxPython installation is healthy and working, you should be able to
> run it.
>
> --
> charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list