[Bug 379573] Re: sudo update-alternatives does not configure the default python-wxgtk in Jaunty

Devid Antonio Filoni 379573 at bugs.launchpad.net
Fri Aug 6 16:25:45 BST 2010


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 at 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 at 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 at 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 at 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 at dfiloni-desktop:/#

-- 
sudo update-alternatives does not configure the default python-wxgtk in Jaunty
https://bugs.launchpad.net/bugs/379573
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is a direct subscriber.



More information about the ubuntu-archive mailing list