[IPython-dev] ipython1 and synchronous printing of stdout

Gael Varoquaux gael.varoquaux at normalesup.org
Sun Jul 20 16:07:12 EDT 2008


On Sun, Jul 20, 2008 at 09:56:23PM +0200, Laurent Dufrechou wrote:
> Hi gael,
> I've checked out your branch and done `python setup.py build_ext --inplace`
> Launching your app:

> laurent at Pep:~/ipython-sync-frontend/IPython$ python
> ./frontend/wx/wx_frontend.py
> Traceback (most recent call last):
>   File "./frontend/wx/wx_frontend.py", line 30, in <module>
>     from IPython.frontend.prefilterfrontend import PrefilterFrontEnd
> ImportError: No module named frontend.prefilterfrontend

Hey Laurent,

Thanks a lot for taking time to check this out. I had forgetten to add a
file in bzr. I have just corrected that and pushed a new version.

The prefilterfrontend.py file is the file where are concentred all the
really hacky tricks I have to play to get ipython1 working with magics,
tab completion, and all that. This is what Fernando and I are going to
use as a guide to drive our refactoring of ipython0 and ipython1 to get
the magics and co cleanely in ipython1.

Gaël



More information about the IPython-dev mailing list