[vtkusers] import wx or wxPython - depreciation warning in wxVTKRenderWindowInteractor.py

Charl P. Botha cpbotha at cpbotha.net
Thu Nov 2 11:15:52 EST 2006


On 11/2/06, Dan White <dan at chalkie.org.uk> wrote:
> should have at line 37
> from wx.wx import *
> not
> from wxPython.wx import *
>
> maybe other places too?
>
> or am I barking up the wrong tree here......?

Hi there Dan,

It's the right tree.  We should convert the code to the recommended
"import wx", all calls explicitly into the wx namespace convention.

Prabhu, do you want to or shall I?

See you,
Charl



More information about the vtkusers mailing list