/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/compiler/transformer.py:51: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = text = '""" % testclass_wrap.cmd.help\n\n test_wrap = installation.commands[\'test\']\n wrap = installation.com... --version show program\'s version number and exit",\n \' -h, --help show this help message and exit\',""])' def parsesuite(self, text): """Return a modified parse tree for the given suite text.""" > return self.transform(parser.suite(text)) E File "", line 11 E """ % testclass_wrap.cmd.help E E test_wrap = installation.commands['test'] E wrap = installation.commands['help'] E text, level = wrap.run_from_argv(['','help','test']) E assert text == "\n".join([ E 'Usage: pypyexe test [options] [installation]','', E test_wrap.mod.help,'', E 'Options:', E " --version show program's version number and exit", E ' -h, --help show this help message and exit',""]) E E E E E E E E E E E ^ E SyntaxError: EOF while scanning triple-quoted string literal /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/compiler/transformer.py:128: SyntaxError