rlcompleter2 issues
home install issues
 

Message editing

Author Laurent
Recipients
Date 2007-03-07.21:21:03
Content
Hello,
I've tried your module under windows XP, python2.5,
pyreadline 1.3 (from
http://projects.scipy.org/ipython/ipython/wiki/PyReadline/Intro)
I had same problem reported with var HOME not defined so
i've replaced the filename by './.othername'.
Now all has compiled.
Module loads ok.
But when I hit TAB all the current line is erased:
#import sys
#sys.
#sys.<TAB>
#
... nothing more
If you've got any ideas :)

Thx!

Laurent
History
Date User Action Args
2007-03-07 21:21:03Laurentlinkissue15 messages
2007-03-07 21:21:03Laurentcreate