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.
r...@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. r...@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 () r...@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. r...@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 () r...@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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
