Advertisement
lupulcelbun

Untitled

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