[issue7015] Getting call trace while executing "modules spam" at help prompt

2011-10-07 Thread Ned Deily
Ned Deily added the comment: The problem of pydoc apropos failing due to exceptions raised by pkgutil walk_packages is fixed in 2.7.3 by the changes for Issue7425; they were already fixed in 3.x. -- nosy: +ned.deily resolution: invalid -> duplicate superseder: -> Improve the robustne

[issue7015] Getting call trace while executing "modules spam" at help prompt

2011-06-09 Thread Éric Araujo
Éric Araujo added the comment: Looks like this is an external bug. -- nosy: +eric.araujo resolution: -> invalid stage: test needed -> committed/rejected status: open -> closed ___ Python tracker __

[issue7015] Getting call trace while executing "modules spam" at help prompt

2009-09-30 Thread Jan Kratochvil
Jan Kratochvil added the comment: The python bindings were therefore fixed downstream: gdb-6.8.91.20090930-2.fc12 http://koji.fedoraproject.org/koji/buildinfo?buildID=134595 -- ___ Python tracker __

[issue7015] Getting call trace while executing "modules spam" at help prompt

2009-09-30 Thread R. David Murray
R. David Murray added the comment: It may well be possible to improve the handling of exceptions (I haven't looked at your patch yet), but fixing gdb, or rather the python bindings for it, are out of the scope of this bug tracker since it is third-party code. -- assignee: georg.brandl -

[issue7015] Getting call trace while executing "modules spam" at help prompt

2009-09-30 Thread Jan Kratochvil
Jan Kratochvil added the comment: This patch will make the `modules' command succeeed. Later requesting the specific `gdb' module will cause: help> gdb problem in gdb - : 'module' object has no attribute 'Command' I think this is right in general, a single broken module should not abort the wh

[issue7015] Getting call trace while executing "modules spam" at help prompt

2009-09-30 Thread Jan Kratochvil
Changes by Jan Kratochvil : -- nosy: +jankratochvil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue7015] Getting call trace while executing "modules spam" at help prompt

2009-09-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: It's a problem with one of your installed modules. I don't think Python can do anything, unless you propose silencing all errors. -- nosy: +pitrou ___ Python tracker __

[issue7015] Getting call trace while executing "modules spam" at help prompt

2009-09-28 Thread Rishikesh K Rajak
New submission from Rishikesh K Rajak : [root@ ~]# python Python 2.6.2 (r262:71600, Aug 21 2009, 12:23:57) [GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> help() Welcome to Python 2.6! This is the online help utility.