Readline on Window

Thomas Guettler zopestoller at thomas-guettler.de
Thu Apr 11 11:08:41 EDT 2002


I use:
Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32

C-a results in ^A. But I would like to go the beginning of the line

If I use cygwin. Importing Readline brings an error:
Python 2.2 (#1, Dec 31 2001, 15:21:18)
[GCC 2.95.3-5 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import readline
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
ImportError: dlopen: Win32 error 126

Has someone a hint how I can get it working?

  thomas




More information about the Python-list mailing list