Am 26.05.2012 11:17, schrieb Sergiu Ivanov:
except CoercionFailed as e:
^
SyntaxError: invalid syntax
I can try to fix this according to
http://www.gossamer-threads.com/lists/python/python/785327 . Is this
going to intervene with anyone else's attempts?
If it's Python3 syntax, it shouldn't.
We're programming in Python2 and use 2to3 to translate Python2 idioms to
Python3, so any occurrence of "except Exception, variable" should
automatically be taken care of and translated to "except Exception as
variable".
That's as far as I can see the situation.
I might have well missed some details.
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy?hl=en.