rlcompleter2 issues
home install issues
 

Issue15 Editing

TitleTab doesn't work, it erase the current line
Prioritybug Statusunread
Superseder Nosy ListLaurent
Assigned To Topics

Created on 2007-03-07.21:21:03 by Laurent, last changed 2007-03-07.21:21:03.

Messages
msg29 Author: Laurent Date: 2007-03-07.21:21:03 remove
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:03Laurentcreate