[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2014-12-02 Thread Rolf Leggewie
I ran into the same issue and was able to fix it with sudo aptitude reinstall python-wxgtk2.8 python-wxversion ** Tags added: trusty ** Summary changed: - after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result + cannot use python-wxgtk2.8

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2013-06-13 Thread C Filorux
** Attachment added: This is a script that runs a gui command as the user 'eyebrow' or whatever you call the script https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/948944/+attachment/3702541/+files/eyebrow -- You received this bug notification because you are a member of Ubuntu

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2013-06-13 Thread C Filorux
I have this behaviour on 12.10, Quantal Quetzal using python-wxgtk2.8 under XFCE4. When I run the command as another user via a rather complex sudo script that grants permission to use the X display, the menu DOES display. (Sorry about the bare post containing the run-as- another-user hack - the

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2012-08-24 Thread uellue
I could reproduce the missing menu bar with this example code: http://wiki.wxpython.org/Getting%20Started#Adding_a_menu_bar Expected behavior: The menu bar is shown. Actual behavior: There is no menu bar. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2012-05-18 Thread Éric Piel
I noticed the same problem and removed python-wxgtk2.6 hoping it'd fix it, but then python cannot find any wx module at all! Apparently it's a problem with the alternatives: python-wxgtk2.6 provides wx2.7.pth (where 2.7 stands for the _python_ version) and python-wxgtk2.8 provides wx.pth (no

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2012-04-18 Thread Alex Mauer
I ran into this problem when trying to build gnuradio from git, having had python-wxgtk2.6 installed previously. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948944 Title: after upgrade from

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2012-03-29 Thread Martin Pitt
** Changed in: wxwidgets2.8 (Ubuntu) Milestone: ubuntu-12.04-beta-2 = ubuntu-12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948944 Title: after upgrade from oneiric python applications may

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2012-03-07 Thread sanktnelson
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948944 Title: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result To manage notifications about

[Bug 948944] Re: after upgrade from oneiric python applications may use the wrong version of wxpython and fail as a result

2012-03-07 Thread Scott Kitterman
From a clean oneiric chroot: # apt-get install python-wxgtk2.6 python-wxgtk2.8 ... # python ... import wx import sys print sys.modules ...'wx': module 'wx' from '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/__init__.pyc'... Adjust /etc/apt/sources.list to precise and dist-upgrade.