Created
July 26, 2012 23:50
-
-
Save hltbra/3185285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # output runninig on hltbra's macbook | |
| # using python2.7 | |
| # see http://stackoverflow.com/questions/11659179/what-difference-between-pip-install-and-setup-py-install-for-static-files | |
| $ virtualenv --no-site-packages F --python=$(which python2.7) | |
| Running virtualenv with interpreter /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| New python executable in F/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| /tmp | |
| $ . ../F/bin/activate | |
| $ ls | |
| README.rst examples rapidlog setup.py | |
| $ python setup.py install | |
| running install | |
| running bdist_egg | |
| running egg_info | |
| creating rapidlog.egg-info | |
| writing requirements to rapidlog.egg-info/requires.txt | |
| writing rapidlog.egg-info/PKG-INFO | |
| writing top-level names to rapidlog.egg-info/top_level.txt | |
| writing dependency_links to rapidlog.egg-info/dependency_links.txt | |
| writing entry points to rapidlog.egg-info/entry_points.txt | |
| writing manifest file 'rapidlog.egg-info/SOURCES.txt' | |
| reading manifest file 'rapidlog.egg-info/SOURCES.txt' | |
| writing manifest file 'rapidlog.egg-info/SOURCES.txt' | |
| installing library code to build/bdist.macosx-10.6-intel/egg | |
| running install_lib | |
| running build_py | |
| creating build | |
| creating build/lib | |
| creating build/lib/rapidlog | |
| copying rapidlog/__init__.py -> build/lib/rapidlog | |
| creating build/lib/rapidlog/handlers | |
| copying rapidlog/handlers/__init__.py -> build/lib/rapidlog/handlers | |
| copying rapidlog/handlers/rabbit.py -> build/lib/rapidlog/handlers | |
| creating build/lib/rapidlog/web | |
| copying rapidlog/web/__init__.py -> build/lib/rapidlog/web | |
| copying rapidlog/web/webagent.py -> build/lib/rapidlog/web | |
| creating build/bdist.macosx-10.6-intel | |
| creating build/bdist.macosx-10.6-intel/egg | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog | |
| copying build/lib/rapidlog/__init__.py -> build/bdist.macosx-10.6-intel/egg/rapidlog | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/handlers | |
| copying build/lib/rapidlog/handlers/__init__.py -> build/bdist.macosx-10.6-intel/egg/rapidlog/handlers | |
| copying build/lib/rapidlog/handlers/rabbit.py -> build/bdist.macosx-10.6-intel/egg/rapidlog/handlers | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/web | |
| copying build/lib/rapidlog/web/__init__.py -> build/bdist.macosx-10.6-intel/egg/rapidlog/web | |
| copying build/lib/rapidlog/web/webagent.py -> build/bdist.macosx-10.6-intel/egg/rapidlog/web | |
| byte-compiling build/bdist.macosx-10.6-intel/egg/rapidlog/__init__.py to __init__.pyc | |
| byte-compiling build/bdist.macosx-10.6-intel/egg/rapidlog/handlers/__init__.py to __init__.pyc | |
| byte-compiling build/bdist.macosx-10.6-intel/egg/rapidlog/handlers/rabbit.py to rabbit.pyc | |
| byte-compiling build/bdist.macosx-10.6-intel/egg/rapidlog/web/__init__.py to __init__.pyc | |
| byte-compiling build/bdist.macosx-10.6-intel/egg/rapidlog/web/webagent.py to webagent.pyc | |
| installing package data to build/bdist.macosx-10.6-intel/egg | |
| running install_data | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/web/templates | |
| copying rapidlog/web/templates/index.html -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/templates | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/web/static | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/css | |
| copying rapidlog/web/static/css/bootstrap-responsive.css -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/css | |
| copying rapidlog/web/static/css/bootstrap-responsive.min.css -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/css | |
| copying rapidlog/web/static/css/bootstrap.css -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/css | |
| copying rapidlog/web/static/css/bootstrap.min.css -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/css | |
| copying rapidlog/web/static/css/prettify.css -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/css | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/images | |
| creating build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/bootstrap-datepicker.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/bootstrap-modal.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/bootstrap-scrollspy.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/bootstrap.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/bootstrap.min.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/jquery.min.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/prettify.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| copying rapidlog/web/static/js/rapid.js -> build/bdist.macosx-10.6-intel/egg/rapidlog/web/static/js | |
| creating build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| copying rapidlog.egg-info/PKG-INFO -> build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| copying rapidlog.egg-info/SOURCES.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| copying rapidlog.egg-info/dependency_links.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| copying rapidlog.egg-info/entry_points.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| copying rapidlog.egg-info/requires.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| copying rapidlog.egg-info/top_level.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO | |
| zip_safe flag not set; analyzing archive contents... | |
| creating dist | |
| creating 'dist/rapidlog-0.1-py2.7.egg' and adding 'build/bdist.macosx-10.6-intel/egg' to it | |
| removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it) | |
| Processing rapidlog-0.1-py2.7.egg | |
| Copying rapidlog-0.1-py2.7.egg to /tmp/F/lib/python2.7/site-packages | |
| Adding rapidlog 0.1 to easy-install.pth file | |
| Installing rapidagent script to /tmp/F/bin | |
| Installed /tmp/F/lib/python2.7/site-packages/rapidlog-0.1-py2.7.egg | |
| Processing dependencies for rapidlog==0.1 | |
| Searching for tornado>=2.3 | |
| Reading http://pypi.python.org/simple/tornado/ | |
| Reading http://www.tornadoweb.org/ | |
| Best match: tornado 2.3 | |
| Downloading http://github.com/downloads/facebook/tornado/tornado-2.3.tar.gz | |
| Processing tornado-2.3.tar.gz | |
| Running tornado-2.3/setup.py -q bdist_egg --dist-dir /var/folders/gx/gxQUStZNFAmarqd88k818k+++TQ/-Tmp-/easy_install-OmWjkL/tornado-2.3/egg-dist-tmp-JQcWg0 | |
| warning: no previously-included files matching '_auto2to3*' found anywhere in distribution | |
| zip_safe flag not set; analyzing archive contents... | |
| tornado.autoreload: module references __file__ | |
| tornado.simple_httpclient: module references __file__ | |
| /tmp/F/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
| tornado.test.httpserver_test: module references __file__ | |
| tornado.test.template_test: module references __file__ | |
| tornado.test.web_test: module references __file__ | |
| Adding tornado 2.3 to easy-install.pth file | |
| Installed /tmp/F/lib/python2.7/site-packages/tornado-2.3-py2.7.egg | |
| Searching for pika>=0.9.5 | |
| Reading http://pypi.python.org/simple/pika/ | |
| Reading http://github.com/tonyg/pika#readme | |
| Reading https://tonyg.github.com/pika/ | |
| Download error: [Errno 61] Connection refused -- Some packages may not be found! | |
| Reading http://tonyg.github.com/pika/ | |
| Reading http://pika.github.com/ | |
| Best match: pika 0.9.5 | |
| Downloading http://pypi.python.org/packages/source/p/pika/pika-0.9.5.tar.gz | |
| Processing pika-0.9.5.tar.gz | |
| Running pika-0.9.5/setup.py -q bdist_egg --dist-dir /var/folders/gx/gxQUStZNFAmarqd88k818k+++TQ/-Tmp-/easy_install-mFwAa2/pika-0.9.5/egg-dist-tmp-3aUu9F | |
| Adding pika 0.9.5 to easy-install.pth file | |
| Installed /tmp/F/lib/python2.7/site-packages/pika-0.9.5-py2.7.egg | |
| Searching for wsgiref==0.1.2 | |
| Best match: wsgiref 0.1.2 | |
| Adding wsgiref 0.1.2 to easy-install.pth file | |
| Using /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 | |
| Finished processing dependencies for rapidlog==0.1 | |
| $ which rapidagent | |
| /tmp/F/bin/rapidagent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment