Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-06 Thread Jeff Garvas
This made me start thinking. This isn't an issue caused by the website or the CGI. Its a problem with the message when qmail-to-mailman hands the message off to Mailman. So I restarted qrunner. Duh. It was running in the original version of python the whole time, so everytime I replaced

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-05 Thread Jeff Garvas
On Thu, Aug 05, 2004 at 02:57:14PM +0900 or thereabouts, Stephen J. Turnbull wrote: IIRC the lack of definition of Boolean constants is a problem specific to 2.3.2, and all you have to do is define True and False to 1 and 0 respectively somewhere in the startup. I'm not sure if the mm_cfg is

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-05 Thread John W. Baxter
On 8/5/2004 5:00, Jeff Garvas [EMAIL PROTECTED] wrote: On Thu, Aug 05, 2004 at 02:57:14PM +0900 or thereabouts, Stephen J. Turnbull wrote: IIRC the lack of definition of Boolean constants is a problem specific to 2.3.2, and all you have to do is define True and False to 1 and 0

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-05 Thread Jeff Garvas
On Thu, Aug 05, 2004 at 09:51:03AM -0700 or thereabouts, John W. Baxter wrote: Run python from the command line. At the prompt, type print True But what matters is what happens on the machine on which True is claimed by Mailman to be undefined. John, Great idea. So how do I fix this?

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-05 Thread John W. Baxter
On 8/5/2004 12:24, Jeff Garvas [EMAIL PROTECTED] wrote: On Thu, Aug 05, 2004 at 09:51:03AM -0700 or thereabouts, John W. Baxter wrote: Run python from the command line. At the prompt, type print True But what matters is what happens on the machine on which True is claimed by Mailman

[Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-04 Thread Jeff Garvas
Hi folks, I've determined that the problems I'm having with Mailman now are related to the fact that I have Python 2.3.2 running in Debian (woody). Moderated messages keep erroring into logs/error about True not being defined. Does anyone here know of any reliable Python 2.3.3 or 2.3.4

Re: [Mailman-Users] reliable python 2.3.3 or 2.3.4 backport?

2004-08-04 Thread Raquel Rice
On Wed, 4 Aug 2004 09:24:47 -0400 Jeff Garvas [EMAIL PROTECTED] wrote: Hi folks, I've determined that the problems I'm having with Mailman now are related to the fact that I have Python 2.3.2 running in Debian (woody). Moderated messages keep erroring into logs/error about True not