On Sep 18, 11:28 am, Ned Deily wrote:
> In article ,
> Lawrence D'Oliveiro wrote:
>
> > In message , Ned Deily
> > wrote:
> > > try:
> > > importreadline
> > > except ImportError:
> > > print("Modulereadlinenot available.")
> > > else:
> > > import rlcompleter
Hi all,
Thanks for your help. I installed python 2.7 on my Mac OS X 10.5.8
machine:
nik$ python
Python 2.7 (r27:82508, Jul 3 2010, 21:12:11)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
and now, when I hit TAB or paste in