Processed: Re: Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-26 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 python Bug #697402 [bzr-gtk] bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed Bug reassigned from package 'bzr-gtk' to 'python'. No longer marked as found in versions bzr-gtk/0.103.0+bzr792-3. Ignoring request to alter fixed versions

Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-26 Thread Julien Cristau
Control: reassign -1 python Control: severity -1 important On Sat, Jan 26, 2013 at 10:29:27 +, Matthew Woodcraft wrote: > Debian has in the past contained Python packages which have side-effects > when imported which are worse than just crashing the calling process > (for example, I've had py

Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-26 Thread Matthew Woodcraft
Debian has in the past contained Python packages which have side-effects when imported which are worse than just crashing the calling process (for example, I've had pydoc crash my window manager). Arguably all such cases are bugs in those packages, but it seems likely that such bugs will appear ag

Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-24 Thread Jakub Wilk
* Jakub Wilk , 2013-01-24, 23:48: from gi.repository import Gtk import _gtk The last line should read: from import _gtk Third time lucky: from gtk import _gtk -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-24 Thread Jakub Wilk
* Samuel Bronson , 2013-01-04, 16:20: from gi.repository import Gtk import _gtk The last line should read: from import _gtk This bug should be reassigned somewhere else, but I haven't decided where yet. Anyway, here are some ideas how to fix (or "fix") it: 1) Make pydoc more robust. It cou

Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-05 Thread Andrey Rahmatullin
On Fri, Jan 04, 2013 at 04:20:42PM -0500, Samuel Bronson wrote: > 2) your package bzrlib.plugins.gtk.branchview causes gi.repository.Gtk > to be imported Which loads libgtk-3.so.0 > 3) python-gtk2's package gtk imports _gtk Which loads libgtk-x11-2.0.so.0 > 4) importing both of those modu

Bug#697402: bzr-gtk: causes crash in pydoc -k when python-gtk2 is also installed

2013-01-04 Thread Samuel Bronson
Package: bzr-gtk Version: 0.103.0+bzr792-3 Severity: critical Dear Maintainer, Having bzr-gtk and python-gtk2 installed at the same time causes "pydoc -k foobarbaz" to crash, because 1) pydoc has to import all packages in order to find out what modules they contain 2) your package bzrlib.