Weird python error messages from safe-upgrade

2009-08-06 Thread Siggy Brentrup
Hi list, I just resubscribed after 5 years of absence. Here's a problem I don't see how to solve nor which package to report a bug against. On each safe-upgrade I see the following Processing triggers for python-support ... Compiling /usr/lib/pymodules/python2.4/wit/wiki2html.py ... File "/us

Re: Weird python error messages from safe-upgrade

2009-08-06 Thread Siggy Brentrup
On Thu, Aug 06, 2009 at 11:54 +0200, Piotr Ożarowski wrote: > it's a bug in package that provides wit/wiki2html.py file > (python-wit?) - it should have ">= 2.5" in XS-Python-Version or "2.5-" > in debian/pyversions (if it uses python-support) OK, I'll cite you :) Thanks for helping Siggy --

Re: Good books to learn python

1999-11-07 Thread Siggy Brentrup
y-yoUr's Siggy -- Siggy Brentrup - [EMAIL PROTECTED] - http://www.north.de/~bsb/ *** ceterum censeo javascriptum esse delendam ***

Help needed on obscure mailman bug

2004-04-20 Thread Siggy Brentrup
Hi, I need some help on mailman bug #242740. The bug submission (more exactly a followup) contains the following unreproducible traceback: Traceback (most recent call last): File "/var/lib/mailman/bin/list_lists", line 47, in ? from Mailman import MailList File "/var/lib/mailman/Mailman/

Re: Bug#242740: Help needed on obscure mailman bug

2004-04-20 Thread Siggy Brentrup
Hi Joss, thanks for responding. On Tue, Apr 20, 2004 at 06:01:04PM +0200, Josselin Mouette wrote: > Le mar 20/04/2004 à 14:56, Siggy Brentrup a écrit : > > Hi, > > > > I need some help on mailman bug #242740. > > > > The bug submission (more exactly a

Solved: Bug#242740: Help needed on obscure mailman bug

2004-04-23 Thread Siggy Brentrup
Hi, thanks to those who responded. On Tue, Apr 20, 2004 at 07:13:35PM +0200, Josselin Mouette wrote: > Well, this file might be imported by mailman and not by the python > interpreter as it is launched. You're correct with this assumption ... > I'd recommend a 'locate string.py' to be sure. .

Re: Solved: Bug#242740: Help needed on obscure mailman bug

2004-04-23 Thread Siggy Brentrup
Sorry for following up to myself, I posted a faulty script version, here's the patch: Index: maint_helpers.py === --- maint_helpers.py(revision 80) +++ maint_helpers.py(revision 81) @@ -33,7 +33,7 @@ class SimpleLogger: