哪位兄弟玩过 pyshell0.91a

哪位兄弟玩过 pyshell0.91a

http://pyshell.sourceforge.net/

看起来不错,但是在WINDOWS 下却无法运行
下面的错误:

[Copy to clipboard] [ - ]
CODE:
Welcome to PyShell (loading sitewide init script)
Exception exceptions.AttributeError: "'_echo' object has no attribute '_child_cr
eated'" in <bound method _echo.__del__ of <ps_builtins._echo object at 0x00CB62F
0>> ignored
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00CB
6750>> ignored
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00D5
2570>> ignored
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00CB
60D0>> ignored
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00CB
6750>> ignored
Hi, wmjie (loading user init script) ... Info:  Pyshell 0.91 (Python: 2.5.2)

Exception exceptions.AttributeError: "'_echo' object has no attribute '_child_cr
eated'" in <bound method _echo.__del__ of <ps_builtins._echo object at 0x00D527B
0>> ignored

  Error:  [Error 2] : 'test'

Exception exceptions.AttributeError: "'_ver' object has no attribute '_child_cre
ated'" in <bound method _ver.__del__ of <ps_builtins._ver object at 0x00D52590>>
ignored
Exception exceptions.AttributeError: "'_cd' object has no attribute '_child_crea
ted'" in <bound method _cd.__del__ of <ps_builtins._cd object at 0x00CB6750>> ig
nored
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00D5
2890>> ignored
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00CB
60D0>> ignored
DONE
Exception exceptions.AttributeError: "'_alias' object has no attribute '_child_c
reated'" in <bound method _alias.__del__ of <ps_builtins._alias object at 0x00CB
63F0>> ignored
wmjie@FB:~>

在linux下需要 module-readline 哪位大侠知道这个module 去哪里搞啊?
试试pyreadline

http://ipython.scipy.org/dist/pyreadline-1.5-win32-setup.exe
谢谢楼上的兄弟.

WIN的问题已经解决了.
只要在 cmdbase.py 里面增加一个
    def _child_created(self):
            pass

就可以了.

但是linux下的 readline 还是没有办法.
不过FREEBSD下面就没有问题.....
郁闷~~~~~