Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created November 7, 2012 08:20
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 cdeil/4030153 to your computer and use it in GitHub Desktop.
Save cdeil/4030153 to your computer and use it in GitHub Desktop.
$ python setup.py install --user
running install
running bdist_egg
running egg_info
writing requirements to pandas.egg-info/requires.txt
writing pandas.egg-info/PKG-INFO
writing top-level names to pandas.egg-info/top_level.txt
writing dependency_links to pandas.egg-info/dependency_links.txt
reading manifest file 'pandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'setupegg.py'
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
writing manifest file 'pandas.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.8-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.macosx-10.8-x86_64-2.7
creating build/lib.macosx-10.8-x86_64-2.7/pandas
copying pandas/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas
copying pandas/info.py -> build/lib.macosx-10.8-x86_64-2.7/pandas
copying pandas/version.py -> build/lib.macosx-10.8-x86_64-2.7/pandas
creating build/lib.macosx-10.8-x86_64-2.7/pandas/compat
copying pandas/compat/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/compat
copying pandas/compat/scipy.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/compat
creating build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/algorithms.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/categorical.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/daterange.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/datetools.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/format.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/frame.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/generic.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/groupby.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/index.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/indexing.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/internals.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/matrix.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/nanops.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/panel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/reshape.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/series.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/sparse.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
copying pandas/core/strings.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/core
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/data.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/date_converters.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/parsers.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/pytables.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
copying pandas/io/sql.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io
creating build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/base.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/mass.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
copying pandas/rpy/vars.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/rpy
creating build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox
copying pandas/sandbox/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox
copying pandas/sandbox/qtpandas.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox
creating build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/array.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/frame.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/list.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/panel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
copying pandas/sparse/series.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse
creating build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_array.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_libsparse.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_list.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
copying pandas/sparse/tests/test_sparse.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/fama_macbeth.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/interface.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/math.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/misc.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/moments.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/ols.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/plm.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
copying pandas/stats/var.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats
creating build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/clipboard.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/compat.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/counter.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/decorators.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/misc.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/py3compat.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/terminal.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
copying pandas/util/testing.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/util
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_algos.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_factor.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_format.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_frame.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_graphics.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_groupby.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_index.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_internals.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_multilevel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_ndframe.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_panel.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_reshape.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_series.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_stats.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_strings.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
copying pandas/tests/test_tseries.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/describe.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/merge.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/pivot.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/plotting.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/tile.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
copying pandas/tools/util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_merge.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_pivot.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_tile.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
copying pandas/tools/tests/test_tools.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/api.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/converter.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/frequencies.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/index.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/interval.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/offsets.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/period.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/plotting.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/resample.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/tools.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
copying pandas/tseries/util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_converter.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_cursor.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_daterange.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_frequencies.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_offsets.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_period.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_plotting.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_resample.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timeseries.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_timezones.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
copying pandas/tseries/tests/test_util.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_date_converters.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_parsers.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_pytables.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_sql.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test_yahoo.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/__init__.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/common.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_fama_macbeth.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_math.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_moments.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_ols.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/stats/tests/test_var.py -> build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests
copying pandas/io/tests/legacy.h5 -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test1.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test2.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test.xls -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test2.xls -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test3.xls -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/test.xlsx -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
copying pandas/io/tests/salary.table -> build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/mindex_073.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/multiindex_v1.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/iris.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tests/data/unicode_series.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data
copying pandas/tools/tests/cut_data.csv -> build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests
creating build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/daterange_073.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/frame.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
copying pandas/tseries/tests/data/series_daterange0.pickle -> build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data
running build_ext
skipping 'pandas/src/generated.c' Cython extension (up-to-date)
building 'pandas._algos' extension
creating build/temp.macosx-10.8-x86_64-2.7
creating build/temp.macosx-10.8-x86_64-2.7/pandas
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/generated.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/generated.o
In file included from pandas/src/generated.c:253:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
1 warning generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/generated.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/_algos.so
skipping 'pandas/src/tseries.c' Cython extension (up-to-date)
building 'pandas.lib' extension
creating build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/tseries.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/tseries.o
In file included from pandas/src/tseries.c:253:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o
In file included from pandas/src/datetime/np_datetime.c:18:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
pandas/src/datetime/np_datetime.c:516:53: warning: implicit conversion from
enumeration type 'NPY_DATETIMEUNIT' to different enumeration type
'PANDAS_DATETIMEUNIT' [-Wconversion]
return ((PyDatetimeScalarObject *) obj)->obmeta.base;
 ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from pandas/src/datetime/np_datetime.c:10:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188:25: warning: 
unused variable 'PyDateTimeAPI' [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
 ^
3 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime_strings.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o
In file included from pandas/src/datetime/np_datetime_strings.c:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
pandas/src/datetime/np_datetime_strings.c:127:1: warning: unused function
'get_gmtime' [-Wunused-function]
get_gmtime(NPY_TIME_T *ts, struct tm *tms)
^
2 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/tseries.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime_strings.o -lm -o build/lib.macosx-10.8-x86_64-2.7/pandas/lib.so
skipping 'pandas/src/plib.c' Cython extension (up-to-date)
building 'pandas._period' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/plib.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/plib.o
In file included from pandas/src/plib.c:253:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
In file included from pandas/src/plib.c:254:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ufuncobject.h:311:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: 
unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
2 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/datetime/np_datetime.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o
In file included from pandas/src/datetime/np_datetime.c:18:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
pandas/src/datetime/np_datetime.c:516:53: warning: implicit conversion from
enumeration type 'NPY_DATETIMEUNIT' to different enumeration type
'PANDAS_DATETIMEUNIT' [-Wconversion]
return ((PyDatetimeScalarObject *) obj)->obmeta.base;
 ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from pandas/src/datetime/np_datetime.c:10:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/datetime.h:188:25: warning: 
unused variable 'PyDateTimeAPI' [-Wunused-variable]
static PyDateTime_CAPI *PyDateTimeAPI = NULL;
 ^
3 warnings generated.
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/period.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/period.o
In file included from pandas/src/period.c:1:
In file included from pandas/src/period.h:11:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
1 warning generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/plib.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/datetime/np_datetime.o build/temp.macosx-10.8-x86_64-2.7/pandas/src/period.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/_period.so
skipping 'pandas/src/sparse.c' Cython extension (up-to-date)
building 'pandas._sparse' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/sparse.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/sparse.o
In file included from pandas/src/sparse.c:278:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
1 warning generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/sparse.o -lm -o build/lib.macosx-10.8-x86_64-2.7/pandas/_sparse.so
skipping 'pandas/src/sandbox.c' Cython extension (up-to-date)
building 'pandas._sandbox' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c pandas/src/sandbox.c -o build/temp.macosx-10.8-x86_64-2.7/pandas/src/sandbox.o
In file included from pandas/src/sandbox.c:278:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1725:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: 
"Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API
NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining ...
 ^
In file included from pandas/src/sandbox.c:279:
In file included from /Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ufuncobject.h:311:
/Users/deil/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: 
unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
2 warnings generated.
/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib build/temp.macosx-10.8-x86_64-2.7/pandas/src/sandbox.o -o build/lib.macosx-10.8-x86_64-2.7/pandas/_sandbox.so
creating build/bdist.macosx-10.8-x86_64
creating build/bdist.macosx-10.8-x86_64/egg
creating build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/_algos.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/_period.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/_sandbox.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
copying build/lib.macosx-10.8-x86_64-2.7/pandas/_sparse.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/compat
copying build/lib.macosx-10.8-x86_64-2.7/pandas/compat/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/compat
copying build/lib.macosx-10.8-x86_64-2.7/pandas/compat/scipy.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/compat
creating build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/algorithms.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/categorical.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/daterange.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/datetools.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/format.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/frame.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/generic.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/groupby.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/index.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/indexing.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/internals.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/matrix.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/nanops.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/panel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/reshape.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/series.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/sparse.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/core/strings.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/core
copying build/lib.macosx-10.8-x86_64-2.7/pandas/info.py -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/data.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/date_converters.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/parsers.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/pytables.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/sql.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io
creating build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/legacy.h5 -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/salary.table -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test.xls -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test.xlsx -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test1.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test2.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test2.xls -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test3.xls -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_date_converters.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_parsers.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_pytables.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_sql.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/io/tests/test_yahoo.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/lib.so -> build/bdist.macosx-10.8-x86_64/egg/pandas
creating build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/base.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/mass.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
copying build/lib.macosx-10.8-x86_64-2.7/pandas/rpy/vars.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/rpy
creating build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sandbox/qtpandas.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox
creating build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/array.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/frame.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/list.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/panel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/series.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse
creating build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_array.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_libsparse.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_list.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/sparse/tests/test_sparse.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/fama_macbeth.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/interface.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/math.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/misc.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/moments.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/ols.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/plm.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
creating build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_fama_macbeth.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_math.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_moments.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_ols.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/tests/test_var.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/stats/var.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/stats
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/iris.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/mindex_073.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/multiindex_v1.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/data/unicode_series.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_algos.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_common.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_factor.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_format.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_frame.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_graphics.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_groupby.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_index.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_internals.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_multilevel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_ndframe.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_panel.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_reshape.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_series.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_stats.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_strings.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tests/test_tseries.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/describe.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/merge.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/pivot.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/plotting.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/cut_data.csv -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_merge.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_pivot.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_tile.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tests/test_tools.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/tile.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tools/util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tools
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/api.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/converter.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/frequencies.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/index.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/interval.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/offsets.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/period.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/plotting.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/resample.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
creating build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/daterange_073.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/frame.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/series.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/data/series_daterange0.pickle -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/data
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_converter.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_cursor.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_daterange.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_frequencies.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_offsets.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_period.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_plotting.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_resample.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_timeseries.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_timezones.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tests/test_util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/tools.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
copying build/lib.macosx-10.8-x86_64-2.7/pandas/tseries/util.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/tseries
creating build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/__init__.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/clipboard.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/compat.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/counter.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/decorators.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/misc.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/py3compat.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/terminal.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/util/testing.py -> build/bdist.macosx-10.8-x86_64/egg/pandas/util
copying build/lib.macosx-10.8-x86_64-2.7/pandas/version.py -> build/bdist.macosx-10.8-x86_64/egg/pandas
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/compat/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/compat/scipy.py to scipy.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/algorithms.py to algorithms.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/categorical.py to categorical.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/daterange.py to daterange.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/datetools.py to datetools.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/format.py to format.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/frame.py to frame.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/generic.py to generic.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/groupby.py to groupby.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/index.py to index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/indexing.py to indexing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/internals.py to internals.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/matrix.py to matrix.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/nanops.py to nanops.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/panel.py to panel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/reshape.py to reshape.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/series.py to series.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/sparse.py to sparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/core/strings.py to strings.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/info.py to info.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/data.py to data.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/date_converters.py to date_converters.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/parsers.py to parsers.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/pytables.py to pytables.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/sql.py to sql.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_date_converters.py to test_date_converters.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_parsers.py to test_parsers.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_pytables.py to test_pytables.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_sql.py to test_sql.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/io/tests/test_yahoo.py to test_yahoo.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/base.py to base.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/mass.py to mass.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/rpy/vars.py to vars.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sandbox/qtpandas.py to qtpandas.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/array.py to array.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/frame.py to frame.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/list.py to list.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/panel.py to panel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/series.py to series.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_array.py to test_array.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_libsparse.py to test_libsparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_list.py to test_list.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/sparse/tests/test_sparse.py to test_sparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/fama_macbeth.py to fama_macbeth.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/interface.py to interface.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/math.py to math.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/misc.py to misc.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/moments.py to moments.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/ols.py to ols.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/plm.py to plm.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/common.py to common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_fama_macbeth.py to test_fama_macbeth.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_math.py to test_math.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_moments.py to test_moments.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_ols.py to test_ols.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/tests/test_var.py to test_var.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/stats/var.py to var.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_algos.py to test_algos.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_common.py to test_common.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_factor.py to test_factor.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_format.py to test_format.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_frame.py to test_frame.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_graphics.py to test_graphics.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_groupby.py to test_groupby.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_index.py to test_index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_internals.py to test_internals.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_multilevel.py to test_multilevel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_ndframe.py to test_ndframe.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_panel.py to test_panel.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_reshape.py to test_reshape.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_series.py to test_series.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_stats.py to test_stats.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_strings.py to test_strings.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tests/test_tseries.py to test_tseries.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/describe.py to describe.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/merge.py to merge.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/pivot.py to pivot.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/plotting.py to plotting.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_merge.py to test_merge.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_pivot.py to test_pivot.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_tile.py to test_tile.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tests/test_tools.py to test_tools.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/tile.py to tile.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tools/util.py to util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/api.py to api.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/converter.py to converter.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/frequencies.py to frequencies.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/index.py to index.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/interval.py to interval.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/offsets.py to offsets.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/period.py to period.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/plotting.py to plotting.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/resample.py to resample.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_converter.py to test_converter.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_cursor.py to test_cursor.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_daterange.py to test_daterange.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_frequencies.py to test_frequencies.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_offsets.py to test_offsets.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_period.py to test_period.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_plotting.py to test_plotting.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_resample.py to test_resample.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_timeseries.py to test_timeseries.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_timezones.py to test_timezones.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tests/test_util.py to test_util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/tools.py to tools.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/tseries/util.py to util.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/clipboard.py to clipboard.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/compat.py to compat.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/counter.py to counter.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/decorators.py to decorators.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/misc.py to misc.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/py3compat.py to py3compat.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/terminal.py to terminal.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/util/testing.py to testing.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/version.py to version.pyc
creating stub loader for pandas/_algos.so
creating stub loader for pandas/lib.so
creating stub loader for pandas/_period.so
creating stub loader for pandas/_sparse.so
creating stub loader for pandas/_sandbox.so
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/_algos.py to _algos.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/lib.py to lib.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/_period.py to _period.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/_sparse.py to _sparse.pyc
byte-compiling build/bdist.macosx-10.8-x86_64/egg/pandas/_sandbox.py to _sandbox.pyc
creating build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/PKG-INFO -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/SOURCES.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/dependency_links.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/not-zip-safe -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/requires.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
copying pandas.egg-info/top_level.txt -> build/bdist.macosx-10.8-x86_64/egg/EGG-INFO
writing build/bdist.macosx-10.8-x86_64/egg/EGG-INFO/native_libs.txt
creating dist
creating 'dist/pandas-0.9.1.dev_7156920-py2.7-macosx-10.8-x86_64.egg' and adding 'build/bdist.macosx-10.8-x86_64/egg' to it
removing 'build/bdist.macosx-10.8-x86_64/egg' (and everything under it)
Processing pandas-0.9.1.dev_7156920-py2.7-macosx-10.8-x86_64.egg
removing '/Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.9.1.dev_7156920-py2.7-macosx-10.8-x86_64.egg' (and everything under it)
creating /Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.9.1.dev_7156920-py2.7-macosx-10.8-x86_64.egg
Extracting pandas-0.9.1.dev_7156920-py2.7-macosx-10.8-x86_64.egg to /Users/deil/Library/Python/2.7/lib/python/site-packages
pandas 0.9.1.dev-7156920 is already the active version in easy-install.pth
Installed /Users/deil/Library/Python/2.7/lib/python/site-packages/pandas-0.9.1.dev_7156920-py2.7-macosx-10.8-x86_64.egg
Processing dependencies for pandas==0.9.1.dev-7156920
Searching for numpy==1.6.2
Best match: numpy 1.6.2
Adding numpy 1.6.2 to easy-install.pth file
Using /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Searching for pytz==2012h
Best match: pytz 2012h
Adding pytz 2012h to easy-install.pth file
Using /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Searching for python-dateutil==1.5
Best match: python-dateutil 1.5
Adding python-dateutil 1.5 to easy-install.pth file
Using /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Finished processing dependencies for pandas==0.9.1.dev-7156920
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment