Skip to content

Instantly share code, notes, and snippets.

/-

Created November 24, 2014 22:55
Show Gist options
  • Save anonymous/4cb06ee46b54792757ef to your computer and use it in GitHub Desktop.
Save anonymous/4cb06ee46b54792757ef to your computer and use it in GitHub Desktop.
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/local/Homebrew/lib/python2.7/site-packages/site.pyc matches /usr/local/Homebrew/lib/python2.7/site-packages/site.py
import site # precompiled from /usr/local/Homebrew/lib/python2.7/site-packages/site.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py
import os # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.pyc
import errno # builtin
import posix # builtin
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
import posixpath # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py
import stat # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py
import genericpath # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py
import warnings # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py
import linecache # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py
import types # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py
import UserDict # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py
import _abcoll # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py
import abc # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py
import _weakrefset # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.pyc
import _weakref # builtin
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py
import copy_reg # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.pyc
import imp # builtin
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py
import site # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py
import traceback # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py
import sysconfig # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py
import re # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py
import sre_compile # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.pyc
import _sre # builtin
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py
import sre_parse # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py
import sre_constants # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.py
import _sysconfigdata # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.py
import _osx_support # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.pyc
# zipimport: found 12 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pydot-1.0.28-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/python_mimeparse-0.1.4-py2.7.egg
# zipimport: found 25 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/yolk-0.4.3-py2.7.egg
# zipimport: found 8 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/hgshelve-0.1-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/python_qt-0.50-py2.7.egg
# zipimport: found 11 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/extras-0.0.3-py2.7.egg
# zipimport: found 17 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wsgiref-0.1.2-py2.7.egg
# zipimport: found 302 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7-macosx-10.9-x86_64.egg
# zipimport: found 19 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ddar-0.1-py2.7-macosx-10.9-x86_64.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyRSS2Gen-1.1-py2.7.egg
# zipimport: found 38 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pycparser-2.10-py2.7.egg
# zipimport: found 30 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bdist_mpkg-0.5.0-py2.7.egg
# zipimport: found 30 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg
# zipimport: found 17 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/bitbucket_cli-0.4.1-py2.7.egg
# zipimport: found 29 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ecdsa-0.11-py2.7.egg
# zipimport: found 8 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial_keyring-0.6.2-py2.7.egg
# zipimport: found 43 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyYAML-3.11-py2.7-macosx-10.9-x86_64.egg
# zipimport: found 39 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fastimport-0.9.4-py2.7.egg
# zipimport: found 21 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/modulegraph-0.12-py2.7.egg
# zipimport: found 41 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/macholib-1.7-py2.7.egg
# zipimport: found 11 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/python_qt_binding-0.2.14-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mock-1.0.1-py2.7.egg
# zipimport: found 26 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcstools-0.1.35-py2.7.egg
# zipimport: found 19 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/altgraph-0.12-py2.7.egg
# zipimport: found 135 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-5.4.2-py2.7.egg
# zipimport: found 13 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/tinydav-0.7.3-py2.7.egg
# zipimport: found 323 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gsutil-4.7-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ntplib-0.3.2-py2.7.egg
# zipimport: found 39 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/beautifulsoup4-4.3.2-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/SocksiPy_branch-1.01-py2.7.egg
# zipimport: found 9 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/retry_decorator-1.0.0-py2.7.egg
# zipimport: found 42 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/oauth2client-1.4.1-py2.7.egg
# zipimport: found 16 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gcs_oauth2_boto_plugin-1.8-py2.7.egg
# zipimport: found 19 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/crcmod-1.7-py2.7-macosx-10.10-x86_64.egg
# zipimport: found 43 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rsa-3.1.4-py2.7.egg
# zipimport: found 46 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
# zipimport: found 59 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyasn1-0.1.7-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/fusepy-2.0.2-py2.7.egg
# zipimport: found 19 names in /Library/Python/2.7/site-packages/ddar-0.1-py2.7-macosx-10.9-intel.egg
# /usr/local/Homebrew/lib/python2.7/site-packages/sitecustomize.pyc matches /usr/local/Homebrew/lib/python2.7/site-packages/sitecustomize.py
import sitecustomize # precompiled from /usr/local/Homebrew/lib/python2.7/site-packages/sitecustomize.pyc
# zipimport: found 12 names in /usr/local/Homebrew/lib/python2.7/site-packages/pydot-1.0.28-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/python_mimeparse-0.1.4-py2.7.egg
# zipimport: found 25 names in /usr/local/Homebrew/lib/python2.7/site-packages/yolk-0.4.3-py2.7.egg
# zipimport: found 8 names in /usr/local/Homebrew/lib/python2.7/site-packages/hgshelve-0.1-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/python_qt-0.50-py2.7.egg
# zipimport: found 11 names in /usr/local/Homebrew/lib/python2.7/site-packages/extras-0.0.3-py2.7.egg
# zipimport: found 17 names in /usr/local/Homebrew/lib/python2.7/site-packages/wsgiref-0.1.2-py2.7.egg
# zipimport: found 302 names in /usr/local/Homebrew/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7-macosx-10.9-x86_64.egg
# zipimport: found 19 names in /usr/local/Homebrew/lib/python2.7/site-packages/ddar-0.1-py2.7-macosx-10.9-x86_64.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/PyRSS2Gen-1.1-py2.7.egg
# zipimport: found 38 names in /usr/local/Homebrew/lib/python2.7/site-packages/pycparser-2.10-py2.7.egg
# zipimport: found 30 names in /usr/local/Homebrew/lib/python2.7/site-packages/bdist_mpkg-0.5.0-py2.7.egg
# zipimport: found 30 names in /usr/local/Homebrew/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg
# zipimport: found 17 names in /usr/local/Homebrew/lib/python2.7/site-packages/bitbucket_cli-0.4.1-py2.7.egg
# zipimport: found 29 names in /usr/local/Homebrew/lib/python2.7/site-packages/ecdsa-0.11-py2.7.egg
# zipimport: found 8 names in /usr/local/Homebrew/lib/python2.7/site-packages/mercurial_keyring-0.6.2-py2.7.egg
# zipimport: found 43 names in /usr/local/Homebrew/lib/python2.7/site-packages/PyYAML-3.11-py2.7-macosx-10.9-x86_64.egg
# zipimport: found 39 names in /usr/local/Homebrew/lib/python2.7/site-packages/fastimport-0.9.4-py2.7.egg
# zipimport: found 21 names in /usr/local/Homebrew/lib/python2.7/site-packages/modulegraph-0.12-py2.7.egg
# zipimport: found 41 names in /usr/local/Homebrew/lib/python2.7/site-packages/macholib-1.7-py2.7.egg
# zipimport: found 11 names in /usr/local/Homebrew/lib/python2.7/site-packages/python_qt_binding-0.2.14-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/mock-1.0.1-py2.7.egg
# zipimport: found 26 names in /usr/local/Homebrew/lib/python2.7/site-packages/vcstools-0.1.35-py2.7.egg
# zipimport: found 19 names in /usr/local/Homebrew/lib/python2.7/site-packages/altgraph-0.12-py2.7.egg
# zipimport: found 135 names in /usr/local/Homebrew/lib/python2.7/site-packages/setuptools-5.4.2-py2.7.egg
# zipimport: found 13 names in /usr/local/Homebrew/lib/python2.7/site-packages/tinydav-0.7.3-py2.7.egg
# zipimport: found 323 names in /usr/local/Homebrew/lib/python2.7/site-packages/gsutil-4.7-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/ntplib-0.3.2-py2.7.egg
# zipimport: found 39 names in /usr/local/Homebrew/lib/python2.7/site-packages/beautifulsoup4-4.3.2-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/SocksiPy_branch-1.01-py2.7.egg
# zipimport: found 9 names in /usr/local/Homebrew/lib/python2.7/site-packages/retry_decorator-1.0.0-py2.7.egg
# zipimport: found 42 names in /usr/local/Homebrew/lib/python2.7/site-packages/oauth2client-1.4.1-py2.7.egg
# zipimport: found 16 names in /usr/local/Homebrew/lib/python2.7/site-packages/gcs_oauth2_boto_plugin-1.8-py2.7.egg
# zipimport: found 19 names in /usr/local/Homebrew/lib/python2.7/site-packages/crcmod-1.7-py2.7-macosx-10.10-x86_64.egg
# zipimport: found 43 names in /usr/local/Homebrew/lib/python2.7/site-packages/rsa-3.1.4-py2.7.egg
# zipimport: found 46 names in /usr/local/Homebrew/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
# zipimport: found 59 names in /usr/local/Homebrew/lib/python2.7/site-packages/pyasn1-0.1.7-py2.7.egg
# zipimport: found 7 names in /usr/local/Homebrew/lib/python2.7/site-packages/fusepy-2.0.2-py2.7.egg
import encodings # directory /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py
import encodings # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py
import codecs # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.pyc
import _codecs # builtin
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py
import encodings.aliases # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py
import encodings.utf_8 # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.pyc
Python 2.7.8 (default, Oct 16 2014, 09:01:32)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py
import __future__ # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py
import threading # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.pyc
import thread # builtin
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py
import collections # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so", 2);
import _collections # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so", 2);
import operator # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py
import keyword # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py
import heapq # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so", 2);
import itertools # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so", 2);
import _heapq # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so", 2);
import time # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
# /Users/alex/Projects/fusepy/fuse.pyc matches /Users/alex/Projects/fusepy/fuse.py
import fuse # precompiled from /Users/alex/Projects/fusepy/fuse.pyc
import ctypes # directory /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py
import ctypes # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so", 2);
import _ctypes # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py
import struct # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so", 2);
import _struct # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py
import ctypes._endian # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.py
import ctypes.util # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.pyc
import ctypes.macholib # directory /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.py
import ctypes.macholib # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.py
import ctypes.macholib.dyld # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.py
import ctypes.macholib.framework # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.py
import ctypes.macholib.dylib # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py
import platform # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py
import string # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so", 2);
import strop # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
import logging # directory /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py
import logging # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so", 2);
import cStringIO # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py
import weakref # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py
import atexit # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.pyc
# /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.pyc matches /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py
import functools # precompiled from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.pyc
dlopen("/usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so", 2);
import _functools # dynamically loaded from /usr/local/Homebrew/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
the FUSE file system is not available (19)
Traceback (most recent call last):
File "loopback.py", line 99, in <module>
fuse = FUSE(Loopback(argv[1]), argv[2], foreground=True)
File "/Users/alex/Projects/fusepy/fuse.py", line 405, in __init__
raise RuntimeError(err)
RuntimeError: 1
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] functools
# cleanup[1] sysconfig
# cleanup[1] struct
# cleanup[1] platform
# cleanup[1] zipimport
# cleanup[1] string
# cleanup[1] signal
# cleanup[1] google
# cleanup[1] encodings
# cleanup[1] abc
# cleanup[1] mpl_toolkits
# cleanup[1] _ctypes
# cleanup[1] ctypes
# cleanup[1] _functools
# cleanup[1] itertools
# cleanup[1] __future__
# cleanup[1] _collections
# cleanup[1] operator
# cleanup[1] _heapq
# cleanup[1] imp
# cleanup[1] sre_constants
# cleanup[1] _warnings
# cleanup[1] _codecs
# cleanup[1] _osx_support
# cleanup[1] _sysconfigdata
# cleanup[1] _struct
# cleanup[1] keyword
# cleanup[1] posix
# cleanup[1] encodings.aliases
# cleanup[1] exceptions
# cleanup[1] strop
# cleanup[1] oslo
# cleanup[1] ctypes.util
# cleanup[1] fuse
# cleanup[1] sitecustomize
# cleanup[1] ctypes.macholib
# cleanup[1] _weakref
# cleanup[1] _weakrefset
# cleanup[1] ctypes.macholib.dylib
# cleanup[1] ctypes._endian
# cleanup[1] encodings.utf_8
# cleanup[1] ctypes.macholib.dyld
# cleanup[1] logging
# cleanup[1] thread
# cleanup[1] weakref
# cleanup[1] ctypes.macholib.framework
# cleanup[1] site
# cleanup[1] time
# cleanup[1] collections
# cleanup[1] threading
# cleanup[1] cStringIO
# cleanup[1] atexit
# cleanup[1] re
# cleanup[1] codecs
# cleanup[1] traceback
# cleanup[1] sre_compile
# cleanup[1] heapq
# cleanup[1] _sre
# cleanup[1] sre_parse
# cleanup[2] warnings
# cleanup[2] UserDict
# cleanup[2] os
# cleanup[2] posixpath
# cleanup[2] errno
# cleanup[2] os.path
# cleanup[2] copy_reg
# cleanup[2] linecache
# cleanup[2] _abcoll
# cleanup[2] genericpath
# cleanup[2] stat
# cleanup[2] types
# cleanup sys
# cleanup __builtin__
# cleanup ints: 17616 unfreed ints
# cleanup floats: 2 unfreed floats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment