[IPython-user] Workspaces with Embedded IPython
Gael Varoquaux
gael.varoquaux@normalesup....
Fri Aug 15 17:06:40 CDT 2008
On Fri, Aug 15, 2008 at 11:59:48PM +0200, Laurent Dufrechou wrote:
> We should discuss with gael how I could do some interesting things, I
> think in particular how to workaround the Ctrl+c problem.
Yeah, this is hairy.
Gael: I've jsush pushed your branch, and got this eror:
> laurent@Pep:~/dev/ipython-sync-frontend/IPython/frontend/wx$ python
> ./wx_frontend.py
> Traceback (most recent call last):
> File "./wx_frontend.py", line 37, in <module>
> from IPython.frontend._process import PipedProcess
> ImportError: No module named IPython.frontend._process
> Seems that pipedProcess has not been pull...
Judging by this error, I wonder if you have ipython installed at all. Can
you try "import IPython", and "import IPython.frontend"?
Cheers,
Gaël
More information about the IPython-user
mailing list