<div class="gmail_quote">2011/3/29 Omar Andrés Zapata Mesa <span dir="ltr"><<a href="mailto:andresete.chaos@gmail.com">andresete.chaos@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi all.<div><br></div><div>I am working in a terminal frontend for two process model</div><div><a href="https://github.com/omazapa/ipython/tree/frontend-logging/IPython/frontend/terminal" target="_blank">https://github.com/omazapa/ipython/tree/frontend-logging/IPython/frontend/terminal</a></div>



<div><a href="https://github.com/omazapa/ipython/tree/frontend-logging/IPython/frontend/terminal" target="_blank"></a>I have some features working fine, like indentation, prompt numeration and timing  in process execution.</div>

<div>I am have problems in tab-completion, meybe some guidance help me to fix this bug.</div></blockquote><div><br>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.<br>

<br>Thanks,<br>Thomas<br>----<br>Traceback (most recent call last):<br>  File "ipython/IPython/frontend/terminal/frontend.py", line 270, in <module><br>    frontend.start()<br>  File "ipython/IPython/frontend/terminal/frontend.py", line 117, in start<br>

    self.interact()<br>  File "ipython/IPython/frontend/terminal/frontend.py", line 101, in interact<br>    self._execute(self._splitter.source,False)<br>  File "ipython/IPython/frontend/terminal/frontend.py", line 136, in _execute<br>

    self.handle_xreq_channel()<br>  File "ipython/IPython/frontend/terminal/frontend.py", line 141, in handle_xreq_channel<br>    if self.km.xreq_channel.was_called():<br>  File "/home/thomas/code/virtualenvs/ipy-term-2proc/lib/python2.6/site-packages/IPython/frontend/terminal/kernelmanager.py", line 40, in was_called<br>

    return self.queue.not_empty()<br>TypeError: '_Condition' object is not callable<br><br></div></div>