[IPython-dev] ipipe news
Arnd Baecker
arnd.baecker at web.de
Wed Mar 1 06:07:46 EST 2006
Hi,
that sounds cool!
On Wed, 1 Mar 2006, [ISO-8859-1] Walter Dörwald wrote:
> I've uploaded a new version of ipipe to
> http://styx.livinglogic.de/~walter/IPython/ipipe.py
>
> This should work with the current SVN HEAD of IPython.
Should it also work from a normal python prompt?
For this I get:
>>> from ipipe import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "ipipe.py", line 246
return (XAttr(item, name) for name in xattrs(item, mode))
^
SyntaxError: invalid syntax
Converting this to
return [XAttr(item, name) for name in xattrs(item, mode)]
shows another problem in l. 292
Best, Arnd
More information about the IPython-dev
mailing list