Re: hitting TAB inserts ./ in interactive mode ?

2010-09-20 Thread Nik Krumm
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

[OS X 10.5] hitting TAB inserts ./ in interactive mode ?

2010-09-17 Thread Nik Krumm
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