Advertisement
lupulcelbun

Untitled

Jan 8th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ ^C
  2. 130 ✗ andrei@oc2435728566 ~/opt/jython2.7b3 $ export CLASSPATH=/usr/lib/python2.6/site-packages/
  3. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ export PYTHONPATH=/usr/lib/python2.6/site-packages/
  4. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ ./jython
  5. Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51)
  6. [IBM J9 VM (IBM Corporation)] on java1.7.0
  7. Type "help", "copyright", "credits" or "license" for more information.
  8. >>> import wrapt
  9. Traceback (most recent call last):
  10. File "<stdin>", line 1, in <module>
  11. ImportError: No module named wrapt
  12. >>> import RequestsLibrary
  13. Traceback (most recent call last):
  14. File "<stdin>", line 1, in <module>
  15. File "__pyclasspath__/RequestsLibrary/__init__.py", line 1, in <module>
  16. File "__pyclasspath__/RequestsLibrary/keywords.py", line 3, in <module>
  17. File "__pyclasspath__/vcr/__init__.py", line 2, in <module>
  18. File "__pyclasspath__/vcr/config.py", line 6, in <module>
  19. File "__pyclasspath__/vcr/cassette.py", line 5, in <module>
  20. ImportError: No module named wrapt
  21. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement