Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. (venv) [scx@shenzhou odfpy-release-1.4.0]$ PYTHONPATH=. py.test
  2. ============================================================================================================ test session starts =============================================================================================================
  3. platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0
  4. rootdir: /home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0, inifile:
  5. collected 0 items / 1 errors
  6.  
  7. =================================================================================================================== ERRORS ===================================================================================================================
  8. __________________________________________________________________________________________________ ERROR collecting grammar/test_grammar.py __________________________________________________________________________________________________
  9. grammar/test_grammar.py:24: in <module>
  10. import grammarnew
  11. E ImportError: No module named grammarnew
  12. -------------------------------------------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------------------------------------------
  13. ['/home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0/grammar', '/usr/bin', '/home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0', '/usr/lib64/python27.zip', '/usr/lib64/python2.7', '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', '/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7/site-packages', '/usr/lib64/python2.7/site-packages/gtk-2.0', '/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode', '/usr/lib/python2.7/site-packages']
  14. ========================================================================================================== 1 error in 1.22 seconds ===========================================================================================================
  15. (venv) [scx@shenzhou odfpy-release-1.4.0]$
  16. (venv) [scx@shenzhou odfpy-release-1.4.0]$ python -m pytest --capture=no
  17. ============================================================================================================ test session starts =============================================================================================================
  18. platform linux2 -- Python 2.7.5, pytest-2.9.2, py-1.8.1, pluggy-0.3.1
  19. rootdir: /home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0, inifile:
  20. collecting 0 items['/home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0/grammar', '', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib64/python27.zip', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib64/python2.7', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib64/python2.7/plat-linux2', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib64/python2.7/lib-tk', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib64/python2.7/lib-old', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7', '/usr/lib/python2.7', '/usr/lib64/python2.7/lib-tk', '/home/scx/software/ocrfeeder/odfpy/python/venv/lib/python2.7/site-packages', '/home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0']
  21. collected 0 items / 1 errors
  22.  
  23. =================================================================================================================== ERRORS ===================================================================================================================
  24. __________________________________________________________________________________________________ ERROR collecting grammar/test_grammar.py __________________________________________________________________________________________________
  25. grammar/test_grammar.py:24: in <module>
  26. import grammarnew
  27. E ImportError: No module named grammarnew
  28. ========================================================================================================== 1 error in 0.42 seconds ===========================================================================================================
  29. (venv) [scx@shenzhou odfpy-release-1.4.0]$
  30. (venv) [scx@shenzhou odfpy-release-1.4.0]$ pwd
  31. /home/scx/software/ocrfeeder/odfpy/python/odfpy-release-1.4.0
  32. (venv) [scx@shenzhou odfpy-release-1.4.0]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement