spacepaste

  1.  
  2. wilfred:tmp> /opt/jython-ssl/dist/bin/py.test-jython
  3. INTERNALERROR> Traceback (most recent call last):
  4. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/main.py", line 77, in wrap_session
  5. INTERNALERROR> config.pluginmanager.do_configure(config)
  6. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/core.py", line 284, in do_configure
  7. INTERNALERROR> config.hook.pytest_configure(config=self._config)
  8. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/core.py", line 441, in __call__
  9. INTERNALERROR> return self._docall(methods, kwargs)
  10. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/core.py", line 452, in _docall
  11. INTERNALERROR> res = mc.execute()
  12. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/core.py", line 370, in execute
  13. INTERNALERROR> res = method(**kwargs)
  14. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/assertion/__init__.py", line 48, in pytest_configure
  15. INTERNALERROR> _load_modules(mode)
  16. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/assertion/__init__.py", line 105, in _load_modules
  17. INTERNALERROR> from _pytest.assertion import reinterpret
  18. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/assertion/reinterpret.py", line 42, in <module>
  19. INTERNALERROR> from _pytest.assertion.oldinterpret import interpret as reinterpret_old
  20. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/site-packages/pytest-2.3.5-py2.7.egg/_pytest/assertion/oldinterpret.py", line 3, in <module>
  21. INTERNALERROR> from compiler import parse, ast, pycodegen
  22. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/compiler/__init__.py", line 31, in <module>
  23. INTERNALERROR> from compiler.pycodegen import compile, compileFile
  24. INTERNALERROR> File "/opt/jython-ssl/dist/Lib/compiler/pycodegen.py", line 11, in <module>
  25. INTERNALERROR> from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICT, \
  26. INTERNALERROR> ImportError: cannot import name SC_GLOBAL_EXPLICT
  27.