[vtkusers] wx python problem
David Doria
daviddoria+vtk at gmail.com
Wed Feb 24 13:50:37 EST 2010
I am using Python 2.6. I tried to do:
>>> from wx import *
But it says:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/doriad/bin/VTK/Wrapping/Python/vtk/wx/wxVTKRenderWindow.py",
line 88, in <module>
baseClass = wx.Window
AttributeError: 'module' object has no attribute 'Window'
Does anyone know if this is a version issue (of wx or python)?
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100224/0b453eb4/attachment.htm>
More information about the vtkusers
mailing list