Phillip Watts wrote:
I'm on Kubuntu feisty.
Which has wxglade 0.4.1.I changed wx.pth (wxpython) to 2.8 to get some new capabilities.
That broke wxglade 0.4.1 which needs 2.6
Kubuntu hardy has wxglade 0.6.3. How should I best proceed?
If you don't want to upgrade to Hardy yet then you can probably just hack wxglade to use the wxversion module to select 2.6 before importing. I'm having troubles installing wxgalde at the moment (repository is not responding) so I can't give you details, but it will just take adding something like this before wx is imported the first time:
import wxversion
wxversion.select('2.6')
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!