readline completion for python 2.1 on win32?

Gerhard Häring gh_pythonlist at gmx.de
Thu Jan 3 15:04:28 EST 2002


Le 03/01/02 à 10:54, Angus Mackay écrivit:
> but cygwin is flaky, is there no MinGW version of python?

Yes, the regular binary download from python.org. Only it's compiled
with Visual C++ instead of mingw32.

It's possible to compile Python with mingw32 if you write a custom
Makefile.

It would be even better to have the mingw32 build integrated in the
autoconf based build process, but that's serious work. It's somewhere in
the middle of my opensource-should-be-done-someday todo list.

> Michael Hudson wrote:
> > Cygwin Python has readline support.  It Just Works, as far as I can tell.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id 86AB43C0
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))




More information about the Python-list mailing list