[IPython-dev] Syntax and Indentation Errors during build of ipython1 (saw)
Fernando Perez
fperez.net at gmail.com
Thu Aug 23 18:43:30 EDT 2007
On 8/23/07, Arne Grimstrup <arne at ras.ucalgary.ca> wrote:
> Hi everyone,
>
> I checked out ipython1 yesterday and was attempting to build it for the first
> time today. Near the end of the build, the following errors appeared:
>
> Processing ipython1-0.9alpha2-py2.5.egg
> creating
> /alma/ACS-7.0/Python/lib/python2.5/site-packages/ipython1-0.9alpha2-py2.5.egg
> Extracting ipython1-0.9alpha2-py2.5.egg to
> /alma/ACS-7.0/Python/lib/python2.5/site-packages
> File
> "/alma/ACS-7.0/Python/lib/python2.5/site-packages/ipython1-0.9alpha2-py2.5.egg/ipython1/core1/console.py",
> line 6
> self.in
> ^
> SyntaxError: invalid syntax
>
> Sorry: IndentationError: ('expected an indented block',
> ('/alma/ACS-7.0/Python/lib/python2.5/site-packages/ipython1-0.9alpha2-py2.5.egg/ipython1/core1/interprete
> rinterface.py', 46, 7, ' def ipsystem(self,arg_s):\n'))
>
> The build is on RHEL 4 using a separately built Python 2.5.1 and Setuptools
> 0.6c6.
>
> I understand that the core1 modules are under heavy development right now,
> but I'm hoping to include ipython1 in the tool suite for our application.
> In the meantime, should I revert to chainsaw?
Not, just update SVN and try again please. Indeed the core1 stuff is
completely off-limits for users, but I hadn't realized I'd left a
stray non-compiling file in there. Sorry about that.
You should be OK with saw, since I won't move any of the new work into
core/ until I'm 100% sure that it passes all tests and provides all
the old functionality.
So stick with saw, and yell at me when it breaks. I'll listen :)
Cheers,
f
More information about the IPython-dev
mailing list