font_manager.py

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.

Found the same bug, which is a

"""
try:
except:
finally:
"""

clause, which is not allowed :wink:

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
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options