Skip to content

Conversation

@Becker-Asano
Copy link

In python 3.3.3 a syntax error is produced by the except statement with a comma.
Solution: use "as" instead.
(This also causes trouble in pip install command under 3.3.3, see also stackoverflow.com/questions/20517785/python-except-oserror-e-no-longer-working-in-3-3-3)

In python 3.3.3 a syntax error is produced by the except statement with a comma.
Solution: use "as" instead.
(This also causes trouble in pip install command under 3.3.3, see also stackoverflow.com/questions/20517785/python-except-oserror-e-no-longer-working-in-3-3-3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant