Guest User

Untitled

a guest
Jun 22nd, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. pypy build.py etg --generator=cffi --nodoc
  2. Build using: "/usr/bin/pypy"
  3. 2.7.13 (c925e7381036, Jun 05 2017, 21:20:51)
  4. [PyPy 5.8.0 with GCC 6.2.0 20160901]
  5. Python's architecture is 64bit
  6. cfg.VERSION: 3.0.1
  7.  
  8. Running command: etg
  9. "/usr/bin/pypy" etg/aboutdlg.py --cffi --nodoc
  10. "/usr/bin/pypy" etg/commandlinkbutton.py --cffi --nodoc
  11. Traceback (most recent call last):
  12. File "etg/commandlinkbutton.py", line 46, in <module>
  13. run()
  14. File "etg/commandlinkbutton.py", line 41, in run
  15. tools.runGenerators(module)
  16. File "/work/wxpython-cffi/etgtools/tweaker_tools.py", line 636, in runGenerators
  17. g.generate(module)
  18. File "/work/wxpython-cffi/etgtools/pi_generator.py", line 52, in generate
  19. self.generateModule(module, stream)
  20. File "/work/wxpython-cffi/etgtools/pi_generator.py", line 149, in generateModule
  21. function(item, stream)
  22. File "/work/wxpython-cffi/etgtools/pi_generator.py", line 365, in generateClass
  23. bases = [self.fixWxPrefix(b, True) for b in bases]
  24. File "/work/wxpython-cffi/etgtools/tweaker_tools.py", line 96, in fixWxPrefix
  25. self._getCoreTopLevelNames()
  26. File "/work/wxpython-cffi/etgtools/tweaker_tools.py", line 133, in _getCoreTopLevelNames
  27. parseTree = ast.parse(text, filename)
  28. File "/work/pypy/lib-python/2.7/ast.py", line 37, in parse
  29. return compile(source, filename, mode, PyCF_ONLY_AST)
  30. File "wx/core.pi", line 27712
  31. def operator==():
  32. ^
  33. SyntaxError: invalid syntax
  34. Command '"/usr/bin/pypy" etg/commandlinkbutton.py --cffi --nodoc' failed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment