Skip to content

Instantly share code, notes, and snippets.

@ieure
Created May 26, 2015 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ieure/66d73d60ae085be91109 to your computer and use it in GitHub Desktop.
Save ieure/66d73d60ae085be91109 to your computer and use it in GitHub Desktop.
fermion!ieure:/tmp/hamms$ pip install hamms
Downloading/unpacking hamms
Downloading hamms-1.3.tar.gz
Running setup.py egg_info for package hamms
Downloading/unpacking flask (from hamms)
Downloading Flask-0.10.1.tar.gz (544kB): 544kB downloaded
Running setup.py egg_info for package flask
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
Downloading/unpacking httpbin (from hamms)
Downloading httpbin-0.2.1.tar.gz
Running setup.py egg_info for package httpbin
warning: no files found matching 'README.md'
Downloading/unpacking twisted (from hamms)
Downloading Twisted-15.2.1.tar.bz2 (4.6MB): 4.6MB downloaded
Running setup.py egg_info for package twisted
Downloading/unpacking Werkzeug>=0.7 (from flask->hamms)
Downloading Werkzeug-0.10.4.tar.gz (1.1MB): 1.1MB downloaded
Running setup.py egg_info for package Werkzeug
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes'
warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
Downloading/unpacking Jinja2>=2.4 (from flask->hamms)
Downloading Jinja2-2.7.3.tar.gz (378kB): 378kB downloaded
Running setup.py egg_info for package Jinja2
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Downloading/unpacking itsdangerous>=0.21 (from flask->hamms)
Downloading itsdangerous-0.24.tar.gz (46kB): 46kB downloaded
Running setup.py egg_info for package itsdangerous
warning: no previously-included files matching '*' found under directory 'docs/_build'
Downloading/unpacking MarkupSafe (from httpbin->hamms)
Downloading MarkupSafe-0.23.tar.gz
Running setup.py egg_info for package MarkupSafe
Downloading/unpacking decorator (from httpbin->hamms)
Downloading decorator-3.4.2.tar.gz
Running setup.py egg_info for package decorator
Downloading/unpacking six (from httpbin->hamms)
Downloading six-1.9.0.tar.gz
Running setup.py egg_info for package six
no previously-included directories found matching 'documentation/_build'
Downloading/unpacking zope.interface>=3.6.0 (from twisted->hamms)
Downloading zope.interface-4.1.2.tar.gz (919kB): 919kB downloaded
Running setup.py egg_info for package zope.interface
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./lib/python2.7/site-packages (from zope.interface>=3.6.0->twisted->hamms)
Installing collected packages: hamms, flask, httpbin, twisted, Werkzeug, Jinja2, itsdangerous, MarkupSafe, decorator, six, zope.interface
Running setup.py install for hamms
Running setup.py install for flask
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
Running setup.py install for httpbin
warning: no files found matching 'README.md'
Running setup.py install for twisted
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c conftest.c -o conftest.o
building 'twisted.runner.portmap' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c twisted/runner/portmap.c -o build/temp.macosx-10.9-intel-2.7/twisted/runner/portmap.o
twisted/runner/portmap.c:24:13: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
pmap_unset(program, version);
~~~~~~~~~~ ^~~~~~~
twisted/runner/portmap.c:24:22: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
pmap_unset(program, version);
~~~~~~~~~~ ^~~~~~~
twisted/runner/portmap.c:25:11: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
pmap_set(program, version, protocol, port);
~~~~~~~~ ^~~~~~~
twisted/runner/portmap.c:25:20: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
pmap_set(program, version, protocol, port);
~~~~~~~~ ^~~~~~~
twisted/runner/portmap.c:39:13: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
pmap_unset(program, version);
~~~~~~~~~~ ^~~~~~~
twisted/runner/portmap.c:39:22: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
pmap_unset(program, version);
~~~~~~~~~~ ^~~~~~~
6 warnings generated.
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/twisted/runner/portmap.o -o build/lib.macosx-10.9-intel-2.7/twisted/runner/portmap.so
building 'twisted.test.raiser' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c twisted/test/raiser.c -o build/temp.macosx-10.9-intel-2.7/twisted/test/raiser.o
twisted/test/raiser.c:441:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
twisted/test/raiser.c:1355:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
twisted/test/raiser.c:1407:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
twisted/test/raiser.c:1416:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
twisted/test/raiser.c:1430:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) {
^
twisted/test/raiser.c:685:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
twisted/test/raiser.c:853:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
^
twisted/test/raiser.c:872:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function]
static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) {
^
twisted/test/raiser.c:891:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function]
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) {
^
twisted/test/raiser.c:910:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
^
twisted/test/raiser.c:929:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function]
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) {
^
twisted/test/raiser.c:948:26: warning: unused function '__Pyx_PyInt_AsInt' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) {
^
twisted/test/raiser.c:967:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
^
twisted/test/raiser.c:986:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
^
twisted/test/raiser.c:1005:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
^
twisted/test/raiser.c:1024:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
^
twisted/test/raiser.c:1148:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
^
twisted/test/raiser.c:1218:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
^
18 warnings generated.
twisted/test/raiser.c:441:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
twisted/test/raiser.c:1355:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
twisted/test/raiser.c:1407:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
twisted/test/raiser.c:1416:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
twisted/test/raiser.c:1430:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) {
^
twisted/test/raiser.c:685:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
twisted/test/raiser.c:853:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
^
twisted/test/raiser.c:872:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function]
static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) {
^
twisted/test/raiser.c:891:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function]
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) {
^
twisted/test/raiser.c:910:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
^
twisted/test/raiser.c:929:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function]
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) {
^
twisted/test/raiser.c:948:26: warning: unused function '__Pyx_PyInt_AsInt' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) {
^
twisted/test/raiser.c:967:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
^
twisted/test/raiser.c:986:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
^
twisted/test/raiser.c:1005:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
^
twisted/test/raiser.c:1024:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
^
twisted/test/raiser.c:1148:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
^
twisted/test/raiser.c:1218:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
^
18 warnings generated.
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/twisted/test/raiser.o -o build/lib.macosx-10.9-intel-2.7/twisted/test/raiser.so
building 'twisted.python.sendmsg' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c twisted/python/sendmsg.c -o build/temp.macosx-10.9-intel-2.7/twisted/python/sendmsg.o
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/twisted/python/sendmsg.o -o build/lib.macosx-10.9-intel-2.7/twisted/python/sendmsg.so
changing mode of build/scripts-2.7/manhole from 644 to 755
changing mode of build/scripts-2.7/pyhtmlizer from 644 to 755
changing mode of build/scripts-2.7/tap2deb from 644 to 755
changing mode of build/scripts-2.7/tap2rpm from 644 to 755
changing mode of build/scripts-2.7/trial from 644 to 755
changing mode of build/scripts-2.7/twistd from 644 to 755
changing mode of build/scripts-2.7/cftp from 644 to 755
changing mode of build/scripts-2.7/ckeygen from 644 to 755
changing mode of build/scripts-2.7/conch from 644 to 755
changing mode of build/scripts-2.7/tkconch from 644 to 755
changing mode of build/scripts-2.7/lore from 644 to 755
changing mode of build/scripts-2.7/mailmail from 644 to 755
changing mode of /private/tmp/hamms/bin/cftp to 755
changing mode of /private/tmp/hamms/bin/ckeygen to 755
changing mode of /private/tmp/hamms/bin/conch to 755
changing mode of /private/tmp/hamms/bin/lore to 755
changing mode of /private/tmp/hamms/bin/mailmail to 755
changing mode of /private/tmp/hamms/bin/manhole to 755
changing mode of /private/tmp/hamms/bin/pyhtmlizer to 755
changing mode of /private/tmp/hamms/bin/tap2deb to 755
changing mode of /private/tmp/hamms/bin/tap2rpm to 755
changing mode of /private/tmp/hamms/bin/tkconch to 755
changing mode of /private/tmp/hamms/bin/trial to 755
changing mode of /private/tmp/hamms/bin/twistd to 755
Running setup.py install for Werkzeug
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes'
warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
Running setup.py install for Jinja2
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for itsdangerous
warning: no previously-included files matching '*' found under directory 'docs/_build'
Running setup.py install for MarkupSafe
building 'markupsafe._speedups' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.9-intel-2.7/markupsafe/_speedups.o
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/markupsafe/_speedups.o -o build/lib.macosx-10.9-intel-2.7/markupsafe/_speedups.so
Running setup.py install for decorator
Running setup.py install for six
no previously-included directories found matching 'documentation/_build'
Running setup.py install for zope.interface
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
building 'zope.interface._zope_interface_coptimizations' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/zope/interface/_zope_interface_coptimizations.c -o build/temp.macosx-10.9-intel-2.7/src/zope/interface/_zope_interface_coptimizations.o
src/zope/interface/_zope_interface_coptimizations.c:583:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyList_GET_SIZE(adapter_hooks);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/listobject.h:63:32: note: expanded from macro 'PyList_GET_SIZE'
#define PyList_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/zope/interface/_zope_interface_coptimizations.c:1318:7: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
l = PyTuple_GET_SIZE(ro);
~ ^~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/tupleobject.h:51:33: note: expanded from macro 'PyTuple_GET_SIZE'
#define PyTuple_GET_SIZE(op) Py_SIZE(op)
^~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/object.h:116:56: note: expanded from macro 'Py_SIZE'
#define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2 warnings generated.
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. build/temp.macosx-10.9-intel-2.7/src/zope/interface/_zope_interface_coptimizations.o -o build/lib.macosx-10.9-intel-2.7/zope/interface/_zope_interface_coptimizations.so
Skipping installation of /private/tmp/hamms/lib/python2.7/site-packages/zope/__init__.py (namespace package)
Installing /private/tmp/hamms/lib/python2.7/site-packages/zope.interface-4.1.2-py2.7-nspkg.pth
Successfully installed hamms flask httpbin twisted Werkzeug Jinja2 itsdangerous MarkupSafe decorator six zope.interface
Cleaning up...
fermion!ieure:/tmp/hamms$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment