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
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
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
* 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
* 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
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
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.
7 matches
Mail list logo