Guest User

Untitled

a guest
Feb 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. 187-223-137-216:~ Herpaderp$ python -v
  2. # installing zipimport hook
  3. import zipimport # builtin
  4. # installed zipimport hook
  5. import site # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site.pyc
  6. import os # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.pyc
  7. import errno # builtin
  8. import posix # builtin
  9. import posixpath # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.pyc
  10. import stat # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/stat.pyc
  11. import genericpath # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.pyc
  12. import warnings # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/warnings.pyc
  13. import linecache # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/linecache.pyc
  14. import types # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/types.pyc
  15. import UserDict # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.pyc
  16. import _abcoll # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_abcoll.pyc
  17. import abc # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.pyc
  18. import copy_reg # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.pyc
  19. import encodings # directory /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings
  20. import encodings # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/__init__.pyc
  21. import codecs # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.pyc
  22. import _codecs # builtin
  23. import encodings.aliases # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/aliases.pyc
  24. import encodings.utf_8 # precompiled from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_8.pyc
  25. Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
  26. [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
  27. Type "help", "copyright", "credits" or "license" for more information.
  28. dlopen("/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/readline.so", 2);
  29. import readline # dynamically loaded from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/readline.so
  30. >>>
Add Comment
Please, Sign In to add comment