[IPython-user] IPython on Jython Nearly working , need Help.
phyo.arkarlwin@gmai...
phyo.arkarlwin@gmai...
Fri Jan 16 10:31:33 CST 2009
Sorry forgot to attach crash report.
As you see , jython + IPYthon works without init_readline and
readline.get_completerdlims() in jython returns expected result
But if it enabled , ipython crashes with attribute error
---------------------------------------------------------------------------
AttributeError Python 2.5b0+: /opt/jython/bin/jython
Fri Jan 16 23:00:24 2009
A problem occured executing Python code. Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
-----snip------------
238 self.readline = readline
--> 239 delims = self.readline.get_completer_delims()
delims = undefined
self.readline.get_completer_delims = undefined
-----snip-------------
Crash report attached.
I am trying to debug it and please help. Javay will be working , just
need completor to work and we will get amazing piece of software.
On 1/16/09, phyo.arkarlwin@gmail.com <phyo.arkarlwin@gmail.com> wrote:
> Hello all!
>
> I am trying to get IPython working on Jython and it is nearly there!
>
> I get IPython to work without readline support (so without completer) .
> I got ipython 0.9.1 to work under Jython2.5b1 after applying two
> patches and also disabling
>
> #self.init_readline()
>
> I have Jython Readline installed and working properly.
> But If i enable init_readline , it raise IPYthon Crash error. , error
> log attached.
>
> The error points AttributeError ; at
> delims = self.readline.get_completer_delims()
>
> But i tried in working ipython on jython (non-completion)
>
> as followed:
>
> In [1]: import readline
>
> In [2]: readline.get_completer_delims
> Out[2]: <function get_completer_delims at 0x4>
>
> In [3]: readline.get_completer_delims()
> Out[3]: u' \t\n"\\\'`@$><=;|&{('
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: IPython_crash_report.txt
Url: http://lists.ipython.scipy.org/pipermail/ipython-user/attachments/20090116/4ecc9625/attachment.txt
More information about the IPython-user
mailing list