When installing Leo I get a couple of syntax errors mainly related to 
Python 3, i.e
in the print command because of missing '()' or the except command because 
of missing 'as: 

print message 
instead of
print(message)

or 

except OSError, e
instead of
except OSError as e

These errors are mainly in external files and in test files. 
They are easily reproduceable using
'python setup.py install'
with Python 3.4.

Reinhard


 
 


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to