20 Feb
2001
20 Feb
'01
10:18 a.m.
But I have : Python 1.5.2 (#0, Dec 27 2000, 14:53:01) [GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
@ Ralph Corderoy (ralph@inputplus.demon.co.uk) :
Hi Fil,
You recently changed all calls like write('(locked)', file=sys.stderr) to print >> sys.stderr, _('(locked)')
but the latter will not compile on my machine. Am I missing something?
I'd guess that your version of Python isn't recent enough to have the new `>>' for I/O redirection.
Sorry, but I don't know what version you'd require.
Ralph.
-- Fil