Python Raise Syntaxerror
I'm cloning a repo for a specific tablet under Android and to get the sources, I've to execute a python script. When I execute it I've got this error message : Traceback (most rece
Solution 1:
That should be:
raise SyntaxError('%s/%s does not define class %s' % (__name__, py, clsn))
Post a Comment for "Python Raise Syntaxerror"