Hi All
I setup readline https://pypi.python.org/pypi/pyreadline-ais
and try import readline and get
File
"\lib\site-packages\pyreadline_ais-2.0.3-py2.7.egg\pyreadline\console\__init__.py",
line 9, in
File
"\lib\site-packages\pyreadline_ais-2.0.3-py2.7.egg\pyreadline\console\ironpython_conso
check pull reqests. if it doesn't help, i have a version which used to work
with ipython https://github.com/paweljasinski/pyreadline
On Wednesday, July 23, 2014, wrote:
> Hi All
> I setup readline https://pypi.python.org/pypi/pyreadline-ais
> and try import readline and get
> File
> "\lib\sit
Title: Re: [Ironpython-users] How can i use readline
Thanks a lot fork worksbut this https://docs.python.org/2/tutorial/interactive.html does not workDo you know why?
Thanks
check pull reqests. if it doesn't help, i have a version which used to work with ipython https://github.com/pawelja
On Wednesday, July 23, 2014, wrote:
> Thanks a lot fork works
> but this https://docs.python.org/2/tutorial/interactive.html does not
> work
> Do you know why?
>
no, i only fixed what was required for ipython
>
>
> Thanks
>
>
>
> check pull reqests. if it doesn't help, i have a version wh
When doing:
from Foo import foo2
(assuming for eg foo2 is a class) and then going on to do:
a = foo2()
it would be nice if intellisense could offer suggestions as I am typing
out foo2
In the same vein, when doing:
varname = 1
and then doing
a = varname + etc
it would be nice if intellis