I use sarge as my distro and I did
an update to release 2.5.3 of wxPython.
When I do "dpkg -l wxpython2.5.3" I see
that it's installed. When I go into
the screen for python, I see this -
import wx
wx.VERSION
(2, 4, 2, 4, '')
can anyone tell me how to get the
right version, 2.5.3 to show up
when I do wx.VERSION?
Thanks
Wayne