Re: [SAtalk] OT: pyzor

2002-10-12 Thread Kerry Nice
t; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, October 06, 2002 9:56 AM Subject: Re: [SAtalk] OT: pyzor > On Sunday 06 October 2002 05:35, Kerry Nice wrote: > > rpm -q python2 > > ]# rpm -q python > python-2.2-9mdk > &g

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Robin Lynn Frank
On Sunday 06 October 2002 12:15, Nix wrote: > On Sun, 6 Oct 2002, Robin Lynn Frank stipulated: > > AARRGGHH! Guess I'll have to see what disasters I can create upgrading > > python ;-( > > Indeed: > > ,[ Misc/NEWS for Python 2.2.1 ] > > | Core and builtins > | > | - Added new builtin function

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Nix
On Sun, 6 Oct 2002, Robin Lynn Frank stipulated: > AARRGGHH! Guess I'll have to see what disasters I can create upgrading > python ;-( Indeed: ,[ Misc/NEWS for Python 2.2.1 ] | Core and builtins | | - Added new builtin function bool() and new builtin constants True and | False to ease b

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Robin Lynn Frank
On Sunday 06 October 2002 07:43, Kerry Nice wrote: > > [nice@mothlight nice]$ python2 > Python 2.2.1 (#1, Sep 18 2002, 11:34:39) > [GCC 2.96 2731 (Red Hat Linux 7.3 2.96-110)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > >>> False > > 0 > > You should

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Kerry Nice
Robin Lynn Frank wrote: > On Sunday 06 October 2002 05:35, Kerry Nice wrote: > >>rpm -q python2 > > > ]# rpm -q python > python-2.2-9mdk > > Is the problem that it is looking for python2 rather than python? No, the problem is that the boolean False is functionality that was added in a more r

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Robin Lynn Frank
On Sunday 06 October 2002 05:35, Kerry Nice wrote: > rpm -q python2 ]# rpm -q python python-2.2-9mdk Is the problem that it is looking for python2 rather than python? -- +---+--+--+ |Robin Lynn Frank |No attachments or active

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Kerry Nice
ginal Message - From: "Robin Lynn Frank" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 05, 2002 11:57 AM Subject: [SAtalk] OT: pyzor > I was going to try pyzor with SA, but the install bombs. Anyone know what I > did wrong? (Or do I have

Re: [SAtalk] OT: pyzor

2002-10-06 Thread Andreas Wagner
c /tmp/pyzor check and not | pyzor check (see above) *** * Robin Lynn Frank <[EMAIL PROTECTED]> [021006 10:41]: > Content-Type: text/plain; > charset="us-ascii" > Organization: Paradigm-Ome

Re: [SAtalk] OT: pyzor

2002-10-05 Thread Robin Lynn Frank
On Saturday 05 October 2002 15:51, Nix wrote: > Your Python installation is broken. False has been a boolean constant in > Python for a long time. > > Note the line at the top of pyzor/INSTALL: > : Pyzor requires at least Python 2.2.1 > > `/usr/bin/python' on e.g. RedHat < 8 systems is Python-1.5

Re: [SAtalk] OT: pyzor

2002-10-05 Thread Nix
On Sat, 5 Oct 2002, Robin Lynn Frank uttered the following: > I was going to try pyzor with SA, but the install bombs. Anyone know what I > did wrong? (Or do I have to subscribe to yet another list?) > > # python setup.py build > Traceback (most recent call last): > File "setup.py", line 5,

[SAtalk] OT: pyzor

2002-10-05 Thread Robin Lynn Frank
I was going to try pyzor with SA, but the install bombs. Anyone know what I did wrong? (Or do I have to subscribe to yet another list?) # python setup.py build Traceback (most recent call last): File "setup.py", line 5, in ? import pyzor File "lib/pyzor/__init__.py", line 100, in ?