Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created June 2, 2015 14:24
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/c8d1790ca436daf00642 to your computer and use it in GitHub Desktop.
Save cdeil/c8d1790ca436daf00642 to your computer and use it in GitHub Desktop.
ChristophMacbook:rootpy deil$ python setup.py install --user
_
_ __ ___ ___ | |_ _ __ _ _
| '__/ _ \ / _ \| __| '_ \| | | |
| | | (_) | (_) | |_| |_) | |_| |
|_| \___/ \___/ \__| .__/ \__, |
|_| |___/
0.8.0.dev0
running install
running bdist_egg
running egg_info
creating rootpy.egg-info
writing requirements to rootpy.egg-info/requires.txt
writing top-level names to rootpy.egg-info/top_level.txt
writing rootpy.egg-info/PKG-INFO
writing dependency_links to rootpy.egg-info/dependency_links.txt
writing entry points to rootpy.egg-info/entry_points.txt
writing manifest file 'rootpy.egg-info/SOURCES.txt'
reading manifest file 'rootpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'rootpy.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.10-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/rootpy
copying rootpy/__init__.py -> build/lib/rootpy
copying rootpy/base.py -> build/lib/rootpy
copying rootpy/collection.py -> build/lib/rootpy
copying rootpy/compiled.py -> build/lib/rootpy
copying rootpy/context.py -> build/lib/rootpy
copying rootpy/decorators.py -> build/lib/rootpy
copying rootpy/defaults.py -> build/lib/rootpy
copying rootpy/info.py -> build/lib/rootpy
copying rootpy/matrix.py -> build/lib/rootpy
copying rootpy/roosh.py -> build/lib/rootpy
copying rootpy/ROOT.py -> build/lib/rootpy
copying rootpy/root2hdf5.py -> build/lib/rootpy
copying rootpy/stl.py -> build/lib/rootpy
copying rootpy/userdata.py -> build/lib/rootpy
copying rootpy/vector.py -> build/lib/rootpy
creating build/lib/rootpy/extern
copying rootpy/extern/__init__.py -> build/lib/rootpy/extern
copying rootpy/extern/argparse.py -> build/lib/rootpy/extern
copying rootpy/extern/byteplay.py -> build/lib/rootpy/extern
copying rootpy/extern/byteplay3.py -> build/lib/rootpy/extern
copying rootpy/extern/close_variable.py -> build/lib/rootpy/extern
copying rootpy/extern/ordereddict.py -> build/lib/rootpy/extern
copying rootpy/extern/pyparsing.py -> build/lib/rootpy/extern
copying rootpy/extern/six.py -> build/lib/rootpy/extern
creating build/lib/rootpy/interactive
copying rootpy/interactive/__init__.py -> build/lib/rootpy/interactive
copying rootpy/interactive/canvas_events.py -> build/lib/rootpy/interactive
copying rootpy/interactive/console.py -> build/lib/rootpy/interactive
copying rootpy/interactive/notebook.py -> build/lib/rootpy/interactive
copying rootpy/interactive/rootwait.py -> build/lib/rootpy/interactive
creating build/lib/rootpy/io
copying rootpy/io/__init__.py -> build/lib/rootpy/io
copying rootpy/io/file.py -> build/lib/rootpy/io
copying rootpy/io/pickler.py -> build/lib/rootpy/io
creating build/lib/rootpy/logger
copying rootpy/logger/__init__.py -> build/lib/rootpy/logger
copying rootpy/logger/color.py -> build/lib/rootpy/logger
copying rootpy/logger/extended_logger.py -> build/lib/rootpy/logger
copying rootpy/logger/magic.py -> build/lib/rootpy/logger
copying rootpy/logger/roothandler.py -> build/lib/rootpy/logger
copying rootpy/logger/utils.py -> build/lib/rootpy/logger
creating build/lib/rootpy/memory
copying rootpy/memory/__init__.py -> build/lib/rootpy/memory
copying rootpy/memory/deletion.py -> build/lib/rootpy/memory
copying rootpy/memory/keepalive.py -> build/lib/rootpy/memory
copying rootpy/memory/ownership.py -> build/lib/rootpy/memory
creating build/lib/rootpy/plotting
copying rootpy/plotting/__init__.py -> build/lib/rootpy/plotting
copying rootpy/plotting/autobinning.py -> build/lib/rootpy/plotting
copying rootpy/plotting/axis.py -> build/lib/rootpy/plotting
copying rootpy/plotting/base.py -> build/lib/rootpy/plotting
copying rootpy/plotting/box.py -> build/lib/rootpy/plotting
copying rootpy/plotting/canvas.py -> build/lib/rootpy/plotting
copying rootpy/plotting/func.py -> build/lib/rootpy/plotting
copying rootpy/plotting/graph.py -> build/lib/rootpy/plotting
copying rootpy/plotting/hist.py -> build/lib/rootpy/plotting
copying rootpy/plotting/legend.py -> build/lib/rootpy/plotting
copying rootpy/plotting/profile.py -> build/lib/rootpy/plotting
copying rootpy/plotting/root2matplotlib.py -> build/lib/rootpy/plotting
copying rootpy/plotting/shapes.py -> build/lib/rootpy/plotting
copying rootpy/plotting/text.py -> build/lib/rootpy/plotting
copying rootpy/plotting/utils.py -> build/lib/rootpy/plotting
copying rootpy/plotting/views.py -> build/lib/rootpy/plotting
creating build/lib/rootpy/stats
copying rootpy/stats/__init__.py -> build/lib/rootpy/stats
copying rootpy/stats/category.py -> build/lib/rootpy/stats
copying rootpy/stats/collection.py -> build/lib/rootpy/stats
copying rootpy/stats/correlated_values.py -> build/lib/rootpy/stats
copying rootpy/stats/dataset.py -> build/lib/rootpy/stats
copying rootpy/stats/fit.py -> build/lib/rootpy/stats
copying rootpy/stats/modelconfig.py -> build/lib/rootpy/stats
copying rootpy/stats/pdf.py -> build/lib/rootpy/stats
copying rootpy/stats/value.py -> build/lib/rootpy/stats
copying rootpy/stats/workspace.py -> build/lib/rootpy/stats
creating build/lib/rootpy/testdata
copying rootpy/testdata/__init__.py -> build/lib/rootpy/testdata
creating build/lib/rootpy/tests
copying rootpy/tests/__init__.py -> build/lib/rootpy/tests
copying rootpy/tests/test_base.py -> build/lib/rootpy/tests
copying rootpy/tests/test_compiled.py -> build/lib/rootpy/tests
copying rootpy/tests/test_decorators.py -> build/lib/rootpy/tests
copying rootpy/tests/test_ROOT.py -> build/lib/rootpy/tests
copying rootpy/tests/test_root2hdf5.py -> build/lib/rootpy/tests
copying rootpy/tests/test_stl.py -> build/lib/rootpy/tests
copying rootpy/tests/utils.py -> build/lib/rootpy/tests
creating build/lib/rootpy/tree
copying rootpy/tree/__init__.py -> build/lib/rootpy/tree
copying rootpy/tree/categories.py -> build/lib/rootpy/tree
copying rootpy/tree/chain.py -> build/lib/rootpy/tree
copying rootpy/tree/cut.py -> build/lib/rootpy/tree
copying rootpy/tree/filtering.py -> build/lib/rootpy/tree
copying rootpy/tree/model.py -> build/lib/rootpy/tree
copying rootpy/tree/tree.py -> build/lib/rootpy/tree
copying rootpy/tree/treebuffer.py -> build/lib/rootpy/tree
copying rootpy/tree/treeobject.py -> build/lib/rootpy/tree
copying rootpy/tree/treetypes.py -> build/lib/rootpy/tree
creating build/lib/rootpy/utils
copying rootpy/utils/__init__.py -> build/lib/rootpy/utils
copying rootpy/utils/cinterface.py -> build/lib/rootpy/utils
copying rootpy/utils/cpp.py -> build/lib/rootpy/utils
copying rootpy/utils/extras.py -> build/lib/rootpy/utils
copying rootpy/utils/hook.py -> build/lib/rootpy/utils
copying rootpy/utils/inject_closure.py -> build/lib/rootpy/utils
copying rootpy/utils/lock.py -> build/lib/rootpy/utils
copying rootpy/utils/module_facade.py -> build/lib/rootpy/utils
copying rootpy/utils/path.py -> build/lib/rootpy/utils
copying rootpy/utils/quickroot.py -> build/lib/rootpy/utils
copying rootpy/utils/silence.py -> build/lib/rootpy/utils
creating build/lib/rootpy/extern/hep
copying rootpy/extern/hep/__init__.py -> build/lib/rootpy/extern/hep
copying rootpy/extern/hep/pdg.py -> build/lib/rootpy/extern/hep
creating build/lib/rootpy/extern/lockfile
copying rootpy/extern/lockfile/__init__.py -> build/lib/rootpy/extern/lockfile
copying rootpy/extern/lockfile/linklockfile.py -> build/lib/rootpy/extern/lockfile
copying rootpy/extern/lockfile/mkdirlockfile.py -> build/lib/rootpy/extern/lockfile
copying rootpy/extern/lockfile/pidlockfile.py -> build/lib/rootpy/extern/lockfile
copying rootpy/extern/lockfile/sqlitelockfile.py -> build/lib/rootpy/extern/lockfile
copying rootpy/extern/lockfile/symlinklockfile.py -> build/lib/rootpy/extern/lockfile
creating build/lib/rootpy/extern/progressbar
copying rootpy/extern/progressbar/__init__.py -> build/lib/rootpy/extern/progressbar
copying rootpy/extern/progressbar/widgets.py -> build/lib/rootpy/extern/progressbar
creating build/lib/rootpy/extern/shortuuid
copying rootpy/extern/shortuuid/__init__.py -> build/lib/rootpy/extern/shortuuid
creating build/lib/rootpy/io/tests
copying rootpy/io/tests/__init__.py -> build/lib/rootpy/io/tests
copying rootpy/io/tests/test_file.py -> build/lib/rootpy/io/tests
copying rootpy/io/tests/test_pickler.py -> build/lib/rootpy/io/tests
creating build/lib/rootpy/logger/tests
copying rootpy/logger/tests/__init__.py -> build/lib/rootpy/logger/tests
copying rootpy/logger/tests/logcheck.py -> build/lib/rootpy/logger/tests
copying rootpy/logger/tests/test_roothandler.py -> build/lib/rootpy/logger/tests
copying rootpy/logger/tests/test_threading.py -> build/lib/rootpy/logger/tests
creating build/lib/rootpy/memory/tests
copying rootpy/memory/tests/__init__.py -> build/lib/rootpy/memory/tests
copying rootpy/memory/tests/test_getownership.py -> build/lib/rootpy/memory/tests
copying rootpy/memory/tests/test_keepalive.py -> build/lib/rootpy/memory/tests
creating build/lib/rootpy/plotting/contrib
copying rootpy/plotting/contrib/__init__.py -> build/lib/rootpy/plotting/contrib
copying rootpy/plotting/contrib/gif.py -> build/lib/rootpy/plotting/contrib
copying rootpy/plotting/contrib/plot_contour_matrix.py -> build/lib/rootpy/plotting/contrib
copying rootpy/plotting/contrib/plot_corrcoef_matrix.py -> build/lib/rootpy/plotting/contrib
copying rootpy/plotting/contrib/quantiles.py -> build/lib/rootpy/plotting/contrib
creating build/lib/rootpy/plotting/style
copying rootpy/plotting/style/__init__.py -> build/lib/rootpy/plotting/style
creating build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/__init__.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_graph.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_hist.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_legend.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_plottable.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_profile.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_root2matplotlib.py -> build/lib/rootpy/plotting/tests
copying rootpy/plotting/tests/test_utils.py -> build/lib/rootpy/plotting/tests
creating build/lib/rootpy/plotting/contrib/tests
copying rootpy/plotting/contrib/tests/__init__.py -> build/lib/rootpy/plotting/contrib/tests
copying rootpy/plotting/contrib/tests/test_plot_contour_matrix.py -> build/lib/rootpy/plotting/contrib/tests
copying rootpy/plotting/contrib/tests/test_plot_corrcoef_matrix.py -> build/lib/rootpy/plotting/contrib/tests
creating build/lib/rootpy/plotting/style/atlas
copying rootpy/plotting/style/atlas/__init__.py -> build/lib/rootpy/plotting/style/atlas
copying rootpy/plotting/style/atlas/labels.py -> build/lib/rootpy/plotting/style/atlas
copying rootpy/plotting/style/atlas/style.py -> build/lib/rootpy/plotting/style/atlas
copying rootpy/plotting/style/atlas/style_mpl.py -> build/lib/rootpy/plotting/style/atlas
copying rootpy/plotting/style/atlas/test.py -> build/lib/rootpy/plotting/style/atlas
creating build/lib/rootpy/plotting/style/cmstdr
copying rootpy/plotting/style/cmstdr/__init__.py -> build/lib/rootpy/plotting/style/cmstdr
copying rootpy/plotting/style/cmstdr/labels.py -> build/lib/rootpy/plotting/style/cmstdr
copying rootpy/plotting/style/cmstdr/style.py -> build/lib/rootpy/plotting/style/cmstdr
copying rootpy/plotting/style/cmstdr/test.py -> build/lib/rootpy/plotting/style/cmstdr
creating build/lib/rootpy/plotting/style/default
copying rootpy/plotting/style/default/__init__.py -> build/lib/rootpy/plotting/style/default
copying rootpy/plotting/style/default/style.py -> build/lib/rootpy/plotting/style/default
creating build/lib/rootpy/plotting/style/lhcb
copying rootpy/plotting/style/lhcb/__init__.py -> build/lib/rootpy/plotting/style/lhcb
copying rootpy/plotting/style/lhcb/labels.py -> build/lib/rootpy/plotting/style/lhcb
copying rootpy/plotting/style/lhcb/style.py -> build/lib/rootpy/plotting/style/lhcb
copying rootpy/plotting/style/lhcb/test.py -> build/lib/rootpy/plotting/style/lhcb
creating build/lib/rootpy/plotting/style/tests
copying rootpy/plotting/style/tests/__init__.py -> build/lib/rootpy/plotting/style/tests
copying rootpy/plotting/style/tests/test_style.py -> build/lib/rootpy/plotting/style/tests
creating build/lib/rootpy/stats/histfactory
copying rootpy/stats/histfactory/__init__.py -> build/lib/rootpy/stats/histfactory
copying rootpy/stats/histfactory/histfactory.py -> build/lib/rootpy/stats/histfactory
copying rootpy/stats/histfactory/utils.py -> build/lib/rootpy/stats/histfactory
creating build/lib/rootpy/stats/tests
copying rootpy/stats/tests/__init__.py -> build/lib/rootpy/stats/tests
copying rootpy/stats/tests/test_correlated_values.py -> build/lib/rootpy/stats/tests
creating build/lib/rootpy/stats/histfactory/tests
copying rootpy/stats/histfactory/tests/__init__.py -> build/lib/rootpy/stats/histfactory/tests
copying rootpy/stats/histfactory/tests/test_histfactory.py -> build/lib/rootpy/stats/histfactory/tests
creating build/lib/rootpy/tree/tests
copying rootpy/tree/tests/__init__.py -> build/lib/rootpy/tree/tests
copying rootpy/tree/tests/test_categories.py -> build/lib/rootpy/tree/tests
copying rootpy/tree/tests/test_cut.py -> build/lib/rootpy/tree/tests
copying rootpy/tree/tests/test_tree.py -> build/lib/rootpy/tree/tests
copying rootpy/tree/tests/test_treetypes.py -> build/lib/rootpy/tree/tests
creating build/lib/rootpy/utils/tests
copying rootpy/utils/tests/__init__.py -> build/lib/rootpy/utils/tests
copying rootpy/utils/tests/facade_example.py -> build/lib/rootpy/utils/tests
copying rootpy/utils/tests/test_cpp.py -> build/lib/rootpy/utils/tests
copying rootpy/utils/tests/test_hook.py -> build/lib/rootpy/utils/tests
copying rootpy/utils/tests/test_module_facade.py -> build/lib/rootpy/utils/tests
creating build/lib/rootpy/etc
copying rootpy/etc/pdg_table.txt -> build/lib/rootpy/etc
copying rootpy/testdata/test_csv.root -> build/lib/rootpy/testdata
copying rootpy/testdata/test_dicts.root -> build/lib/rootpy/testdata
copying rootpy/testdata/test_file.root -> build/lib/rootpy/testdata
copying rootpy/testdata/test_file_2.root -> build/lib/rootpy/testdata
copying rootpy/testdata/test_tree.root -> build/lib/rootpy/testdata
copying rootpy/testdata/test_csv.txt -> build/lib/rootpy/testdata
copying rootpy/tests/test_compiled.cxx -> build/lib/rootpy/tests
creating build/bdist.macosx-10.10-x86_64
creating build/bdist.macosx-10.10-x86_64/egg
creating build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/base.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/collection.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/compiled.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/context.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/decorators.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/defaults.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/etc
copying build/lib/rootpy/etc/pdg_table.txt -> build/bdist.macosx-10.10-x86_64/egg/rootpy/etc
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
copying build/lib/rootpy/extern/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
copying build/lib/rootpy/extern/argparse.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
copying build/lib/rootpy/extern/byteplay.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
copying build/lib/rootpy/extern/byteplay3.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
copying build/lib/rootpy/extern/close_variable.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/hep
copying build/lib/rootpy/extern/hep/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/hep
copying build/lib/rootpy/extern/hep/pdg.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/hep
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/lockfile/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/lockfile/linklockfile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/lockfile/mkdirlockfile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/lockfile/pidlockfile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/lockfile/sqlitelockfile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/lockfile/symlinklockfile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile
copying build/lib/rootpy/extern/ordereddict.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/progressbar
copying build/lib/rootpy/extern/progressbar/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/progressbar
copying build/lib/rootpy/extern/progressbar/widgets.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/progressbar
copying build/lib/rootpy/extern/pyparsing.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/shortuuid
copying build/lib/rootpy/extern/shortuuid/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/shortuuid
copying build/lib/rootpy/extern/six.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/extern
copying build/lib/rootpy/info.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive
copying build/lib/rootpy/interactive/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive
copying build/lib/rootpy/interactive/canvas_events.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive
copying build/lib/rootpy/interactive/console.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive
copying build/lib/rootpy/interactive/notebook.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive
copying build/lib/rootpy/interactive/rootwait.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/io
copying build/lib/rootpy/io/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/io
copying build/lib/rootpy/io/file.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/io
copying build/lib/rootpy/io/pickler.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/io
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests
copying build/lib/rootpy/io/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests
copying build/lib/rootpy/io/tests/test_file.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests
copying build/lib/rootpy/io/tests/test_pickler.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
copying build/lib/rootpy/logger/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
copying build/lib/rootpy/logger/color.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
copying build/lib/rootpy/logger/extended_logger.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
copying build/lib/rootpy/logger/magic.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
copying build/lib/rootpy/logger/roothandler.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests
copying build/lib/rootpy/logger/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests
copying build/lib/rootpy/logger/tests/logcheck.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests
copying build/lib/rootpy/logger/tests/test_roothandler.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests
copying build/lib/rootpy/logger/tests/test_threading.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests
copying build/lib/rootpy/logger/utils.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/logger
copying build/lib/rootpy/matrix.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/memory
copying build/lib/rootpy/memory/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory
copying build/lib/rootpy/memory/deletion.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory
copying build/lib/rootpy/memory/keepalive.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory
copying build/lib/rootpy/memory/ownership.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests
copying build/lib/rootpy/memory/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests
copying build/lib/rootpy/memory/tests/test_getownership.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests
copying build/lib/rootpy/memory/tests/test_keepalive.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/autobinning.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/axis.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/base.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/box.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/canvas.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib
copying build/lib/rootpy/plotting/contrib/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib
copying build/lib/rootpy/plotting/contrib/gif.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib
copying build/lib/rootpy/plotting/contrib/plot_contour_matrix.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib
copying build/lib/rootpy/plotting/contrib/plot_corrcoef_matrix.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib
copying build/lib/rootpy/plotting/contrib/quantiles.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests
copying build/lib/rootpy/plotting/contrib/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests
copying build/lib/rootpy/plotting/contrib/tests/test_plot_contour_matrix.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests
copying build/lib/rootpy/plotting/contrib/tests/test_plot_corrcoef_matrix.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests
copying build/lib/rootpy/plotting/func.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/graph.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/hist.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/legend.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/profile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/root2matplotlib.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/shapes.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style
copying build/lib/rootpy/plotting/style/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas
copying build/lib/rootpy/plotting/style/atlas/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas
copying build/lib/rootpy/plotting/style/atlas/labels.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas
copying build/lib/rootpy/plotting/style/atlas/style.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas
copying build/lib/rootpy/plotting/style/atlas/style_mpl.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas
copying build/lib/rootpy/plotting/style/atlas/test.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr
copying build/lib/rootpy/plotting/style/cmstdr/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr
copying build/lib/rootpy/plotting/style/cmstdr/labels.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr
copying build/lib/rootpy/plotting/style/cmstdr/style.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr
copying build/lib/rootpy/plotting/style/cmstdr/test.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/default
copying build/lib/rootpy/plotting/style/default/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/default
copying build/lib/rootpy/plotting/style/default/style.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/default
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb
copying build/lib/rootpy/plotting/style/lhcb/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb
copying build/lib/rootpy/plotting/style/lhcb/labels.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb
copying build/lib/rootpy/plotting/style/lhcb/style.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb
copying build/lib/rootpy/plotting/style/lhcb/test.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/tests
copying build/lib/rootpy/plotting/style/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/tests
copying build/lib/rootpy/plotting/style/tests/test_style.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/tests
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_graph.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_hist.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_legend.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_plottable.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_profile.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_root2matplotlib.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/tests/test_utils.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests
copying build/lib/rootpy/plotting/text.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/utils.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/plotting/views.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting
copying build/lib/rootpy/roosh.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/ROOT.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
copying build/lib/rootpy/root2hdf5.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/category.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/collection.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/correlated_values.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/dataset.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/fit.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory
copying build/lib/rootpy/stats/histfactory/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory
copying build/lib/rootpy/stats/histfactory/histfactory.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/tests
copying build/lib/rootpy/stats/histfactory/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/tests
copying build/lib/rootpy/stats/histfactory/tests/test_histfactory.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/tests
copying build/lib/rootpy/stats/histfactory/utils.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory
copying build/lib/rootpy/stats/modelconfig.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/pdf.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/tests
copying build/lib/rootpy/stats/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/tests
copying build/lib/rootpy/stats/tests/test_correlated_values.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/tests
copying build/lib/rootpy/stats/value.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stats/workspace.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/stats
copying build/lib/rootpy/stl.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/test_csv.root -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/test_csv.txt -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/test_dicts.root -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/test_file.root -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/test_file_2.root -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
copying build/lib/rootpy/testdata/test_tree.root -> build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_base.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_compiled.cxx -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_compiled.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_decorators.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_ROOT.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_root2hdf5.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/test_stl.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
copying build/lib/rootpy/tests/utils.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tests
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/categories.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/chain.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/cut.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/filtering.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/model.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests
copying build/lib/rootpy/tree/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests
copying build/lib/rootpy/tree/tests/test_categories.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests
copying build/lib/rootpy/tree/tests/test_cut.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests
copying build/lib/rootpy/tree/tests/test_tree.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests
copying build/lib/rootpy/tree/tests/test_treetypes.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests
copying build/lib/rootpy/tree/tree.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/treebuffer.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/treeobject.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/tree/treetypes.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/tree
copying build/lib/rootpy/userdata.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/cinterface.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/cpp.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/extras.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/hook.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/inject_closure.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/lock.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/module_facade.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/path.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/quickroot.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
copying build/lib/rootpy/utils/silence.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils
creating build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests
copying build/lib/rootpy/utils/tests/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests
copying build/lib/rootpy/utils/tests/facade_example.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests
copying build/lib/rootpy/utils/tests/test_cpp.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests
copying build/lib/rootpy/utils/tests/test_hook.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests
copying build/lib/rootpy/utils/tests/test_module_facade.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests
copying build/lib/rootpy/vector.py -> build/bdist.macosx-10.10-x86_64/egg/rootpy
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/base.py to base.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/collection.py to collection.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/compiled.py to compiled.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/context.py to context.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/decorators.py to decorators.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/defaults.py to defaults.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/argparse.py to argparse.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/byteplay.py to byteplay.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/byteplay3.py to byteplay3.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/close_variable.py to close_variable.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/hep/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/hep/pdg.py to pdg.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile/linklockfile.py to linklockfile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile/mkdirlockfile.py to mkdirlockfile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile/pidlockfile.py to pidlockfile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile/sqlitelockfile.py to sqlitelockfile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/lockfile/symlinklockfile.py to symlinklockfile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/ordereddict.py to ordereddict.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/progressbar/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/progressbar/widgets.py to widgets.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/pyparsing.py to pyparsing.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/shortuuid/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/extern/six.py to six.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/info.py to info.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive/canvas_events.py to canvas_events.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive/console.py to console.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive/notebook.py to notebook.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/interactive/rootwait.py to rootwait.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/io/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/io/file.py to file.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/io/pickler.py to pickler.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests/test_file.py to test_file.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/io/tests/test_pickler.py to test_pickler.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/color.py to color.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/extended_logger.py to extended_logger.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/magic.py to magic.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/roothandler.py to roothandler.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests/logcheck.py to logcheck.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests/test_roothandler.py to test_roothandler.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/tests/test_threading.py to test_threading.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/logger/utils.py to utils.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/matrix.py to matrix.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/deletion.py to deletion.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/keepalive.py to keepalive.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/ownership.py to ownership.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests/test_getownership.py to test_getownership.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/memory/tests/test_keepalive.py to test_keepalive.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/autobinning.py to autobinning.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/axis.py to axis.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/base.py to base.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/box.py to box.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/canvas.py to canvas.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/gif.py to gif.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/plot_contour_matrix.py to plot_contour_matrix.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/plot_corrcoef_matrix.py to plot_corrcoef_matrix.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/quantiles.py to quantiles.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests/test_plot_contour_matrix.py to test_plot_contour_matrix.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/contrib/tests/test_plot_corrcoef_matrix.py to test_plot_corrcoef_matrix.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/func.py to func.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/graph.py to graph.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/hist.py to hist.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/legend.py to legend.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/profile.py to profile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/root2matplotlib.py to root2matplotlib.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/shapes.py to shapes.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas/labels.py to labels.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas/style.py to style.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas/style_mpl.py to style_mpl.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/atlas/test.py to test.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr/labels.py to labels.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr/style.py to style.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/cmstdr/test.py to test.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/default/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/default/style.py to style.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb/labels.py to labels.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb/style.py to style.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/lhcb/test.py to test.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/style/tests/test_style.py to test_style.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_graph.py to test_graph.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_hist.py to test_hist.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_legend.py to test_legend.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_plottable.py to test_plottable.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_profile.py to test_profile.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_root2matplotlib.py to test_root2matplotlib.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/tests/test_utils.py to test_utils.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/text.py to text.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/utils.py to utils.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/plotting/views.py to views.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/roosh.py to roosh.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/ROOT.py to ROOT.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/root2hdf5.py to root2hdf5.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/category.py to category.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/collection.py to collection.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/correlated_values.py to correlated_values.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/dataset.py to dataset.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/fit.py to fit.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/histfactory.py to histfactory.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/tests/test_histfactory.py to test_histfactory.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/histfactory/utils.py to utils.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/modelconfig.py to modelconfig.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/pdf.py to pdf.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/tests/test_correlated_values.py to test_correlated_values.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/value.py to value.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stats/workspace.py to workspace.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/stl.py to stl.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/testdata/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/test_base.py to test_base.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/test_compiled.py to test_compiled.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/test_decorators.py to test_decorators.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/test_ROOT.py to test_ROOT.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/test_root2hdf5.py to test_root2hdf5.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/test_stl.py to test_stl.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tests/utils.py to utils.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/categories.py to categories.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/chain.py to chain.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/cut.py to cut.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/filtering.py to filtering.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/model.py to model.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests/test_categories.py to test_categories.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests/test_cut.py to test_cut.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests/test_tree.py to test_tree.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tests/test_treetypes.py to test_treetypes.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/tree.py to tree.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/treebuffer.py to treebuffer.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/treeobject.py to treeobject.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/tree/treetypes.py to treetypes.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/userdata.py to userdata.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/cinterface.py to cinterface.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/cpp.py to cpp.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/extras.py to extras.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/hook.py to hook.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/inject_closure.py to inject_closure.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/lock.py to lock.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/module_facade.py to module_facade.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/path.py to path.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/quickroot.py to quickroot.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/silence.py to silence.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests/__init__.py to __init__.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests/facade_example.py to facade_example.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests/test_cpp.py to test_cpp.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests/test_hook.py to test_hook.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/utils/tests/test_module_facade.py to test_module_facade.cpython-34.pyc
byte-compiling build/bdist.macosx-10.10-x86_64/egg/rootpy/vector.py to vector.cpython-34.pyc
creating build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
installing scripts to build/bdist.macosx-10.10-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-3.4
copying and adjusting scripts/rootpy -> build/scripts-3.4
changing mode of build/scripts-3.4/rootpy from 644 to 755
creating build/bdist.macosx-10.10-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.4/rootpy -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.macosx-10.10-x86_64/egg/EGG-INFO/scripts/rootpy to 755
copying rootpy.egg-info/PKG-INFO -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
copying rootpy.egg-info/SOURCES.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
copying rootpy.egg-info/dependency_links.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
copying rootpy.egg-info/entry_points.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
copying rootpy.egg-info/requires.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
copying rootpy.egg-info/top_level.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
rootpy.__pycache__.decorators.cpython-34: module references __file__
rootpy.extern.__pycache__.pyparsing.cpython-34: module MAY be using inspect.stack
rootpy.extern.__pycache__.six.cpython-34: module references __path__
rootpy.utils.__pycache__.module_facade.cpython-34: module references __file__
creating dist
creating 'dist/rootpy-0.8.0.dev0-py3.4.egg' and adding 'build/bdist.macosx-10.10-x86_64/egg' to it
removing 'build/bdist.macosx-10.10-x86_64/egg' (and everything under it)
Processing rootpy-0.8.0.dev0-py3.4.egg
removing '/Users/deil/Library/Python/3.4/lib/python/site-packages/rootpy-0.8.0.dev0-py3.4.egg' (and everything under it)
creating /Users/deil/Library/Python/3.4/lib/python/site-packages/rootpy-0.8.0.dev0-py3.4.egg
Extracting rootpy-0.8.0.dev0-py3.4.egg to /Users/deil/Library/Python/3.4/lib/python/site-packages
rootpy 0.8.0.dev0 is already the active version in easy-install.pth
Installing rootpy script to /Users/deil/Library/Python/3.4/bin
Installing roosh script to /Users/deil/Library/Python/3.4/bin
Installing root2hdf5 script to /Users/deil/Library/Python/3.4/bin
Installed /Users/deil/Library/Python/3.4/lib/python/site-packages/rootpy-0.8.0.dev0-py3.4.egg
Processing dependencies for rootpy==0.8.0.dev0
Finished processing dependencies for rootpy==0.8.0.dev0
ChristophMacbook:rootpy deil$ make check-examples
make: *** No rule to make target `check-examples'. Stop.
ChristophMacbook:rootpy deil$ make test-examples
Running examples/io/file.py ...
==============================
ROOT.TFile made easy by rootpy
==============================
This example demonstrates how basic file operations are made easier in rootpy.
Directory('data.root/a')
Directory('data.root/a/b')
Directory('data.root/a/b/c') has no attribute 'd'
('', ['a'], ['h2', 'h1'])
('a', ['b', 'e', 'd'], [])
('a/b', ['c'], [])
('a/b/c', [], [])
('a/e', ['f'], [])
('a/e/f', [], [])
('a/d', [], [])
File('data.root')
Hist
Hist2D
Hist
Running examples/plotting/plot_autobinning.py ...
==================================================
Fill histograms from arrays with automatic binning
==================================================
This example demonstrates how to fill a histogram from an array of data
and to automatically choose a binning with various methods.
The automatic binning requires numpy/scipy
WARNING:rootpy.interactive.rootwait] unable to access ROOT's GUI thread either because PyROOT's
finalSetup() was called while in batch mode or because PyROOT
is using the new PyOS_InputHook-based mechanism that is not yet
supported in rootpy (PyConfig.StartGuiThread == 'inputhook' or
gSystem.InheritsFrom('TMacOSXSystem')). wait() etc. will
instead call raw_input() and wait for [Enter]
---------------------------------------------------------
method bins time [s]
---------------------------------------------------------
normal_small
manual1 50 0.08
Traceback (most recent call last):
File "plot_autobinning.py", line 73, in <module>
l.Draw()
File "/Users/deil/Library/Python/3.4/lib/python/site-packages/rootpy-0.8.0.dev0-py3.4.egg/rootpy/plotting/__init__.py", line 43, in Draw
keepalive(ROOT.gPad.func(), self)
File "/Users/deil/Library/Python/3.4/lib/python/site-packages/rootpy-0.8.0.dev0-py3.4.egg/rootpy/memory/keepalive.py", line 32, in keepalive
KEEPALIVE.setdefault(nurse, set()).update(patients)
TypeError: unhashable type: 'TLatex'
===========================================================
There was a crash (#5 0x000000010dcc0d34 in SigHandler ()).
This is the entire stack trace of all threads:
===========================================================
Thread 7 (process 44167):
#0 0x00007fff8bc7c4de in mach_msg_trap ()
#1 0x00007fff8bc7b64f in mach_msg ()
#2 0x00007fff8cf03eb4 in __CFRunLoopServiceMachPort ()
#3 0x00007fff8cf0337b in __CFRunLoopRun ()
#4 0x00007fff8cf02bd8 in CFRunLoopRunSpecific ()
#5 0x00007fff9722966b in _NSEventThread ()
#6 0x00007fff8f932268 in _pthread_body ()
#7 0x00007fff8f9321e5 in _pthread_start ()
#8 0x00007fff8f93041d in thread_start ()
Thread 6 (process 44167):
#0 0x00007fff8bc8194a in __workq_kernreturn ()
#1 0x00007fff8f9326c3 in _pthread_wqthread ()
#2 0x00007fff8f93040d in start_wqthread ()
Thread 5 (process 44167):
#0 0x00007fff8bc8194a in __workq_kernreturn ()
#1 0x00007fff8f9326c3 in _pthread_wqthread ()
#2 0x00007fff8f93040d in start_wqthread ()
Thread 4 (process 44167):
#0 0x00007fff8bc8194a in __workq_kernreturn ()
#1 0x00007fff8f9326c3 in _pthread_wqthread ()
#2 0x00007fff8f93040d in start_wqthread ()
Thread 3 (process 44167):
#0 0x00007fff8bc8194a in __workq_kernreturn ()
#1 0x00007fff8f9326c3 in _pthread_wqthread ()
#2 0x00007fff8f93040d in start_wqthread ()
Thread 2 (process 44167):
#0 0x00007fff8bc82232 in kevent64 ()
#1 0x00007fff8bb68d91 in _dispatch_mgr_invoke ()
#2 0x00007fff8bb68a6a in _dispatch_mgr_thread ()
Thread 1 (process 44167):
#0 0x00007fff8bc8191a in wait4 ()
#1 0x00007fff8ffa2228 in system ()
#2 0x000000010dcc6569 in TUnixSystem::Exec ()
#3 0x000000010dcc7205 in TUnixSystem::StackTrace ()
#4 0x000000010dcc3b46 in TUnixSystem::DispatchSignals ()
#5 0x000000010dcc0d34 in SigHandler ()
#6 0x000000010dccd0f7 in sighandler ()
#7 <signal handler called>
#8 0x000000010d245bdf in collect ()
#9 0x000000010d2459af in collect_with_callback ()
#10 0x000000010d245976 in PyGC_Collect ()
#11 0x000000010d2313a7 in Py_Finalize ()
#12 0x000000010d24535e in Py_Main ()
#13 0x000000010d16ce27 in _mh_execute_header ()
#14 0x00007fff8e20b5c9 in start ()
===========================================================
The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================
#8 0x000000010d245bdf in collect ()
#9 0x000000010d2459af in collect_with_callback ()
#10 0x000000010d245976 in PyGC_Collect ()
#11 0x000000010d2313a7 in Py_Finalize ()
#12 0x000000010d24535e in Py_Main ()
#13 0x000000010d16ce27 in _mh_execute_header ()
#14 0x00007fff8e20b5c9 in start ()
===========================================================
examples/plotting/plot_autobinning.py failed!
make: *** [test-examples] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment