[IPython-dev] Ipython frontend for two process

Thomas Kluyver takowl at gmail.com
Tue Mar 29 10:34:45 EDT 2011


2011/3/29 Omar Andrés Zapata Mesa <andresete.chaos at gmail.com>

> Hi all.
>
> I am working in a terminal frontend for two process model
>
> https://github.com/omazapa/ipython/tree/frontend-logging/IPython/frontend/terminal
> <https://github.com/omazapa/ipython/tree/frontend-logging/IPython/frontend/terminal>I
> have some features working fine, like indentation, prompt numeration and
> timing  in process execution.
> I am have problems in tab-completion, meybe some guidance help me to fix
> this bug.
>

When I test it, entering any command gives me the traceback below. Am I
setting it up wrong? I'm installing in a virtualenv, then running python
ipython/IPython/frontend/terminal/frontend.py.

Thanks,
Thomas
----
Traceback (most recent call last):
  File "ipython/IPython/frontend/terminal/frontend.py", line 270, in
<module>
    frontend.start()
  File "ipython/IPython/frontend/terminal/frontend.py", line 117, in start
    self.interact()
  File "ipython/IPython/frontend/terminal/frontend.py", line 101, in
interact
    self._execute(self._splitter.source,False)
  File "ipython/IPython/frontend/terminal/frontend.py", line 136, in
_execute
    self.handle_xreq_channel()
  File "ipython/IPython/frontend/terminal/frontend.py", line 141, in
handle_xreq_channel
    if self.km.xreq_channel.was_called():
  File
"/home/thomas/code/virtualenvs/ipy-term-2proc/lib/python2.6/site-packages/IPython/frontend/terminal/kernelmanager.py",
line 40, in was_called
    return self.queue.not_empty()
TypeError: '_Condition' object is not callable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110329/332b48ed/attachment.html>


More information about the IPython-dev mailing list