The contents of this directory comes from the latest (as of Aug 21, 2008) VTK
source. It contains the wxPython widget for VTK, and must replace the
deprecated wx widget used in older VTK installations (like the one in Ubuntu
Hardy package), when python-wxgtk2.8 (or newer) is used.

To install, copy the Python files in this directory to the place where the VTK
installation has put the deprecated files (bash example):
cp *.py `python -c 'from vtk import wx; import os; print os.path.dirname(wx.__file__)'`

