Hi all,
python setup.py install --prefix=$HOME/local
results in
font_manager.py", line 115
finally:
^
SyntaxError: invalid syntax
Nils
I am using python2.3.
From: Manuel M. <mm...@as...> - 2007-12-10 11:05:17
Found the same bug, which is a
"""
try:
except:
finally:
"""
clause, which is not allowed ;-)
Nils Wagner wrote:
> Hi all,
>
> python setup.py install --prefix=$HOME/local
> results in
>
> font_manager.py", line 115
> finally:
> ^
> SyntaxError: invalid syntax
>
> Nils
>
> I am using python2.3.
>
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel