Comment 11 for bug 379573

Revision history for this message
Devid Antonio Filoni (d.filoni) wrote :

This bug looks to be fixed in lucid-proposed too but I have to prepare a new version of wxwidgets2.8 package due to bug #559822.

root@dfiloni-desktop:/# update-alternatives --config wx2.6.pth
There are 2 choices for the alternative wx2.6.pth (providing /usr/lib/python2.6/dist-packages/wx.pth).

  Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/wx/python/wx2.8.pth 28 auto mode
  1 /usr/lib/wx/python/wx2.6.pth 26 manual mode
  2 /usr/lib/wx/python/wx2.8.pth 28 manual mode

Press enter to keep the current choice[*], or type selection number: 1
update-alternatives: using /usr/lib/wx/python/wx2.6.pth to provide /usr/lib/python2.6/dist-packages/wx.pth (wx2.6.pth) in manual mode.
root@dfiloni-desktop:/# python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.VERSION
(2, 6, 3, 2, '')
>>> exit ()
root@dfiloni-desktop:/# update-alternatives --config wx2.6.pth
There are 2 choices for the alternative wx2.6.pth (providing /usr/lib/python2.6/dist-packages/wx.pth).

  Selection Path Priority Status
------------------------------------------------------------
  0 /usr/lib/wx/python/wx2.8.pth 28 auto mode
* 1 /usr/lib/wx/python/wx2.6.pth 26 manual mode
  2 /usr/lib/wx/python/wx2.8.pth 28 manual mode

Press enter to keep the current choice[*], or type selection number: 0
update-alternatives: using /usr/lib/wx/python/wx2.8.pth to provide /usr/lib/python2.6/dist-packages/wx.pth (wx2.6.pth) in auto mode.
root@dfiloni-desktop:/# python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.VERSION
(2, 8, 10, 1, '')
>>> exit ()
root@dfiloni-desktop:/#