[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-27 Thread Martin Pitt
Confirmed that this version of libpeas works fine again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/857348 Title: All python plugins are broken by a bad import To manage notifications about this

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-27 Thread Martin Pitt
Should be fixed with libpeas (1.2.0-0ubuntu1) oneiric; urgency=low * New upstream release: - Fix using Python plugins. - Misc improvement and fixes. - Translation updates * debian/libpeas-1.0-0.symbols: - Updated symbols -- Didier RocheTue, 27 Sep 2011 09:21:20 +0200 I'

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-27 Thread John M
I just got the amd64 packages from https://launchpad.net/ubuntu/+source/libpeas/1.1.3-0ubuntu1/+build/2765954 and the gedit plugins seem to be working again (including the one for latex, from git). @Alex Schiff: The gedit-latex-plugin from git needs gedit-dev, which in turn requires a libpeas-dev

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Martin Pitt
GNOME bug #659879 is about something else (that bug was fixed in oneiric yesterday). Unlinking. ** Changed in: pygobject Importance: Unknown => Undecided ** Changed in: pygobject Status: Unknown => New ** Changed in: pygobject Remote watch: GNOME Bug Tracker #659879 => None ** Change

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Fish R. Cynic
#15 fixes rhymthbox plugins on amd64 - same issue with plugins -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/857348 Title: All python plugins are broken by a bad import To manage notifications abou

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Jean-Philippe Fleury
@Mark Repka: try the following: wget http://launchpadlibrarian.net/79015317/libpeas-1.0-0_1.1.3-0ubuntu1_amd64.deb wget http://launchpadlibrarian.net/79012147/python-gobject_2.90.3-1svn1_amd64.deb sudo dpkg -i libpeas-1.0-0_1.1.3-0ubuntu1_amd64.deb sudo dpkg -i python-gobject_2.90.3-1svn1_amd64.

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Effenberg0x0
The workaround at post #11 only works for me if, after running those commands, I launch Gedit using: $ DISPLAY=:0.0 PYTHON=/usr/bin/python3.2 LD_PRELOAD=/usr/lib/libpython2.7.so.1 /usr/bin/gedit Thanks, Effenberg -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-26 Thread Mark Repka
@Jean-Philippe Fleury (jpfle) - Are there amd64 packages of that version somewhere? I tried your fix as given and got an error of: "libpeas-1.0-0:i386 1.1.3-0ubuntu1 (Multi-Arch: no) is not co-installable with libpeas-1.0-0:amd64 1.1.4-0ubuntu1 (Multi-Arch: no) which is currently installed" --

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-25 Thread Alex Schiff
@Jean-Philippe Fleury (jpfle)- Your fix worked for me. Unfortunately, gedit-latex-plugin isn't yet compatible with gedit 3. Hopefully it will be fixed soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-24 Thread Jean-Philippe Fleury
About the trick described on comment 9, here are the steps: wget http://launchpadlibrarian.net/79014999/libpeas-1.0-0_1.1.3-0ubuntu1_i386.deb wget http://launchpadlibrarian.net/79012214/python-gobject_2.90.3-1svn1_i386.deb sudo dpkg -i libpeas-1.0-0_1.1.3-0ubuntu1_i386.deb sudo dpkg -i python-gob

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-24 Thread Jeremy Bicha
I'm marking this as triaged since I believe this has been reported upstream (where there are patches that hopefully fix this). ** Package changed: libpeas (Ubuntu) => pygobject (Ubuntu) ** Changed in: pygobject (Ubuntu) Importance: Undecided => Medium ** Changed in: pygobject (Ubuntu)

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-24 Thread Doug McMahon
Would seem both sources may be involved - If I downgrade both to previous versions then the plugins can be enabled - (python-gobject_2.90.3-1svn1; libpeas-1.0-0_1.1.3-0ubuntu1 Upgrading either or both then breaks -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Curtis Hovey
My plugins and I am sure gedit's plugins are using the libpeas via the Gedit extension classes. I do not think any plugin should be messing with LD_PRELOAD since they assume the user is using the system python (2.6 or above). I can confirm my plugins and most of gedit's default plugins work with t

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Leonardo Robol
That is surely a temporary hack, but it seems to me that the real problem is not in libpeas but in python-gobject, where libpyglib-2.0-pythonx.y doesn't get linked to libpython-x.y. I am looking at the sources right now and the package build gives warning about this issue (libpyglib-2.0-pythonx.

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Jean-Philippe Fleury
I have to start gedit with LD_PRELOAD=/usr/lib/libpython2.7.so.1 to solve this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/857348 Title: All python plugins are broken by a bad import To ma

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Michael Terry
*** This bug is a duplicate of bug 839712 *** https://bugs.launchpad.net/bugs/839712 Maybe I was hasty, you can un-dupe if you like. I guess my feeling was that any remaining plugin problems were plugin-related now, not libpeas related. They need to be ported to new libpeas. So if you undup

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Leonardo Robol
** This bug is no longer a duplicate of bug 839712 Plugins written in Python can no longer be enabled -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/857348 Title: All python plugins are broken by

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Leonardo Robol
*** This bug is a duplicate of bug 839712 *** https://bugs.launchpad.net/bugs/839712 I was doing some experiments now, and the problem seems that /usr/lib/libpyglib-gi-2.0-python2.7.so.0 is not linked against libpython2.7. Starting gedit (or other libpeas enabled applications) with LD_PRELOA

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Leonardo Robol
*** This bug is a duplicate of bug 839712 *** https://bugs.launchpad.net/bugs/839712 It don't seems to me that this is a duplicate of bug #839712, since that has been fixed and it has a different traceback; I still can't enable plugins in gedit and in the other libpeas enabled applications th

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Michael Terry
*** This bug is a duplicate of bug 839712 *** https://bugs.launchpad.net/bugs/839712 ** This bug is no longer a duplicate of bug 857099 Error initializing Python Plugin Loader:PyGObject initialization failed ** This bug has been marked a duplicate of bug 839712 Plugins written in Python

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Jean-Philippe Fleury
*** This bug is a duplicate of bug 857099 *** https://bugs.launchpad.net/bugs/857099 ** This bug has been marked a duplicate of bug 857099 Error initializing Python Plugin Loader:PyGObject initialization failed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libpeas (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/857348 Title: All

[Bug 857348] Re: All python plugins are broken by a bad import

2011-09-23 Thread Curtis Hovey
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/857348 Title: All python plugins are broken by a bad import To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libp