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 to be undefined.
> 
> John,
> 
> Great idea.  So how do I fix this?
> 
> [EMAIL PROTECTED]:~$ python
> Python 2.3.4 (#1, Aug  4 2004, 23:33:28)
> [GCC 2.95.4 20011002 (Debian prerelease)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> print True
> True

Looks right to me (True is defined) so I don't know how to go about fixing a
Python program which doesn't find it to be true.

Of course, what we really need may be the Python as it run in the CGI
environment, which may differ (particularly if mod_python is active in
Apache).

  --John
------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to