[Python-modules-team] Bug#684847: ipython: FTBFS: error: Permission denied

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue Aug 14 07:30:35 UTC 2012


Source: ipython
Version: 0.13-1
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120814 qa-ftbfs
Justification: FTBFS in wheezy on amd64

Hi,

During a rebuild of all packages in *wheezy*, your package failed to
build on amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> dh_auto_build -- --executable '/usr/bin/env python'
> ============================================================================
> BUILDING IPYTHON
>                 python: 2.6.8 (unknown, Jun 25 2012, 17:08:48)  [GCC 4.7.1]
>               platform: linux2
> 
> OPTIONAL DEPENDENCIES
>                 sphinx: 1.1.3
>               pygments: 1.5
>                   nose: 1.1.2
>                pexpect: 2.4
>                  pyzmq: 2.2.0
>               readline: yes
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-2.6
> creating build/lib.linux-x86_64-2.6/IPython
> copying IPython/display.py -> build/lib.linux-x86_64-2.6/IPython
> copying IPython/__init__.py -> build/lib.linux-x86_64-2.6/IPython
> creating build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/__init__.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/zmqshell.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/session.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/serialize.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/parentpoller.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/log.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/kernelmanager.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/kernelapp.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/ipkernel.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/iostream.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/heartbeat.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/frontend.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/eventloops.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/entry_point.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/displayhook.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/completer.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> copying IPython/zmq/blockingkernelmanager.py -> build/lib.linux-x86_64-2.6/IPython/zmq
> creating build/lib.linux-x86_64-2.6/IPython/zmq/tests
> copying IPython/zmq/tests/test_session.py -> build/lib.linux-x86_64-2.6/IPython/zmq/tests
> copying IPython/zmq/tests/test_message_spec.py -> build/lib.linux-x86_64-2.6/IPython/zmq/tests
> copying IPython/zmq/tests/test_embed_kernel.py -> build/lib.linux-x86_64-2.6/IPython/zmq/tests
> copying IPython/zmq/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/zmq/tests
> creating build/lib.linux-x86_64-2.6/IPython/zmq/pylab
> copying IPython/zmq/pylab/backend_inline.py -> build/lib.linux-x86_64-2.6/IPython/zmq/pylab
> copying IPython/zmq/pylab/__init__.py -> build/lib.linux-x86_64-2.6/IPython/zmq/pylab
> creating build/lib.linux-x86_64-2.6/IPython/zmq/gui
> copying IPython/zmq/gui/gtkembed.py -> build/lib.linux-x86_64-2.6/IPython/zmq/gui
> copying IPython/zmq/gui/__init__.py -> build/lib.linux-x86_64-2.6/IPython/zmq/gui
> creating build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/wildcard.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/warn.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/upgradedir.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/traitlets.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/timing.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/text.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/terminal.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/tempdir.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/syspathcontext.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/sysinfo.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/strdispatch.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/rlineimpl.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/pyfile.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/py3compat.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/process.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/pickleutil.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/pickleshare.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/path.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/openpy.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/notification.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/newserialized.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/nested_context.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/module_paths.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/localinterfaces.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/jsonutil.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/ipstruct.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/io.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/importstring.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/growl.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/generics.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/frame.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/encoding.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/doctestreload.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/dir2.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/decorators.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/data.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/daemonize.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/cursesimport.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/coloransi.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/codeutil.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/autoattr.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/attic.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/_sysinfo.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/_process_win32_controller.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/_process_win32.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/_process_posix.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/_process_common.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/__init__.py -> build/lib.linux-x86_64-2.6/IPython/utils
> copying IPython/utils/PyColorize.py -> build/lib.linux-x86_64-2.6/IPython/utils
> creating build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_wildcard.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_traitlets.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_text.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_pycolorize.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_process.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_path.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_openpy.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_notification.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_module_paths.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_jsonutil.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_io.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_imports.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/test_dir2.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> copying IPython/utils/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/utils/tests
> creating build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/tools.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/skipdoctest.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/nosepatch.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/nose_assert_methods.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/mkdoctests.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/ipunittest.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/iptest.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/globalipapp.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/decorators.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/_paramtestpy3.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/_paramtestpy2.py -> build/lib.linux-x86_64-2.6/IPython/testing
> copying IPython/testing/__init__.py -> build/lib.linux-x86_64-2.6/IPython/testing
> creating build/lib.linux-x86_64-2.6/IPython/testing/tests
> copying IPython/testing/tests/test_tools.py -> build/lib.linux-x86_64-2.6/IPython/testing/tests
> copying IPython/testing/tests/test_ipunittest.py -> build/lib.linux-x86_64-2.6/IPython/testing/tests
> copying IPython/testing/tests/test_decorators.py -> build/lib.linux-x86_64-2.6/IPython/testing/tests
> copying IPython/testing/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/testing/tests
> creating build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/test_refs.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/test_ipdoctest.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/simplevars.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/simple.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/show_refs.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/setup.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/iptest.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/ipdoctest.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/dtexample.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/__init__.py -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> creating build/lib.linux-x86_64-2.6/IPython/scripts
> copying IPython/scripts/__init__.py -> build/lib.linux-x86_64-2.6/IPython/scripts
> creating build/lib.linux-x86_64-2.6/IPython/parallel
> copying IPython/parallel/util.py -> build/lib.linux-x86_64-2.6/IPython/parallel
> copying IPython/parallel/factory.py -> build/lib.linux-x86_64-2.6/IPython/parallel
> copying IPython/parallel/error.py -> build/lib.linux-x86_64-2.6/IPython/parallel
> copying IPython/parallel/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel
> creating build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_view.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_newserialized.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_mongodb.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_magics.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_lbview.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_dependency.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_db.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_client.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/test_asyncresult.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/clienttest.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> copying IPython/parallel/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel/tests
> creating build/lib.linux-x86_64-2.6/IPython/parallel/scripts
> copying IPython/parallel/scripts/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel/scripts
> creating build/lib.linux-x86_64-2.6/IPython/parallel/engine
> copying IPython/parallel/engine/engine.py -> build/lib.linux-x86_64-2.6/IPython/parallel/engine
> copying IPython/parallel/engine/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel/engine
> creating build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/sqlitedb.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/scheduler.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/mongodb.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/hub.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/heartmonitor.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/dictdb.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/dependency.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> copying IPython/parallel/controller/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel/controller
> creating build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/view.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/remotefunction.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/map.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/magics.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/client.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/asyncresult.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> copying IPython/parallel/client/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel/client
> creating build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/winhpcjob.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/win32support.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/logwatcher.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/launcher.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/iploggerapp.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/ipengineapp.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/ipcontrollerapp.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/ipclusterapp.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/baseapp.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> copying IPython/parallel/apps/__init__.py -> build/lib.linux-x86_64-2.6/IPython/parallel/apps
> creating build/lib.linux-x86_64-2.6/IPython/nbformat
> copying IPython/nbformat/current.py -> build/lib.linux-x86_64-2.6/IPython/nbformat
> copying IPython/nbformat/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> copying IPython/nbformat/v3/rwbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbpy.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbjson.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> copying IPython/nbformat/v3/convert.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> copying IPython/nbformat/v3/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_nbpy.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_nbbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_json.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/nbexamples.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/formattest.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v3/tests
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/rwbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbxml.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbpy.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbjson.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/convert.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> copying IPython/nbformat/v2/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_nbpy.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_nbbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_json.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/nbexamples.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v2/tests
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/v1
> copying IPython/nbformat/v1/rwbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1
> copying IPython/nbformat/v1/nbjson.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1
> copying IPython/nbformat/v1/nbbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1
> copying IPython/nbformat/v1/convert.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1
> copying IPython/nbformat/v1/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/test_nbbase.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/test_json.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/nbexamples.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/v1/tests
> creating build/lib.linux-x86_64-2.6/IPython/nbformat/tests
> copying IPython/nbformat/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/nbformat/tests
> creating build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/security.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/pretty.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/latextools.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/kernel.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/irunner.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhookwx.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhookqt4.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhookpyglet.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhookgtk3.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhookgtk.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhookglut.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/inputhook.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/guisupport.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/display.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/demo.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/deepreload.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/clipboard.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/backgroundjobs.py -> build/lib.linux-x86_64-2.6/IPython/lib
> copying IPython/lib/__init__.py -> build/lib.linux-x86_64-2.6/IPython/lib
> creating build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_security.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_pretty.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_kernel.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_irunner_pylab_magic.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_irunner.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_imports.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_deepreload.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/test_backgroundjobs.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> copying IPython/lib/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/lib/tests
> creating build/lib.linux-x86_64-2.6/IPython/kernel
> copying IPython/kernel/__init__.py -> build/lib.linux-x86_64-2.6/IPython/kernel
> creating build/lib.linux-x86_64-2.6/IPython/frontend
> copying IPython/frontend/consoleapp.py -> build/lib.linux-x86_64-2.6/IPython/frontend
> copying IPython/frontend/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend
> creating build/lib.linux-x86_64-2.6/IPython/frontend/terminal
> copying IPython/frontend/terminal/ipapp.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal
> copying IPython/frontend/terminal/interactiveshell.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal
> copying IPython/frontend/terminal/embed.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal
> copying IPython/frontend/terminal/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal
> creating build/lib.linux-x86_64-2.6/IPython/frontend/terminal/tests
> copying IPython/frontend/terminal/tests/test_interactivshell.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/tests
> copying IPython/frontend/terminal/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/tests
> creating build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/interactiveshell.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/completer.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/app.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console
> creating build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console/tests
> copying IPython/frontend/terminal/console/tests/test_console.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console/tests
> copying IPython/frontend/terminal/console/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/terminal/console/tests
> creating build/lib.linux-x86_64-2.6/IPython/frontend/qt
> copying IPython/frontend/qt/util.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt
> copying IPython/frontend/qt/svg.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt
> copying IPython/frontend/qt/rich_text.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt
> copying IPython/frontend/qt/kernelmanager.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt
> copying IPython/frontend/qt/base_frontend_mixin.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt
> copying IPython/frontend/qt/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt
> creating build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/styles.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/rich_ipython_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/qtconsoleapp.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/pygments_highlighter.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/mainwindow.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/kill_ring.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/ipython_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/history_console_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/frontend_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/console_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_plain.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_lexer.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_html.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/call_tip_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/bracket_matcher.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/ansi_code_processor.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console
> creating build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_kill_ring.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_console_widget.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_completion_lexer.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/tests
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html
> copying IPython/frontend/html/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/notebookapp.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/zmqhttp.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/notebookmanager.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/kernelmanager.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/handlers.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/clustermanager.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/test_nbmanager.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/test_kernelsession.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/tests
> creating build/lib.linux-x86_64-2.6/IPython/external
> copying IPython/external/qt_for_kernel.py -> build/lib.linux-x86_64-2.6/IPython/external
> copying IPython/external/qt.py -> build/lib.linux-x86_64-2.6/IPython/external
> copying IPython/external/mathjax.py -> build/lib.linux-x86_64-2.6/IPython/external
> copying IPython/external/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external
> creating build/lib.linux-x86_64-2.6/IPython/external/ssh
> copying IPython/external/ssh/tunnel.py -> build/lib.linux-x86_64-2.6/IPython/external/ssh
> copying IPython/external/ssh/forward.py -> build/lib.linux-x86_64-2.6/IPython/external/ssh
> copying IPython/external/ssh/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/ssh
> creating build/lib.linux-x86_64-2.6/IPython/external/simplegeneric
> copying IPython/external/simplegeneric/_simplegeneric.py -> build/lib.linux-x86_64-2.6/IPython/external/simplegeneric
> copying IPython/external/simplegeneric/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/simplegeneric
> creating build/lib.linux-x86_64-2.6/IPython/external/pexpect
> copying IPython/external/pexpect/_pexpect.py -> build/lib.linux-x86_64-2.6/IPython/external/pexpect
> copying IPython/external/pexpect/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/pexpect
> creating build/lib.linux-x86_64-2.6/IPython/external/path
> copying IPython/external/path/_path.py -> build/lib.linux-x86_64-2.6/IPython/external/path
> copying IPython/external/path/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/path
> creating build/lib.linux-x86_64-2.6/IPython/external/decorators
> copying IPython/external/decorators/_numpy_testing_utils.py -> build/lib.linux-x86_64-2.6/IPython/external/decorators
> copying IPython/external/decorators/_numpy_testing_noseclasses.py -> build/lib.linux-x86_64-2.6/IPython/external/decorators
> copying IPython/external/decorators/_decorators.py -> build/lib.linux-x86_64-2.6/IPython/external/decorators
> copying IPython/external/decorators/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/decorators
> creating build/lib.linux-x86_64-2.6/IPython/external/decorator
> copying IPython/external/decorator/_decorator.py -> build/lib.linux-x86_64-2.6/IPython/external/decorator
> copying IPython/external/decorator/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/decorator
> creating build/lib.linux-x86_64-2.6/IPython/external/argparse
> copying IPython/external/argparse/_argparse.py -> build/lib.linux-x86_64-2.6/IPython/external/argparse
> copying IPython/external/argparse/__init__.py -> build/lib.linux-x86_64-2.6/IPython/external/argparse
> creating build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/sympyprinting.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/storemagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/rmagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/parallelmagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/octavemagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/cythonmagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/autoreload.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> copying IPython/extensions/__init__.py -> build/lib.linux-x86_64-2.6/IPython/extensions
> creating build/lib.linux-x86_64-2.6/IPython/extensions/tests
> copying IPython/extensions/tests/test_rmagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions/tests
> copying IPython/extensions/tests/test_octavemagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions/tests
> copying IPython/extensions/tests/test_cythonmagic.py -> build/lib.linux-x86_64-2.6/IPython/extensions/tests
> copying IPython/extensions/tests/test_autoreload.py -> build/lib.linux-x86_64-2.6/IPython/extensions/tests
> copying IPython/extensions/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/extensions/tests
> creating build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/interactiveshell.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/usage.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/ultratb.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/splitinput.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/shellapp.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/shadowns.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/release.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/pylabtools.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/prompts.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/profiledir.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/profileapp.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/prefilter.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/plugin.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/payloadpage.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/payload.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/page.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/oinspect.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/magic_arguments.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/magic.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/macro.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/logger.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/ipapi.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/inputsplitter.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/hooks.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/history.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/formatters.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/fakemodule.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/extensions.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/excolors.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/error.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/displaypub.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/displayhook.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/display_trap.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/display.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/debugger.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/crashhandler.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/completerlib.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/completer.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/compilerop.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/builtin_trap.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/autocall.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/application.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/alias.py -> build/lib.linux-x86_64-2.6/IPython/core
> copying IPython/core/__init__.py -> build/lib.linux-x86_64-2.6/IPython/core
> creating build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_splitinput.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_run.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_pylabtools.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_prompts.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_profile.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_prefilter.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_plugin.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_page.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_oinspect.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_magic_terminal.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_magic_arguments.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_magic.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_logger.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_iplib.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_interactiveshell.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_inputsplitter.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_imports.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_hooks.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_history.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_handlers.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_formatters.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_fakemodule.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_debugger.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_completerlib.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_completer.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_compilerop.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_autocall.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/test_application.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/tclass.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/simpleerr.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/refbug.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/nonascii.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/daft_extension.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> copying IPython/core/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/core/tests
> creating build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/osm.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/script.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/pylab.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/namespace.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/logging.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/history.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/extension.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/execution.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/deprecated.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/config.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/code.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/basic.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/auto.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> copying IPython/core/magics/__init__.py -> build/lib.linux-x86_64-2.6/IPython/core/magics
> creating build/lib.linux-x86_64-2.6/IPython/config
> copying IPython/config/loader.py -> build/lib.linux-x86_64-2.6/IPython/config
> copying IPython/config/configurable.py -> build/lib.linux-x86_64-2.6/IPython/config
> copying IPython/config/application.py -> build/lib.linux-x86_64-2.6/IPython/config
> copying IPython/config/__init__.py -> build/lib.linux-x86_64-2.6/IPython/config
> creating build/lib.linux-x86_64-2.6/IPython/config/tests
> copying IPython/config/tests/test_loader.py -> build/lib.linux-x86_64-2.6/IPython/config/tests
> copying IPython/config/tests/test_configurable.py -> build/lib.linux-x86_64-2.6/IPython/config/tests
> copying IPython/config/tests/test_application.py -> build/lib.linux-x86_64-2.6/IPython/config/tests
> copying IPython/config/tests/__init__.py -> build/lib.linux-x86_64-2.6/IPython/config/tests
> creating build/lib.linux-x86_64-2.6/IPython/config/profile
> copying IPython/config/profile/__init__.py -> build/lib.linux-x86_64-2.6/IPython/config/profile
> copying IPython/testing/plugin/test_exampleip.txt -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/test_example.txt -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/test_combo.txt -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> copying IPython/testing/plugin/README.txt -> build/lib.linux-x86_64-2.6/IPython/testing/plugin
> creating build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/resources
> creating build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/resources/icon
> copying IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> build/lib.linux-x86_64-2.6/IPython/frontend/qt/console/resources/icon
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/projectdashboard.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/printnotebook.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/page.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/notebook.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/logout.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/login.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/templates
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/ipynblogo.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/favicon.ico -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/prettify.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/prettify.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/COPYING -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/prettify
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/pagedown
> copying IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/pagedown
> copying IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/pagedown
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/utils.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/tooltip.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/toolbar.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/textcell.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/savewidget.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/quickhelp.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/printnotebookmain.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/pager.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/pagemain.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/page.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/outputarea.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notificationwidget.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebookmain.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebooklist.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebook.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/namespace.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/menubar.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/logoutmain.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/loginwidget.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/loginmain.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/layoutmanager.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/kernel.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/initmathjax.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/events.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/contexthint.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/completer.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/codecell.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/clusterlist.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/cell.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/js
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery-ui.min.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery-1.7.1.min.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/js
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/jquery-ui.min.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_888888_256x240.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_454545_256x240.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_222222_256x240.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/dateformat
> copying IPython/frontend/html/notebook/static/dateformat/date.format.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/dateformat
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/tooltip.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/renderedhtml.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/projectdashboard.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/printnotebook.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/page.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/notebook.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/logout.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/login.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/fbm.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/boilerplate.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/alternateuploadform.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/css
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/README.md -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/LICENSE -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/rubyblue.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/night.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/monokai.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/eclipse.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/cobalt.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/theme
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/xml
> copying IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/xml
> copying IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/xml
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/rst
> copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/rst
> copying IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/rst
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/python
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/css
> copying IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/css
> copying IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/mode/css
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib
> copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib
> copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib
> creating build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/searchcursor.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/search.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/runmode.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/overlay.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/javascript-hint.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/formatting.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/foldcode.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.js -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.css -> build/lib.linux-x86_64-2.6/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/config/profile/README_STARTUP -> build/lib.linux-x86_64-2.6/IPython/config/profile
> copying IPython/config/profile/README -> build/lib.linux-x86_64-2.6/IPython/config/profile
> creating build/lib.linux-x86_64-2.6/IPython/config/profile/sympy
> copying IPython/config/profile/sympy/ipython_config.py -> build/lib.linux-x86_64-2.6/IPython/config/profile/sympy
> creating build/lib.linux-x86_64-2.6/IPython/config/profile/pysh
> copying IPython/config/profile/pysh/ipython_config.py -> build/lib.linux-x86_64-2.6/IPython/config/profile/pysh
> creating build/lib.linux-x86_64-2.6/IPython/config/profile/math
> copying IPython/config/profile/math/ipython_config.py -> build/lib.linux-x86_64-2.6/IPython/config/profile/math
> creating build/lib.linux-x86_64-2.6/IPython/config/profile/cluster
> copying IPython/config/profile/cluster/ipython_config.py -> build/lib.linux-x86_64-2.6/IPython/config/profile/cluster
> running build_scripts
> creating build/scripts-2.6
> copying and adjusting IPython/parallel/scripts/ipengine -> build/scripts-2.6
> copying and adjusting IPython/parallel/scripts/ipcontroller -> build/scripts-2.6
> copying and adjusting IPython/parallel/scripts/ipcluster -> build/scripts-2.6
> copying and adjusting IPython/parallel/scripts/iplogger -> build/scripts-2.6
> copying and adjusting IPython/scripts/ipython -> build/scripts-2.6
> copying and adjusting IPython/scripts/pycolor -> build/scripts-2.6
> copying and adjusting IPython/scripts/irunner -> build/scripts-2.6
> copying and adjusting IPython/scripts/iptest -> build/scripts-2.6
> changing mode of build/scripts-2.6/ipengine from 664 to 775
> changing mode of build/scripts-2.6/ipcontroller from 664 to 775
> changing mode of build/scripts-2.6/ipcluster from 664 to 775
> changing mode of build/scripts-2.6/iplogger from 664 to 775
> changing mode of build/scripts-2.6/ipython from 664 to 775
> changing mode of build/scripts-2.6/pycolor from 664 to 775
> changing mode of build/scripts-2.6/irunner from 664 to 775
> changing mode of build/scripts-2.6/iptest from 664 to 775
> ============================================================================
> BUILDING IPYTHON
>                 python: 2.7.3rc2 (default, Apr 22 2012, 22:30:17)  [GCC
>                         4.6.3]
>               platform: linux2
> 
> OPTIONAL DEPENDENCIES
>                 sphinx: 1.1.3
>               pygments: 1.5
>                   nose: 1.1.2
>                pexpect: 2.4
>                  pyzmq: 2.2.0
>               readline: yes
> running build
> running build_py
> creating build/lib.linux-x86_64-2.7
> creating build/lib.linux-x86_64-2.7/IPython
> copying IPython/display.py -> build/lib.linux-x86_64-2.7/IPython
> copying IPython/__init__.py -> build/lib.linux-x86_64-2.7/IPython
> creating build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/__init__.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/zmqshell.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/session.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/serialize.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/parentpoller.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/log.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/kernelmanager.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/kernelapp.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/ipkernel.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/iostream.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/heartbeat.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/frontend.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/eventloops.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/entry_point.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/displayhook.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/completer.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> copying IPython/zmq/blockingkernelmanager.py -> build/lib.linux-x86_64-2.7/IPython/zmq
> creating build/lib.linux-x86_64-2.7/IPython/zmq/tests
> copying IPython/zmq/tests/test_session.py -> build/lib.linux-x86_64-2.7/IPython/zmq/tests
> copying IPython/zmq/tests/test_message_spec.py -> build/lib.linux-x86_64-2.7/IPython/zmq/tests
> copying IPython/zmq/tests/test_embed_kernel.py -> build/lib.linux-x86_64-2.7/IPython/zmq/tests
> copying IPython/zmq/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/zmq/tests
> creating build/lib.linux-x86_64-2.7/IPython/zmq/pylab
> copying IPython/zmq/pylab/backend_inline.py -> build/lib.linux-x86_64-2.7/IPython/zmq/pylab
> copying IPython/zmq/pylab/__init__.py -> build/lib.linux-x86_64-2.7/IPython/zmq/pylab
> creating build/lib.linux-x86_64-2.7/IPython/zmq/gui
> copying IPython/zmq/gui/gtkembed.py -> build/lib.linux-x86_64-2.7/IPython/zmq/gui
> copying IPython/zmq/gui/__init__.py -> build/lib.linux-x86_64-2.7/IPython/zmq/gui
> creating build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/wildcard.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/warn.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/upgradedir.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/traitlets.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/timing.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/text.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/terminal.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/tempdir.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/syspathcontext.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/sysinfo.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/strdispatch.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/rlineimpl.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/pyfile.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/py3compat.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/process.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/pickleutil.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/pickleshare.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/path.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/openpy.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/notification.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/newserialized.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/nested_context.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/module_paths.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/localinterfaces.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/jsonutil.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/ipstruct.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/io.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/importstring.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/growl.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/generics.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/frame.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/encoding.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/doctestreload.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/dir2.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/decorators.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/data.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/daemonize.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/cursesimport.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/coloransi.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/codeutil.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/autoattr.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/attic.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/_sysinfo.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/_process_win32_controller.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/_process_win32.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/_process_posix.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/_process_common.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/__init__.py -> build/lib.linux-x86_64-2.7/IPython/utils
> copying IPython/utils/PyColorize.py -> build/lib.linux-x86_64-2.7/IPython/utils
> creating build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_wildcard.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_traitlets.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_text.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_pycolorize.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_process.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_path.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_openpy.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_notification.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_module_paths.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_jsonutil.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_io.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_imports.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/test_dir2.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> copying IPython/utils/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/utils/tests
> creating build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/tools.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/skipdoctest.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/nosepatch.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/nose_assert_methods.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/mkdoctests.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/ipunittest.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/iptest.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/globalipapp.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/decorators.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/_paramtestpy3.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/_paramtestpy2.py -> build/lib.linux-x86_64-2.7/IPython/testing
> copying IPython/testing/__init__.py -> build/lib.linux-x86_64-2.7/IPython/testing
> creating build/lib.linux-x86_64-2.7/IPython/testing/tests
> copying IPython/testing/tests/test_tools.py -> build/lib.linux-x86_64-2.7/IPython/testing/tests
> copying IPython/testing/tests/test_ipunittest.py -> build/lib.linux-x86_64-2.7/IPython/testing/tests
> copying IPython/testing/tests/test_decorators.py -> build/lib.linux-x86_64-2.7/IPython/testing/tests
> copying IPython/testing/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/testing/tests
> creating build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/test_refs.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/test_ipdoctest.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/simplevars.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/simple.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/show_refs.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/setup.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/iptest.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/ipdoctest.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/dtexample.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/__init__.py -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> creating build/lib.linux-x86_64-2.7/IPython/scripts
> copying IPython/scripts/__init__.py -> build/lib.linux-x86_64-2.7/IPython/scripts
> creating build/lib.linux-x86_64-2.7/IPython/parallel
> copying IPython/parallel/util.py -> build/lib.linux-x86_64-2.7/IPython/parallel
> copying IPython/parallel/factory.py -> build/lib.linux-x86_64-2.7/IPython/parallel
> copying IPython/parallel/error.py -> build/lib.linux-x86_64-2.7/IPython/parallel
> copying IPython/parallel/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel
> creating build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_view.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_newserialized.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_mongodb.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_magics.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_lbview.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_dependency.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_db.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_client.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/test_asyncresult.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/clienttest.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> copying IPython/parallel/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel/tests
> creating build/lib.linux-x86_64-2.7/IPython/parallel/scripts
> copying IPython/parallel/scripts/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel/scripts
> creating build/lib.linux-x86_64-2.7/IPython/parallel/engine
> copying IPython/parallel/engine/engine.py -> build/lib.linux-x86_64-2.7/IPython/parallel/engine
> copying IPython/parallel/engine/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel/engine
> creating build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/sqlitedb.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/scheduler.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/mongodb.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/hub.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/heartmonitor.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/dictdb.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/dependency.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> copying IPython/parallel/controller/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel/controller
> creating build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/view.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/remotefunction.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/map.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/magics.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/client.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/asyncresult.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> copying IPython/parallel/client/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel/client
> creating build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/winhpcjob.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/win32support.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/logwatcher.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/launcher.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/iploggerapp.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/ipengineapp.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/ipcontrollerapp.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/ipclusterapp.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/baseapp.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> copying IPython/parallel/apps/__init__.py -> build/lib.linux-x86_64-2.7/IPython/parallel/apps
> creating build/lib.linux-x86_64-2.7/IPython/nbformat
> copying IPython/nbformat/current.py -> build/lib.linux-x86_64-2.7/IPython/nbformat
> copying IPython/nbformat/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> copying IPython/nbformat/v3/rwbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbpy.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbjson.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> copying IPython/nbformat/v3/convert.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> copying IPython/nbformat/v3/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_nbpy.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_nbbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_json.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/nbexamples.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/formattest.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v3/tests
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/rwbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbxml.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbpy.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbjson.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/convert.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> copying IPython/nbformat/v2/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_nbpy.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_nbbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_json.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/nbexamples.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v2/tests
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/v1
> copying IPython/nbformat/v1/rwbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1
> copying IPython/nbformat/v1/nbjson.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1
> copying IPython/nbformat/v1/nbbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1
> copying IPython/nbformat/v1/convert.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1
> copying IPython/nbformat/v1/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/test_nbbase.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/test_json.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/nbexamples.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/v1/tests
> creating build/lib.linux-x86_64-2.7/IPython/nbformat/tests
> copying IPython/nbformat/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/nbformat/tests
> creating build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/security.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/pretty.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/latextools.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/kernel.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/irunner.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhookwx.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhookqt4.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhookpyglet.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhookgtk3.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhookgtk.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhookglut.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/inputhook.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/guisupport.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/display.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/demo.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/deepreload.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/clipboard.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/backgroundjobs.py -> build/lib.linux-x86_64-2.7/IPython/lib
> copying IPython/lib/__init__.py -> build/lib.linux-x86_64-2.7/IPython/lib
> creating build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_security.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_pretty.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_kernel.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_irunner_pylab_magic.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_irunner.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_imports.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_deepreload.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/test_backgroundjobs.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> copying IPython/lib/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/lib/tests
> creating build/lib.linux-x86_64-2.7/IPython/kernel
> copying IPython/kernel/__init__.py -> build/lib.linux-x86_64-2.7/IPython/kernel
> creating build/lib.linux-x86_64-2.7/IPython/frontend
> copying IPython/frontend/consoleapp.py -> build/lib.linux-x86_64-2.7/IPython/frontend
> copying IPython/frontend/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend
> creating build/lib.linux-x86_64-2.7/IPython/frontend/terminal
> copying IPython/frontend/terminal/ipapp.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal
> copying IPython/frontend/terminal/interactiveshell.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal
> copying IPython/frontend/terminal/embed.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal
> copying IPython/frontend/terminal/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal
> creating build/lib.linux-x86_64-2.7/IPython/frontend/terminal/tests
> copying IPython/frontend/terminal/tests/test_interactivshell.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/tests
> copying IPython/frontend/terminal/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/tests
> creating build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/interactiveshell.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/completer.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/app.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console
> creating build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console/tests
> copying IPython/frontend/terminal/console/tests/test_console.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console/tests
> copying IPython/frontend/terminal/console/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/terminal/console/tests
> creating build/lib.linux-x86_64-2.7/IPython/frontend/qt
> copying IPython/frontend/qt/util.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt
> copying IPython/frontend/qt/svg.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt
> copying IPython/frontend/qt/rich_text.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt
> copying IPython/frontend/qt/kernelmanager.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt
> copying IPython/frontend/qt/base_frontend_mixin.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt
> copying IPython/frontend/qt/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt
> creating build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/styles.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/rich_ipython_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/qtconsoleapp.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/pygments_highlighter.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/mainwindow.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/kill_ring.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/ipython_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/history_console_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/frontend_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/console_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_plain.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_lexer.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_html.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/call_tip_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/bracket_matcher.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/ansi_code_processor.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console
> creating build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_kill_ring.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_console_widget.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_completion_lexer.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/tests
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html
> copying IPython/frontend/html/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/notebookapp.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/zmqhttp.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/notebookmanager.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/kernelmanager.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/handlers.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/clustermanager.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/test_nbmanager.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/test_kernelsession.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/tests
> creating build/lib.linux-x86_64-2.7/IPython/external
> copying IPython/external/qt_for_kernel.py -> build/lib.linux-x86_64-2.7/IPython/external
> copying IPython/external/qt.py -> build/lib.linux-x86_64-2.7/IPython/external
> copying IPython/external/mathjax.py -> build/lib.linux-x86_64-2.7/IPython/external
> copying IPython/external/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external
> creating build/lib.linux-x86_64-2.7/IPython/external/ssh
> copying IPython/external/ssh/tunnel.py -> build/lib.linux-x86_64-2.7/IPython/external/ssh
> copying IPython/external/ssh/forward.py -> build/lib.linux-x86_64-2.7/IPython/external/ssh
> copying IPython/external/ssh/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/ssh
> creating build/lib.linux-x86_64-2.7/IPython/external/simplegeneric
> copying IPython/external/simplegeneric/_simplegeneric.py -> build/lib.linux-x86_64-2.7/IPython/external/simplegeneric
> copying IPython/external/simplegeneric/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/simplegeneric
> creating build/lib.linux-x86_64-2.7/IPython/external/pexpect
> copying IPython/external/pexpect/_pexpect.py -> build/lib.linux-x86_64-2.7/IPython/external/pexpect
> copying IPython/external/pexpect/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/pexpect
> creating build/lib.linux-x86_64-2.7/IPython/external/path
> copying IPython/external/path/_path.py -> build/lib.linux-x86_64-2.7/IPython/external/path
> copying IPython/external/path/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/path
> creating build/lib.linux-x86_64-2.7/IPython/external/decorators
> copying IPython/external/decorators/_numpy_testing_utils.py -> build/lib.linux-x86_64-2.7/IPython/external/decorators
> copying IPython/external/decorators/_numpy_testing_noseclasses.py -> build/lib.linux-x86_64-2.7/IPython/external/decorators
> copying IPython/external/decorators/_decorators.py -> build/lib.linux-x86_64-2.7/IPython/external/decorators
> copying IPython/external/decorators/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/decorators
> creating build/lib.linux-x86_64-2.7/IPython/external/decorator
> copying IPython/external/decorator/_decorator.py -> build/lib.linux-x86_64-2.7/IPython/external/decorator
> copying IPython/external/decorator/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/decorator
> creating build/lib.linux-x86_64-2.7/IPython/external/argparse
> copying IPython/external/argparse/_argparse.py -> build/lib.linux-x86_64-2.7/IPython/external/argparse
> copying IPython/external/argparse/__init__.py -> build/lib.linux-x86_64-2.7/IPython/external/argparse
> creating build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/sympyprinting.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/storemagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/rmagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/parallelmagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/octavemagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/cythonmagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/autoreload.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> copying IPython/extensions/__init__.py -> build/lib.linux-x86_64-2.7/IPython/extensions
> creating build/lib.linux-x86_64-2.7/IPython/extensions/tests
> copying IPython/extensions/tests/test_rmagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions/tests
> copying IPython/extensions/tests/test_octavemagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions/tests
> copying IPython/extensions/tests/test_cythonmagic.py -> build/lib.linux-x86_64-2.7/IPython/extensions/tests
> copying IPython/extensions/tests/test_autoreload.py -> build/lib.linux-x86_64-2.7/IPython/extensions/tests
> copying IPython/extensions/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/extensions/tests
> creating build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/interactiveshell.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/usage.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/ultratb.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/splitinput.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/shellapp.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/shadowns.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/release.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/pylabtools.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/prompts.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/profiledir.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/profileapp.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/prefilter.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/plugin.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/payloadpage.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/payload.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/page.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/oinspect.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/magic_arguments.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/magic.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/macro.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/logger.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/ipapi.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/inputsplitter.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/hooks.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/history.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/formatters.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/fakemodule.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/extensions.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/excolors.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/error.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/displaypub.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/displayhook.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/display_trap.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/display.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/debugger.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/crashhandler.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/completerlib.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/completer.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/compilerop.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/builtin_trap.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/autocall.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/application.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/alias.py -> build/lib.linux-x86_64-2.7/IPython/core
> copying IPython/core/__init__.py -> build/lib.linux-x86_64-2.7/IPython/core
> creating build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_splitinput.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_run.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_pylabtools.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_prompts.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_profile.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_prefilter.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_plugin.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_page.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_oinspect.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_magic_terminal.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_magic_arguments.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_magic.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_logger.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_iplib.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_interactiveshell.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_inputsplitter.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_imports.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_hooks.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_history.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_handlers.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_formatters.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_fakemodule.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_debugger.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_completerlib.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_completer.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_compilerop.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_autocall.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/test_application.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/tclass.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/simpleerr.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/refbug.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/nonascii.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/daft_extension.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> copying IPython/core/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/core/tests
> creating build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/osm.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/script.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/pylab.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/namespace.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/logging.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/history.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/extension.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/execution.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/deprecated.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/config.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/code.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/basic.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/auto.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> copying IPython/core/magics/__init__.py -> build/lib.linux-x86_64-2.7/IPython/core/magics
> creating build/lib.linux-x86_64-2.7/IPython/config
> copying IPython/config/loader.py -> build/lib.linux-x86_64-2.7/IPython/config
> copying IPython/config/configurable.py -> build/lib.linux-x86_64-2.7/IPython/config
> copying IPython/config/application.py -> build/lib.linux-x86_64-2.7/IPython/config
> copying IPython/config/__init__.py -> build/lib.linux-x86_64-2.7/IPython/config
> creating build/lib.linux-x86_64-2.7/IPython/config/tests
> copying IPython/config/tests/test_loader.py -> build/lib.linux-x86_64-2.7/IPython/config/tests
> copying IPython/config/tests/test_configurable.py -> build/lib.linux-x86_64-2.7/IPython/config/tests
> copying IPython/config/tests/test_application.py -> build/lib.linux-x86_64-2.7/IPython/config/tests
> copying IPython/config/tests/__init__.py -> build/lib.linux-x86_64-2.7/IPython/config/tests
> creating build/lib.linux-x86_64-2.7/IPython/config/profile
> copying IPython/config/profile/__init__.py -> build/lib.linux-x86_64-2.7/IPython/config/profile
> copying IPython/testing/plugin/test_exampleip.txt -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/test_example.txt -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/test_combo.txt -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> copying IPython/testing/plugin/README.txt -> build/lib.linux-x86_64-2.7/IPython/testing/plugin
> creating build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/resources
> creating build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/resources/icon
> copying IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> build/lib.linux-x86_64-2.7/IPython/frontend/qt/console/resources/icon
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/projectdashboard.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/printnotebook.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/page.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/notebook.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/logout.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/login.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/templates
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/ipynblogo.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/favicon.ico -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/prettify.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/prettify.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/COPYING -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/prettify
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/pagedown
> copying IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/pagedown
> copying IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/pagedown
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/utils.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/tooltip.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/toolbar.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/textcell.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/savewidget.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/quickhelp.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/printnotebookmain.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/pager.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/pagemain.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/page.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/outputarea.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notificationwidget.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebookmain.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebooklist.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebook.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/namespace.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/menubar.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/logoutmain.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/loginwidget.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/loginmain.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/layoutmanager.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/kernel.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/initmathjax.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/events.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/contexthint.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/completer.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/codecell.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/clusterlist.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/cell.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/js
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery-ui.min.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery-1.7.1.min.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/js
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/jquery-ui.min.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_888888_256x240.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_454545_256x240.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_222222_256x240.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/dateformat
> copying IPython/frontend/html/notebook/static/dateformat/date.format.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/dateformat
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/tooltip.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/renderedhtml.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/projectdashboard.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/printnotebook.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/page.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/notebook.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/logout.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/login.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/fbm.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/boilerplate.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/alternateuploadform.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/css
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/README.md -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/LICENSE -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/rubyblue.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/night.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/monokai.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/eclipse.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/cobalt.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/theme
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/xml
> copying IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/xml
> copying IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/xml
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/rst
> copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/rst
> copying IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/rst
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/python
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/css
> copying IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/css
> copying IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/mode/css
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib
> copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib
> copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib
> creating build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/searchcursor.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/search.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/runmode.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/overlay.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/javascript-hint.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/formatting.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/foldcode.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.js -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.css -> build/lib.linux-x86_64-2.7/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/config/profile/README_STARTUP -> build/lib.linux-x86_64-2.7/IPython/config/profile
> copying IPython/config/profile/README -> build/lib.linux-x86_64-2.7/IPython/config/profile
> creating build/lib.linux-x86_64-2.7/IPython/config/profile/sympy
> copying IPython/config/profile/sympy/ipython_config.py -> build/lib.linux-x86_64-2.7/IPython/config/profile/sympy
> creating build/lib.linux-x86_64-2.7/IPython/config/profile/pysh
> copying IPython/config/profile/pysh/ipython_config.py -> build/lib.linux-x86_64-2.7/IPython/config/profile/pysh
> creating build/lib.linux-x86_64-2.7/IPython/config/profile/math
> copying IPython/config/profile/math/ipython_config.py -> build/lib.linux-x86_64-2.7/IPython/config/profile/math
> creating build/lib.linux-x86_64-2.7/IPython/config/profile/cluster
> copying IPython/config/profile/cluster/ipython_config.py -> build/lib.linux-x86_64-2.7/IPython/config/profile/cluster
> running build_scripts
> creating build/scripts-2.7
> copying and adjusting IPython/parallel/scripts/ipengine -> build/scripts-2.7
> copying and adjusting IPython/parallel/scripts/ipcontroller -> build/scripts-2.7
> copying and adjusting IPython/parallel/scripts/ipcluster -> build/scripts-2.7
> copying and adjusting IPython/parallel/scripts/iplogger -> build/scripts-2.7
> copying and adjusting IPython/scripts/ipython -> build/scripts-2.7
> copying and adjusting IPython/scripts/pycolor -> build/scripts-2.7
> copying and adjusting IPython/scripts/irunner -> build/scripts-2.7
> copying and adjusting IPython/scripts/iptest -> build/scripts-2.7
> changing mode of build/scripts-2.7/ipengine from 664 to 775
> changing mode of build/scripts-2.7/ipcontroller from 664 to 775
> changing mode of build/scripts-2.7/ipcluster from 664 to 775
> changing mode of build/scripts-2.7/iplogger from 664 to 775
> changing mode of build/scripts-2.7/ipython from 664 to 775
> changing mode of build/scripts-2.7/pycolor from 664 to 775
> changing mode of build/scripts-2.7/irunner from 664 to 775
> changing mode of build/scripts-2.7/iptest from 664 to 775
> # utf-8 due to https://github.com/ipython/ipython/issues/2057
> set -e && for pyvers in python3.2; do \
> 	  LC_ALL=C.UTF-8 $pyvers setup.py build --executable '/usr/bin/env python3'; \
> 	done
> running build
> running build_py
> creating build/lib
> creating build/lib/IPython
> copying IPython/display.py -> build/lib/IPython
> copying IPython/__init__.py -> build/lib/IPython
> creating build/lib/IPython/zmq
> copying IPython/zmq/__init__.py -> build/lib/IPython/zmq
> copying IPython/zmq/zmqshell.py -> build/lib/IPython/zmq
> copying IPython/zmq/session.py -> build/lib/IPython/zmq
> copying IPython/zmq/serialize.py -> build/lib/IPython/zmq
> copying IPython/zmq/parentpoller.py -> build/lib/IPython/zmq
> copying IPython/zmq/log.py -> build/lib/IPython/zmq
> copying IPython/zmq/kernelmanager.py -> build/lib/IPython/zmq
> copying IPython/zmq/kernelapp.py -> build/lib/IPython/zmq
> copying IPython/zmq/ipkernel.py -> build/lib/IPython/zmq
> copying IPython/zmq/iostream.py -> build/lib/IPython/zmq
> copying IPython/zmq/heartbeat.py -> build/lib/IPython/zmq
> copying IPython/zmq/frontend.py -> build/lib/IPython/zmq
> copying IPython/zmq/eventloops.py -> build/lib/IPython/zmq
> copying IPython/zmq/entry_point.py -> build/lib/IPython/zmq
> copying IPython/zmq/displayhook.py -> build/lib/IPython/zmq
> copying IPython/zmq/completer.py -> build/lib/IPython/zmq
> copying IPython/zmq/blockingkernelmanager.py -> build/lib/IPython/zmq
> creating build/lib/IPython/zmq/tests
> copying IPython/zmq/tests/test_session.py -> build/lib/IPython/zmq/tests
> copying IPython/zmq/tests/test_message_spec.py -> build/lib/IPython/zmq/tests
> copying IPython/zmq/tests/test_embed_kernel.py -> build/lib/IPython/zmq/tests
> copying IPython/zmq/tests/__init__.py -> build/lib/IPython/zmq/tests
> creating build/lib/IPython/zmq/pylab
> copying IPython/zmq/pylab/backend_inline.py -> build/lib/IPython/zmq/pylab
> copying IPython/zmq/pylab/__init__.py -> build/lib/IPython/zmq/pylab
> creating build/lib/IPython/zmq/gui
> copying IPython/zmq/gui/gtkembed.py -> build/lib/IPython/zmq/gui
> copying IPython/zmq/gui/__init__.py -> build/lib/IPython/zmq/gui
> creating build/lib/IPython/utils
> copying IPython/utils/wildcard.py -> build/lib/IPython/utils
> copying IPython/utils/warn.py -> build/lib/IPython/utils
> copying IPython/utils/upgradedir.py -> build/lib/IPython/utils
> copying IPython/utils/traitlets.py -> build/lib/IPython/utils
> copying IPython/utils/timing.py -> build/lib/IPython/utils
> copying IPython/utils/text.py -> build/lib/IPython/utils
> copying IPython/utils/terminal.py -> build/lib/IPython/utils
> copying IPython/utils/tempdir.py -> build/lib/IPython/utils
> copying IPython/utils/syspathcontext.py -> build/lib/IPython/utils
> copying IPython/utils/sysinfo.py -> build/lib/IPython/utils
> copying IPython/utils/strdispatch.py -> build/lib/IPython/utils
> copying IPython/utils/rlineimpl.py -> build/lib/IPython/utils
> copying IPython/utils/pyfile.py -> build/lib/IPython/utils
> copying IPython/utils/py3compat.py -> build/lib/IPython/utils
> copying IPython/utils/process.py -> build/lib/IPython/utils
> copying IPython/utils/pickleutil.py -> build/lib/IPython/utils
> copying IPython/utils/pickleshare.py -> build/lib/IPython/utils
> copying IPython/utils/path.py -> build/lib/IPython/utils
> copying IPython/utils/openpy.py -> build/lib/IPython/utils
> copying IPython/utils/notification.py -> build/lib/IPython/utils
> copying IPython/utils/newserialized.py -> build/lib/IPython/utils
> copying IPython/utils/nested_context.py -> build/lib/IPython/utils
> copying IPython/utils/module_paths.py -> build/lib/IPython/utils
> copying IPython/utils/localinterfaces.py -> build/lib/IPython/utils
> copying IPython/utils/jsonutil.py -> build/lib/IPython/utils
> copying IPython/utils/ipstruct.py -> build/lib/IPython/utils
> copying IPython/utils/io.py -> build/lib/IPython/utils
> copying IPython/utils/importstring.py -> build/lib/IPython/utils
> copying IPython/utils/growl.py -> build/lib/IPython/utils
> copying IPython/utils/generics.py -> build/lib/IPython/utils
> copying IPython/utils/frame.py -> build/lib/IPython/utils
> copying IPython/utils/encoding.py -> build/lib/IPython/utils
> copying IPython/utils/doctestreload.py -> build/lib/IPython/utils
> copying IPython/utils/dir2.py -> build/lib/IPython/utils
> copying IPython/utils/decorators.py -> build/lib/IPython/utils
> copying IPython/utils/data.py -> build/lib/IPython/utils
> copying IPython/utils/daemonize.py -> build/lib/IPython/utils
> copying IPython/utils/cursesimport.py -> build/lib/IPython/utils
> copying IPython/utils/coloransi.py -> build/lib/IPython/utils
> copying IPython/utils/codeutil.py -> build/lib/IPython/utils
> copying IPython/utils/autoattr.py -> build/lib/IPython/utils
> copying IPython/utils/attic.py -> build/lib/IPython/utils
> copying IPython/utils/_sysinfo.py -> build/lib/IPython/utils
> copying IPython/utils/_process_win32_controller.py -> build/lib/IPython/utils
> copying IPython/utils/_process_win32.py -> build/lib/IPython/utils
> copying IPython/utils/_process_posix.py -> build/lib/IPython/utils
> copying IPython/utils/_process_common.py -> build/lib/IPython/utils
> copying IPython/utils/__init__.py -> build/lib/IPython/utils
> copying IPython/utils/PyColorize.py -> build/lib/IPython/utils
> creating build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_wildcard.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_traitlets.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_text.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_pycolorize.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_process.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_path.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_openpy.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_notification.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_module_paths.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_jsonutil.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_io.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_imports.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/test_dir2.py -> build/lib/IPython/utils/tests
> copying IPython/utils/tests/__init__.py -> build/lib/IPython/utils/tests
> creating build/lib/IPython/testing
> copying IPython/testing/tools.py -> build/lib/IPython/testing
> copying IPython/testing/skipdoctest.py -> build/lib/IPython/testing
> copying IPython/testing/nosepatch.py -> build/lib/IPython/testing
> copying IPython/testing/nose_assert_methods.py -> build/lib/IPython/testing
> copying IPython/testing/mkdoctests.py -> build/lib/IPython/testing
> copying IPython/testing/ipunittest.py -> build/lib/IPython/testing
> copying IPython/testing/iptest.py -> build/lib/IPython/testing
> copying IPython/testing/globalipapp.py -> build/lib/IPython/testing
> copying IPython/testing/decorators.py -> build/lib/IPython/testing
> copying IPython/testing/_paramtestpy3.py -> build/lib/IPython/testing
> copying IPython/testing/_paramtestpy2.py -> build/lib/IPython/testing
> copying IPython/testing/__init__.py -> build/lib/IPython/testing
> creating build/lib/IPython/testing/tests
> copying IPython/testing/tests/test_tools.py -> build/lib/IPython/testing/tests
> copying IPython/testing/tests/test_ipunittest.py -> build/lib/IPython/testing/tests
> copying IPython/testing/tests/test_decorators.py -> build/lib/IPython/testing/tests
> copying IPython/testing/tests/__init__.py -> build/lib/IPython/testing/tests
> creating build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/test_refs.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/test_ipdoctest.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/simplevars.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/simple.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/show_refs.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/setup.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/iptest.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/ipdoctest.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/dtexample.py -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/__init__.py -> build/lib/IPython/testing/plugin
> creating build/lib/IPython/scripts
> copying IPython/scripts/__init__.py -> build/lib/IPython/scripts
> creating build/lib/IPython/parallel
> copying IPython/parallel/util.py -> build/lib/IPython/parallel
> copying IPython/parallel/factory.py -> build/lib/IPython/parallel
> copying IPython/parallel/error.py -> build/lib/IPython/parallel
> copying IPython/parallel/__init__.py -> build/lib/IPython/parallel
> creating build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_view.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_newserialized.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_mongodb.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_magics.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_lbview.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_dependency.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_db.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_client.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/test_asyncresult.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/clienttest.py -> build/lib/IPython/parallel/tests
> copying IPython/parallel/tests/__init__.py -> build/lib/IPython/parallel/tests
> creating build/lib/IPython/parallel/scripts
> copying IPython/parallel/scripts/__init__.py -> build/lib/IPython/parallel/scripts
> creating build/lib/IPython/parallel/engine
> copying IPython/parallel/engine/engine.py -> build/lib/IPython/parallel/engine
> copying IPython/parallel/engine/__init__.py -> build/lib/IPython/parallel/engine
> creating build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/sqlitedb.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/scheduler.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/mongodb.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/hub.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/heartmonitor.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/dictdb.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/dependency.py -> build/lib/IPython/parallel/controller
> copying IPython/parallel/controller/__init__.py -> build/lib/IPython/parallel/controller
> creating build/lib/IPython/parallel/client
> copying IPython/parallel/client/view.py -> build/lib/IPython/parallel/client
> copying IPython/parallel/client/remotefunction.py -> build/lib/IPython/parallel/client
> copying IPython/parallel/client/map.py -> build/lib/IPython/parallel/client
> copying IPython/parallel/client/magics.py -> build/lib/IPython/parallel/client
> copying IPython/parallel/client/client.py -> build/lib/IPython/parallel/client
> copying IPython/parallel/client/asyncresult.py -> build/lib/IPython/parallel/client
> copying IPython/parallel/client/__init__.py -> build/lib/IPython/parallel/client
> creating build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/winhpcjob.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/win32support.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/logwatcher.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/launcher.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/iploggerapp.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/ipengineapp.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/ipcontrollerapp.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/ipclusterapp.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/baseapp.py -> build/lib/IPython/parallel/apps
> copying IPython/parallel/apps/__init__.py -> build/lib/IPython/parallel/apps
> creating build/lib/IPython/nbformat
> copying IPython/nbformat/current.py -> build/lib/IPython/nbformat
> copying IPython/nbformat/__init__.py -> build/lib/IPython/nbformat
> creating build/lib/IPython/nbformat/v3
> copying IPython/nbformat/v3/rwbase.py -> build/lib/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbpy.py -> build/lib/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbjson.py -> build/lib/IPython/nbformat/v3
> copying IPython/nbformat/v3/nbbase.py -> build/lib/IPython/nbformat/v3
> copying IPython/nbformat/v3/convert.py -> build/lib/IPython/nbformat/v3
> copying IPython/nbformat/v3/__init__.py -> build/lib/IPython/nbformat/v3
> creating build/lib/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_nbpy.py -> build/lib/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_nbbase.py -> build/lib/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/test_json.py -> build/lib/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/nbexamples.py -> build/lib/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/formattest.py -> build/lib/IPython/nbformat/v3/tests
> copying IPython/nbformat/v3/tests/__init__.py -> build/lib/IPython/nbformat/v3/tests
> creating build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/rwbase.py -> build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbxml.py -> build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbpy.py -> build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbjson.py -> build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/nbbase.py -> build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/convert.py -> build/lib/IPython/nbformat/v2
> copying IPython/nbformat/v2/__init__.py -> build/lib/IPython/nbformat/v2
> creating build/lib/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_nbpy.py -> build/lib/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_nbbase.py -> build/lib/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/test_json.py -> build/lib/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/nbexamples.py -> build/lib/IPython/nbformat/v2/tests
> copying IPython/nbformat/v2/tests/__init__.py -> build/lib/IPython/nbformat/v2/tests
> creating build/lib/IPython/nbformat/v1
> copying IPython/nbformat/v1/rwbase.py -> build/lib/IPython/nbformat/v1
> copying IPython/nbformat/v1/nbjson.py -> build/lib/IPython/nbformat/v1
> copying IPython/nbformat/v1/nbbase.py -> build/lib/IPython/nbformat/v1
> copying IPython/nbformat/v1/convert.py -> build/lib/IPython/nbformat/v1
> copying IPython/nbformat/v1/__init__.py -> build/lib/IPython/nbformat/v1
> creating build/lib/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/test_nbbase.py -> build/lib/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/test_json.py -> build/lib/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/nbexamples.py -> build/lib/IPython/nbformat/v1/tests
> copying IPython/nbformat/v1/tests/__init__.py -> build/lib/IPython/nbformat/v1/tests
> creating build/lib/IPython/nbformat/tests
> copying IPython/nbformat/tests/__init__.py -> build/lib/IPython/nbformat/tests
> creating build/lib/IPython/lib
> copying IPython/lib/security.py -> build/lib/IPython/lib
> copying IPython/lib/pretty.py -> build/lib/IPython/lib
> copying IPython/lib/latextools.py -> build/lib/IPython/lib
> copying IPython/lib/kernel.py -> build/lib/IPython/lib
> copying IPython/lib/irunner.py -> build/lib/IPython/lib
> copying IPython/lib/inputhookwx.py -> build/lib/IPython/lib
> copying IPython/lib/inputhookqt4.py -> build/lib/IPython/lib
> copying IPython/lib/inputhookpyglet.py -> build/lib/IPython/lib
> copying IPython/lib/inputhookgtk3.py -> build/lib/IPython/lib
> copying IPython/lib/inputhookgtk.py -> build/lib/IPython/lib
> copying IPython/lib/inputhookglut.py -> build/lib/IPython/lib
> copying IPython/lib/inputhook.py -> build/lib/IPython/lib
> copying IPython/lib/guisupport.py -> build/lib/IPython/lib
> copying IPython/lib/display.py -> build/lib/IPython/lib
> copying IPython/lib/demo.py -> build/lib/IPython/lib
> copying IPython/lib/deepreload.py -> build/lib/IPython/lib
> copying IPython/lib/clipboard.py -> build/lib/IPython/lib
> copying IPython/lib/backgroundjobs.py -> build/lib/IPython/lib
> copying IPython/lib/__init__.py -> build/lib/IPython/lib
> creating build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_security.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_pretty.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_kernel.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_irunner_pylab_magic.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_irunner.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_imports.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_deepreload.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/test_backgroundjobs.py -> build/lib/IPython/lib/tests
> copying IPython/lib/tests/__init__.py -> build/lib/IPython/lib/tests
> creating build/lib/IPython/kernel
> copying IPython/kernel/__init__.py -> build/lib/IPython/kernel
> creating build/lib/IPython/frontend
> copying IPython/frontend/consoleapp.py -> build/lib/IPython/frontend
> copying IPython/frontend/__init__.py -> build/lib/IPython/frontend
> creating build/lib/IPython/frontend/terminal
> copying IPython/frontend/terminal/ipapp.py -> build/lib/IPython/frontend/terminal
> copying IPython/frontend/terminal/interactiveshell.py -> build/lib/IPython/frontend/terminal
> copying IPython/frontend/terminal/embed.py -> build/lib/IPython/frontend/terminal
> copying IPython/frontend/terminal/__init__.py -> build/lib/IPython/frontend/terminal
> creating build/lib/IPython/frontend/terminal/tests
> copying IPython/frontend/terminal/tests/test_interactivshell.py -> build/lib/IPython/frontend/terminal/tests
> copying IPython/frontend/terminal/tests/__init__.py -> build/lib/IPython/frontend/terminal/tests
> creating build/lib/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/interactiveshell.py -> build/lib/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/completer.py -> build/lib/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/app.py -> build/lib/IPython/frontend/terminal/console
> copying IPython/frontend/terminal/console/__init__.py -> build/lib/IPython/frontend/terminal/console
> creating build/lib/IPython/frontend/terminal/console/tests
> copying IPython/frontend/terminal/console/tests/test_console.py -> build/lib/IPython/frontend/terminal/console/tests
> copying IPython/frontend/terminal/console/tests/__init__.py -> build/lib/IPython/frontend/terminal/console/tests
> creating build/lib/IPython/frontend/qt
> copying IPython/frontend/qt/util.py -> build/lib/IPython/frontend/qt
> copying IPython/frontend/qt/svg.py -> build/lib/IPython/frontend/qt
> copying IPython/frontend/qt/rich_text.py -> build/lib/IPython/frontend/qt
> copying IPython/frontend/qt/kernelmanager.py -> build/lib/IPython/frontend/qt
> copying IPython/frontend/qt/base_frontend_mixin.py -> build/lib/IPython/frontend/qt
> copying IPython/frontend/qt/__init__.py -> build/lib/IPython/frontend/qt
> creating build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/styles.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/rich_ipython_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/qtconsoleapp.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/pygments_highlighter.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/mainwindow.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/kill_ring.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/ipython_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/history_console_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/frontend_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/console_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_plain.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_lexer.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/completion_html.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/call_tip_widget.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/bracket_matcher.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/ansi_code_processor.py -> build/lib/IPython/frontend/qt/console
> copying IPython/frontend/qt/console/__init__.py -> build/lib/IPython/frontend/qt/console
> creating build/lib/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_kill_ring.py -> build/lib/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_console_widget.py -> build/lib/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_completion_lexer.py -> build/lib/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> build/lib/IPython/frontend/qt/console/tests
> copying IPython/frontend/qt/console/tests/__init__.py -> build/lib/IPython/frontend/qt/console/tests
> creating build/lib/IPython/frontend/html
> copying IPython/frontend/html/__init__.py -> build/lib/IPython/frontend/html
> creating build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/notebookapp.py -> build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/zmqhttp.py -> build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/notebookmanager.py -> build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/kernelmanager.py -> build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/handlers.py -> build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/clustermanager.py -> build/lib/IPython/frontend/html/notebook
> copying IPython/frontend/html/notebook/__init__.py -> build/lib/IPython/frontend/html/notebook
> creating build/lib/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/test_nbmanager.py -> build/lib/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/test_kernelsession.py -> build/lib/IPython/frontend/html/notebook/tests
> copying IPython/frontend/html/notebook/tests/__init__.py -> build/lib/IPython/frontend/html/notebook/tests
> creating build/lib/IPython/external
> copying IPython/external/qt_for_kernel.py -> build/lib/IPython/external
> copying IPython/external/qt.py -> build/lib/IPython/external
> copying IPython/external/mathjax.py -> build/lib/IPython/external
> copying IPython/external/__init__.py -> build/lib/IPython/external
> creating build/lib/IPython/external/ssh
> copying IPython/external/ssh/tunnel.py -> build/lib/IPython/external/ssh
> copying IPython/external/ssh/forward.py -> build/lib/IPython/external/ssh
> copying IPython/external/ssh/__init__.py -> build/lib/IPython/external/ssh
> creating build/lib/IPython/external/simplegeneric
> copying IPython/external/simplegeneric/_simplegeneric.py -> build/lib/IPython/external/simplegeneric
> copying IPython/external/simplegeneric/__init__.py -> build/lib/IPython/external/simplegeneric
> creating build/lib/IPython/external/pexpect
> copying IPython/external/pexpect/_pexpect.py -> build/lib/IPython/external/pexpect
> copying IPython/external/pexpect/__init__.py -> build/lib/IPython/external/pexpect
> creating build/lib/IPython/external/path
> copying IPython/external/path/_path.py -> build/lib/IPython/external/path
> copying IPython/external/path/__init__.py -> build/lib/IPython/external/path
> creating build/lib/IPython/external/decorators
> copying IPython/external/decorators/_numpy_testing_utils.py -> build/lib/IPython/external/decorators
> copying IPython/external/decorators/_numpy_testing_noseclasses.py -> build/lib/IPython/external/decorators
> copying IPython/external/decorators/_decorators.py -> build/lib/IPython/external/decorators
> copying IPython/external/decorators/__init__.py -> build/lib/IPython/external/decorators
> creating build/lib/IPython/external/decorator
> copying IPython/external/decorator/_decorator.py -> build/lib/IPython/external/decorator
> copying IPython/external/decorator/__init__.py -> build/lib/IPython/external/decorator
> creating build/lib/IPython/external/argparse
> copying IPython/external/argparse/_argparse.py -> build/lib/IPython/external/argparse
> copying IPython/external/argparse/__init__.py -> build/lib/IPython/external/argparse
> creating build/lib/IPython/extensions
> copying IPython/extensions/sympyprinting.py -> build/lib/IPython/extensions
> copying IPython/extensions/storemagic.py -> build/lib/IPython/extensions
> copying IPython/extensions/rmagic.py -> build/lib/IPython/extensions
> copying IPython/extensions/parallelmagic.py -> build/lib/IPython/extensions
> copying IPython/extensions/octavemagic.py -> build/lib/IPython/extensions
> copying IPython/extensions/cythonmagic.py -> build/lib/IPython/extensions
> copying IPython/extensions/autoreload.py -> build/lib/IPython/extensions
> copying IPython/extensions/__init__.py -> build/lib/IPython/extensions
> creating build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/test_rmagic.py -> build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/test_octavemagic.py -> build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/test_cythonmagic.py -> build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/test_autoreload.py -> build/lib/IPython/extensions/tests
> copying IPython/extensions/tests/__init__.py -> build/lib/IPython/extensions/tests
> creating build/lib/IPython/core
> copying IPython/core/interactiveshell.py -> build/lib/IPython/core
> copying IPython/core/usage.py -> build/lib/IPython/core
> copying IPython/core/ultratb.py -> build/lib/IPython/core
> copying IPython/core/splitinput.py -> build/lib/IPython/core
> copying IPython/core/shellapp.py -> build/lib/IPython/core
> copying IPython/core/shadowns.py -> build/lib/IPython/core
> copying IPython/core/release.py -> build/lib/IPython/core
> copying IPython/core/pylabtools.py -> build/lib/IPython/core
> copying IPython/core/prompts.py -> build/lib/IPython/core
> copying IPython/core/profiledir.py -> build/lib/IPython/core
> copying IPython/core/profileapp.py -> build/lib/IPython/core
> copying IPython/core/prefilter.py -> build/lib/IPython/core
> copying IPython/core/plugin.py -> build/lib/IPython/core
> copying IPython/core/payloadpage.py -> build/lib/IPython/core
> copying IPython/core/payload.py -> build/lib/IPython/core
> copying IPython/core/page.py -> build/lib/IPython/core
> copying IPython/core/oinspect.py -> build/lib/IPython/core
> copying IPython/core/magic_arguments.py -> build/lib/IPython/core
> copying IPython/core/magic.py -> build/lib/IPython/core
> copying IPython/core/macro.py -> build/lib/IPython/core
> copying IPython/core/logger.py -> build/lib/IPython/core
> copying IPython/core/ipapi.py -> build/lib/IPython/core
> copying IPython/core/inputsplitter.py -> build/lib/IPython/core
> copying IPython/core/hooks.py -> build/lib/IPython/core
> copying IPython/core/history.py -> build/lib/IPython/core
> copying IPython/core/formatters.py -> build/lib/IPython/core
> copying IPython/core/fakemodule.py -> build/lib/IPython/core
> copying IPython/core/extensions.py -> build/lib/IPython/core
> copying IPython/core/excolors.py -> build/lib/IPython/core
> copying IPython/core/error.py -> build/lib/IPython/core
> copying IPython/core/displaypub.py -> build/lib/IPython/core
> copying IPython/core/displayhook.py -> build/lib/IPython/core
> copying IPython/core/display_trap.py -> build/lib/IPython/core
> copying IPython/core/display.py -> build/lib/IPython/core
> copying IPython/core/debugger.py -> build/lib/IPython/core
> copying IPython/core/crashhandler.py -> build/lib/IPython/core
> copying IPython/core/completerlib.py -> build/lib/IPython/core
> copying IPython/core/completer.py -> build/lib/IPython/core
> copying IPython/core/compilerop.py -> build/lib/IPython/core
> copying IPython/core/builtin_trap.py -> build/lib/IPython/core
> copying IPython/core/autocall.py -> build/lib/IPython/core
> copying IPython/core/application.py -> build/lib/IPython/core
> copying IPython/core/alias.py -> build/lib/IPython/core
> copying IPython/core/__init__.py -> build/lib/IPython/core
> creating build/lib/IPython/core/tests
> copying IPython/core/tests/test_splitinput.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_run.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_pylabtools.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_prompts.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_profile.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_prefilter.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_plugin.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_page.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_oinspect.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_magic_terminal.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_magic_arguments.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_magic.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_logger.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_iplib.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_interactiveshell.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_inputsplitter.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_imports.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_hooks.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_history.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_handlers.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_formatters.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_fakemodule.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_debugger.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_completerlib.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_completer.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_compilerop.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_autocall.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/test_application.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/tclass.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/simpleerr.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/refbug.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/nonascii.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/daft_extension.py -> build/lib/IPython/core/tests
> copying IPython/core/tests/__init__.py -> build/lib/IPython/core/tests
> creating build/lib/IPython/core/magics
> copying IPython/core/magics/osm.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/script.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/pylab.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/namespace.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/logging.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/history.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/extension.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/execution.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/deprecated.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/config.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/code.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/basic.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/auto.py -> build/lib/IPython/core/magics
> copying IPython/core/magics/__init__.py -> build/lib/IPython/core/magics
> creating build/lib/IPython/config
> copying IPython/config/loader.py -> build/lib/IPython/config
> copying IPython/config/configurable.py -> build/lib/IPython/config
> copying IPython/config/application.py -> build/lib/IPython/config
> copying IPython/config/__init__.py -> build/lib/IPython/config
> creating build/lib/IPython/config/tests
> copying IPython/config/tests/test_loader.py -> build/lib/IPython/config/tests
> copying IPython/config/tests/test_configurable.py -> build/lib/IPython/config/tests
> copying IPython/config/tests/test_application.py -> build/lib/IPython/config/tests
> copying IPython/config/tests/__init__.py -> build/lib/IPython/config/tests
> creating build/lib/IPython/config/profile
> copying IPython/config/profile/__init__.py -> build/lib/IPython/config/profile
> copying IPython/testing/plugin/test_exampleip.txt -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/test_example.txt -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/test_combo.txt -> build/lib/IPython/testing/plugin
> copying IPython/testing/plugin/README.txt -> build/lib/IPython/testing/plugin
> creating build/lib/IPython/frontend/qt/console/resources
> creating build/lib/IPython/frontend/qt/console/resources/icon
> copying IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> build/lib/IPython/frontend/qt/console/resources/icon
> creating build/lib/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/projectdashboard.html -> build/lib/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/printnotebook.html -> build/lib/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/page.html -> build/lib/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/notebook.html -> build/lib/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/logout.html -> build/lib/IPython/frontend/html/notebook/templates
> copying IPython/frontend/html/notebook/templates/login.html -> build/lib/IPython/frontend/html/notebook/templates
> creating build/lib/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/ipynblogo.png -> build/lib/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/favicon.ico -> build/lib/IPython/frontend/html/notebook/static
> copying IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> build/lib/IPython/frontend/html/notebook/static
> creating build/lib/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/prettify.js -> build/lib/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/prettify.css -> build/lib/IPython/frontend/html/notebook/static/prettify
> copying IPython/frontend/html/notebook/static/prettify/COPYING -> build/lib/IPython/frontend/html/notebook/static/prettify
> creating build/lib/IPython/frontend/html/notebook/static/pagedown
> copying IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> build/lib/IPython/frontend/html/notebook/static/pagedown
> copying IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> build/lib/IPython/frontend/html/notebook/static/pagedown
> creating build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/utils.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/tooltip.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/toolbar.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/textcell.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/savewidget.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/quickhelp.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/printnotebookmain.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/pager.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/pagemain.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/page.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/outputarea.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notificationwidget.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebookmain.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebooklist.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/notebook.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/namespace.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/menubar.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/logoutmain.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/loginwidget.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/loginmain.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/layoutmanager.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/kernel.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/initmathjax.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/events.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/contexthint.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/completer.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/codecell.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/clusterlist.js -> build/lib/IPython/frontend/html/notebook/static/js
> copying IPython/frontend/html/notebook/static/js/cell.js -> build/lib/IPython/frontend/html/notebook/static/js
> creating build/lib/IPython/frontend/html/notebook/static/jquery
> creating build/lib/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> build/lib/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery-ui.min.js -> build/lib/IPython/frontend/html/notebook/static/jquery/js
> copying IPython/frontend/html/notebook/static/jquery/js/jquery-1.7.1.min.js -> build/lib/IPython/frontend/html/notebook/static/jquery/js
> creating build/lib/IPython/frontend/html/notebook/static/jquery/css
> creating build/lib/IPython/frontend/html/notebook/static/jquery/css/themes
> creating build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/jquery-ui.min.css -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base
> creating build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_888888_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_454545_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_222222_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images
> creating build/lib/IPython/frontend/html/notebook/static/dateformat
> copying IPython/frontend/html/notebook/static/dateformat/date.format.js -> build/lib/IPython/frontend/html/notebook/static/dateformat
> creating build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/tooltip.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/renderedhtml.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/projectdashboard.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/printnotebook.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/page.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/notebook.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/logout.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/login.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/fbm.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/boilerplate.css -> build/lib/IPython/frontend/html/notebook/static/css
> copying IPython/frontend/html/notebook/static/css/alternateuploadform.css -> build/lib/IPython/frontend/html/notebook/static/css
> creating build/lib/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/README.md -> build/lib/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> build/lib/IPython/frontend/html/notebook/static/codemirror
> copying IPython/frontend/html/notebook/static/codemirror/LICENSE -> build/lib/IPython/frontend/html/notebook/static/codemirror
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/rubyblue.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/night.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/monokai.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/eclipse.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> copying IPython/frontend/html/notebook/static/codemirror/theme/cobalt.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
> copying IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
> copying IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
> copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
> copying IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
> copying IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
> copying IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
> copying IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/lib
> copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib
> copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib
> creating build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/searchcursor.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/search.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/runmode.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/overlay.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/javascript-hint.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/formatting.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/foldcode.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util
> copying IPython/config/profile/README_STARTUP -> build/lib/IPython/config/profile
> copying IPython/config/profile/README -> build/lib/IPython/config/profile
> creating build/lib/IPython/config/profile/sympy
> copying IPython/config/profile/sympy/ipython_config.py -> build/lib/IPython/config/profile/sympy
> creating build/lib/IPython/config/profile/pysh
> copying IPython/config/profile/pysh/ipython_config.py -> build/lib/IPython/config/profile/pysh
> creating build/lib/IPython/config/profile/math
> copying IPython/config/profile/math/ipython_config.py -> build/lib/IPython/config/profile/math
> creating build/lib/IPython/config/profile/cluster
> copying IPython/config/profile/cluster/ipython_config.py -> build/lib/IPython/config/profile/cluster
> Fixing build/lib/IPython/display.py build/lib/IPython/__init__.py build/lib/IPython/zmq/__init__.py build/lib/IPython/zmq/zmqshell.py build/lib/IPython/zmq/session.py build/lib/IPython/zmq/serialize.py build/lib/IPython/zmq/parentpoller.py build/lib/IPython/zmq/log.py build/lib/IPython/zmq/kernelmanager.py build/lib/IPython/zmq/kernelapp.py build/lib/IPython/zmq/ipkernel.py build/lib/IPython/zmq/iostream.py build/lib/IPython/zmq/heartbeat.py build/lib/IPython/zmq/frontend.py build/lib/IPython/zmq/eventloops.py build/lib/IPython/zmq/entry_point.py build/lib/IPython/zmq/displayhook.py build/lib/IPython/zmq/completer.py build/lib/IPython/zmq/blockingkernelmanager.py build/lib/IPython/zmq/tests/test_session.py build/lib/IPython/zmq/tests/test_message_spec.py build/lib/IPython/zmq/tests/test_embed_kernel.py build/lib/IPython/zmq/tests/__init__.py build/lib/IPython/zmq/pylab/backend_inline.py build/lib/IPython/zmq/pylab/__init__.py build/lib/IPython/zmq/gui/gtkembed.py build/lib/IPython/zmq/gui/__init__.py build/lib/IPython/utils/wildcard.py build/lib/IPython/utils/warn.py build/lib/IPython/utils/upgradedir.py build/lib/IPython/utils/traitlets.py build/lib/IPython/utils/timing.py build/lib/IPython/utils/text.py build/lib/IPython/utils/terminal.py build/lib/IPython/utils/tempdir.py build/lib/IPython/utils/syspathcontext.py build/lib/IPython/utils/sysinfo.py build/lib/IPython/utils/strdispatch.py build/lib/IPython/utils/rlineimpl.py build/lib/IPython/utils/pyfile.py build/lib/IPython/utils/py3compat.py build/lib/IPython/utils/process.py build/lib/IPython/utils/pickleutil.py build/lib/IPython/utils/pickleshare.py build/lib/IPython/utils/path.py build/lib/IPython/utils/openpy.py build/lib/IPython/utils/notification.py build/lib/IPython/utils/newserialized.py build/lib/IPython/utils/nested_context.py build/lib/IPython/utils/module_paths.py build/lib/IPython/utils/localinterfaces.py build/lib/IPython/utils/jsonutil.py build/lib/IPython/utils/ipstruct.py build/lib/IPython/utils/io.py build/lib/IPython/utils/importstring.py build/lib/IPython/utils/growl.py build/lib/IPython/utils/generics.py build/lib/IPython/utils/frame.py build/lib/IPython/utils/encoding.py build/lib/IPython/utils/doctestreload.py build/lib/IPython/utils/dir2.py build/lib/IPython/utils/decorators.py build/lib/IPython/utils/data.py build/lib/IPython/utils/daemonize.py build/lib/IPython/utils/cursesimport.py build/lib/IPython/utils/coloransi.py build/lib/IPython/utils/codeutil.py build/lib/IPython/utils/autoattr.py build/lib/IPython/utils/attic.py build/lib/IPython/utils/_sysinfo.py build/lib/IPython/utils/_process_win32_controller.py build/lib/IPython/utils/_process_win32.py build/lib/IPython/utils/_process_posix.py build/lib/IPython/utils/_process_common.py build/lib/IPython/utils/__init__.py build/lib/IPython/utils/PyColorize.py build/lib/IPython/utils/tests/test_wildcard.py build/lib/IPython/utils/tests/test_traitlets.py build/lib/IPython/utils/tests/test_text.py build/lib/IPython/utils/tests/test_pycolorize.py build/lib/IPython/utils/tests/test_process.py build/lib/IPython/utils/tests/test_path.py build/lib/IPython/utils/tests/test_openpy.py build/lib/IPython/utils/tests/test_notification.py build/lib/IPython/utils/tests/test_module_paths.py build/lib/IPython/utils/tests/test_jsonutil.py build/lib/IPython/utils/tests/test_io.py build/lib/IPython/utils/tests/test_imports.py build/lib/IPython/utils/tests/test_dir2.py build/lib/IPython/utils/tests/__init__.py build/lib/IPython/testing/tools.py build/lib/IPython/testing/skipdoctest.py build/lib/IPython/testing/nosepatch.py build/lib/IPython/testing/nose_assert_methods.py build/lib/IPython/testing/mkdoctests.py build/lib/IPython/testing/ipunittest.py build/lib/IPython/testing/iptest.py build/lib/IPython/testing/globalipapp.py build/lib/IPython/testing/decorators.py build/lib/IPython/testing/_paramtestpy3.py build/lib/IPython/testing/_paramtestpy2.py build/lib/IPython/testing/__init__.py build/lib/IPython/testing/tests/test_tools.py build/lib/IPython/testing/tests/test_ipunittest.py build/lib/IPython/testing/tests/test_decorators.py build/lib/IPython/testing/tests/__init__.py build/lib/IPython/testing/plugin/test_refs.py build/lib/IPython/testing/plugin/test_ipdoctest.py build/lib/IPython/testing/plugin/simplevars.py build/lib/IPython/testing/plugin/simple.py build/lib/IPython/testing/plugin/show_refs.py build/lib/IPython/testing/plugin/setup.py build/lib/IPython/testing/plugin/iptest.py build/lib/IPython/testing/plugin/ipdoctest.py build/lib/IPython/testing/plugin/dtexample.py build/lib/IPython/testing/plugin/__init__.py build/lib/IPython/scripts/__init__.py build/lib/IPython/parallel/util.py build/lib/IPython/parallel/factory.py build/lib/IPython/parallel/error.py build/lib/IPython/parallel/__init__.py build/lib/IPython/parallel/tests/test_view.py build/lib/IPython/parallel/tests/test_newserialized.py build/lib/IPython/parallel/tests/test_mongodb.py build/lib/IPython/parallel/tests/test_magics.py build/lib/IPython/parallel/tests/test_lbview.py build/lib/IPython/parallel/tests/test_dependency.py build/lib/IPython/parallel/tests/test_db.py build/lib/IPython/parallel/tests/test_client.py build/lib/IPython/parallel/tests/test_asyncresult.py build/lib/IPython/parallel/tests/clienttest.py build/lib/IPython/parallel/tests/__init__.py build/lib/IPython/parallel/scripts/__init__.py build/lib/IPython/parallel/engine/engine.py build/lib/IPython/parallel/engine/__init__.py build/lib/IPython/parallel/controller/sqlitedb.py build/lib/IPython/parallel/controller/scheduler.py build/lib/IPython/parallel/controller/mongodb.py build/lib/IPython/parallel/controller/hub.py build/lib/IPython/parallel/controller/heartmonitor.py build/lib/IPython/parallel/controller/dictdb.py build/lib/IPython/parallel/controller/dependency.py build/lib/IPython/parallel/controller/__init__.py build/lib/IPython/parallel/client/view.py build/lib/IPython/parallel/client/remotefunction.py build/lib/IPython/parallel/client/map.py build/lib/IPython/parallel/client/magics.py build/lib/IPython/parallel/client/client.py build/lib/IPython/parallel/client/asyncresult.py build/lib/IPython/parallel/client/__init__.py build/lib/IPython/parallel/apps/winhpcjob.py build/lib/IPython/parallel/apps/win32support.py build/lib/IPython/parallel/apps/logwatcher.py build/lib/IPython/parallel/apps/launcher.py build/lib/IPython/parallel/apps/iploggerapp.py build/lib/IPython/parallel/apps/ipengineapp.py build/lib/IPython/parallel/apps/ipcontrollerapp.py build/lib/IPython/parallel/apps/ipclusterapp.py build/lib/IPython/parallel/apps/baseapp.py build/lib/IPython/parallel/apps/__init__.py build/lib/IPython/nbformat/current.py build/lib/IPython/nbformat/__init__.py build/lib/IPython/nbformat/v3/rwbase.py build/lib/IPython/nbformat/v3/nbpy.py build/lib/IPython/nbformat/v3/nbjson.py build/lib/IPython/nbformat/v3/nbbase.py build/lib/IPython/nbformat/v3/convert.py build/lib/IPython/nbformat/v3/__init__.py build/lib/IPython/nbformat/v3/tests/test_nbpy.py build/lib/IPython/nbformat/v3/tests/test_nbbase.py build/lib/IPython/nbformat/v3/tests/test_json.py build/lib/IPython/nbformat/v3/tests/nbexamples.py build/lib/IPython/nbformat/v3/tests/formattest.py build/lib/IPython/nbformat/v3/tests/__init__.py build/lib/IPython/nbformat/v2/rwbase.py build/lib/IPython/nbformat/v2/nbxml.py build/lib/IPython/nbformat/v2/nbpy.py build/lib/IPython/nbformat/v2/nbjson.py build/lib/IPython/nbformat/v2/nbbase.py build/lib/IPython/nbformat/v2/convert.py build/lib/IPython/nbformat/v2/__init__.py build/lib/IPython/nbformat/v2/tests/test_nbpy.py build/lib/IPython/nbformat/v2/tests/test_nbbase.py build/lib/IPython/nbformat/v2/tests/test_json.py build/lib/IPython/nbformat/v2/tests/nbexamples.py build/lib/IPython/nbformat/v2/tests/__init__.py build/lib/IPython/nbformat/v1/rwbase.py build/lib/IPython/nbformat/v1/nbjson.py build/lib/IPython/nbformat/v1/nbbase.py build/lib/IPython/nbformat/v1/convert.py build/lib/IPython/nbformat/v1/__init__.py build/lib/IPython/nbformat/v1/tests/test_nbbase.py build/lib/IPython/nbformat/v1/tests/test_json.py build/lib/IPython/nbformat/v1/tests/nbexamples.py build/lib/IPython/nbformat/v1/tests/__init__.py build/lib/IPython/nbformat/tests/__init__.py build/lib/IPython/lib/security.py build/lib/IPython/lib/pretty.py build/lib/IPython/lib/latextools.py build/lib/IPython/lib/kernel.py build/lib/IPython/lib/irunner.py build/lib/IPython/lib/inputhookwx.py build/lib/IPython/lib/inputhookqt4.py build/lib/IPython/lib/inputhookpyglet.py build/lib/IPython/lib/inputhookgtk3.py build/lib/IPython/lib/inputhookgtk.py build/lib/IPython/lib/inputhookglut.py build/lib/IPython/lib/inputhook.py build/lib/IPython/lib/guisupport.py build/lib/IPython/lib/display.py build/lib/IPython/lib/demo.py build/lib/IPython/lib/deepreload.py build/lib/IPython/lib/clipboard.py build/lib/IPython/lib/backgroundjobs.py build/lib/IPython/lib/__init__.py build/lib/IPython/lib/tests/test_security.py build/lib/IPython/lib/tests/test_pretty.py build/lib/IPython/lib/tests/test_kernel.py build/lib/IPython/lib/tests/test_irunner_pylab_magic.py build/lib/IPython/lib/tests/test_irunner.py build/lib/IPython/lib/tests/test_imports.py build/lib/IPython/lib/tests/test_deepreload.py build/lib/IPython/lib/tests/test_backgroundjobs.py build/lib/IPython/lib/tests/__init__.py build/lib/IPython/kernel/__init__.py build/lib/IPython/frontend/consoleapp.py build/lib/IPython/frontend/__init__.py build/lib/IPython/frontend/terminal/ipapp.py build/lib/IPython/frontend/terminal/interactiveshell.py build/lib/IPython/frontend/terminal/embed.py build/lib/IPython/frontend/terminal/__init__.py build/lib/IPython/frontend/terminal/tests/test_interactivshell.py build/lib/IPython/frontend/terminal/tests/__init__.py build/lib/IPython/frontend/terminal/console/interactiveshell.py build/lib/IPython/frontend/terminal/console/completer.py build/lib/IPython/frontend/terminal/console/app.py build/lib/IPython/frontend/terminal/console/__init__.py build/lib/IPython/frontend/terminal/console/tests/test_console.py build/lib/IPython/frontend/terminal/console/tests/__init__.py build/lib/IPython/frontend/qt/util.py build/lib/IPython/frontend/qt/svg.py build/lib/IPython/frontend/qt/rich_text.py build/lib/IPython/frontend/qt/kernelmanager.py build/lib/IPython/frontend/qt/base_frontend_mixin.py build/lib/IPython/frontend/qt/__init__.py build/lib/IPython/frontend/qt/console/styles.py build/lib/IPython/frontend/qt/console/rich_ipython_widget.py build/lib/IPython/frontend/qt/console/qtconsoleapp.py build/lib/IPython/frontend/qt/console/pygments_highlighter.py build/lib/IPython/frontend/qt/console/mainwindow.py build/lib/IPython/frontend/qt/console/kill_ring.py build/lib/IPython/frontend/qt/console/ipython_widget.py build/lib/IPython/frontend/qt/console/history_console_widget.py build/lib/IPython/frontend/qt/console/frontend_widget.py build/lib/IPython/frontend/qt/console/console_widget.py build/lib/IPython/frontend/qt/console/completion_widget.py build/lib/IPython/frontend/qt/console/completion_plain.py build/lib/IPython/frontend/qt/console/completion_lexer.py build/lib/IPython/frontend/qt/console/completion_html.py build/lib/IPython/frontend/qt/console/call_tip_widget.py build/lib/IPython/frontend/qt/console/bracket_matcher.py build/lib/IPython/frontend/qt/console/ansi_code_processor.py build/lib/IPython/frontend/qt/console/__init__.py build/lib/IPython/frontend/qt/console/tests/test_kill_ring.py build/lib/IPython/frontend/qt/console/tests/test_console_widget.py build/lib/IPython/frontend/qt/console/tests/test_completion_lexer.py build/lib/IPython/frontend/qt/console/tests/test_ansi_code_processor.py build/lib/IPython/frontend/qt/console/tests/__init__.py build/lib/IPython/frontend/html/__init__.py build/lib/IPython/frontend/html/notebook/notebookapp.py build/lib/IPython/frontend/html/notebook/zmqhttp.py build/lib/IPython/frontend/html/notebook/notebookmanager.py build/lib/IPython/frontend/html/notebook/kernelmanager.py build/lib/IPython/frontend/html/notebook/handlers.py build/lib/IPython/frontend/html/notebook/clustermanager.py build/lib/IPython/frontend/html/notebook/__init__.py build/lib/IPython/frontend/html/notebook/tests/test_nbmanager.py build/lib/IPython/frontend/html/notebook/tests/test_kernelsession.py build/lib/IPython/frontend/html/notebook/tests/__init__.py build/lib/IPython/external/qt_for_kernel.py build/lib/IPython/external/qt.py build/lib/IPython/external/mathjax.py build/lib/IPython/external/__init__.py build/lib/IPython/external/ssh/tunnel.py build/lib/IPython/external/ssh/forward.py build/lib/IPython/external/ssh/__init__.py build/lib/IPython/external/simplegeneric/_simplegeneric.py build/lib/IPython/external/simplegeneric/__init__.py build/lib/IPython/external/pexpect/_pexpect.py build/lib/IPython/external/pexpect/__init__.py build/lib/IPython/external/path/_path.py build/lib/IPython/external/path/__init__.py build/lib/IPython/external/decorators/_numpy_testing_utils.py build/lib/IPython/external/decorators/_numpy_testing_noseclasses.py build/lib/IPython/external/decorators/_decorators.py build/lib/IPython/external/decorators/__init__.py build/lib/IPython/external/decorator/_decorator.py build/lib/IPython/external/decorator/__init__.py build/lib/IPython/external/argparse/_argparse.py build/lib/IPython/external/argparse/__init__.py build/lib/IPython/extensions/sympyprinting.py build/lib/IPython/extensions/storemagic.py build/lib/IPython/extensions/rmagic.py build/lib/IPython/extensions/parallelmagic.py build/lib/IPython/extensions/octavemagic.py build/lib/IPython/extensions/cythonmagic.py build/lib/IPython/extensions/autoreload.py build/lib/IPython/extensions/__init__.py build/lib/IPython/extensions/tests/test_rmagic.py build/lib/IPython/extensions/tests/test_octavemagic.py build/lib/IPython/extensions/tests/test_cythonmagic.py build/lib/IPython/extensions/tests/test_autoreload.py build/lib/IPython/extensions/tests/__init__.py build/lib/IPython/core/interactiveshell.py build/lib/IPython/core/usage.py build/lib/IPython/core/ultratb.py build/lib/IPython/core/splitinput.py build/lib/IPython/core/shellapp.py build/lib/IPython/core/shadowns.py build/lib/IPython/core/release.py build/lib/IPython/core/pylabtools.py build/lib/IPython/core/prompts.py build/lib/IPython/core/profiledir.py build/lib/IPython/core/profileapp.py build/lib/IPython/core/prefilter.py build/lib/IPython/core/plugin.py build/lib/IPython/core/payloadpage.py build/lib/IPython/core/payload.py build/lib/IPython/core/page.py build/lib/IPython/core/oinspect.py build/lib/IPython/core/magic_arguments.py build/lib/IPython/core/magic.py build/lib/IPython/core/macro.py build/lib/IPython/core/logger.py build/lib/IPython/core/ipapi.py build/lib/IPython/core/inputsplitter.py build/lib/IPython/core/hooks.py build/lib/IPython/core/history.py build/lib/IPython/core/formatters.py build/lib/IPython/core/fakemodule.py build/lib/IPython/core/extensions.py build/lib/IPython/core/excolors.py build/lib/IPython/core/error.py build/lib/IPython/core/displaypub.py build/lib/IPython/core/displayhook.py build/lib/IPython/core/display_trap.py build/lib/IPython/core/display.py build/lib/IPython/core/debugger.py build/lib/IPython/core/crashhandler.py build/lib/IPython/core/completerlib.py build/lib/IPython/core/completer.py build/lib/IPython/core/compilerop.py build/lib/IPython/core/builtin_trap.py build/lib/IPython/core/autocall.py build/lib/IPython/core/application.py build/lib/IPython/core/alias.py build/lib/IPython/core/__init__.py build/lib/IPython/core/tests/test_splitinput.py build/lib/IPython/core/tests/test_run.py build/lib/IPython/core/tests/test_pylabtools.py build/lib/IPython/core/tests/test_prompts.py build/lib/IPython/core/tests/test_profile.py build/lib/IPython/core/tests/test_prefilter.py build/lib/IPython/core/tests/test_plugin.py build/lib/IPython/core/tests/test_page.py build/lib/IPython/core/tests/test_oinspect.py build/lib/IPython/core/tests/test_magic_terminal.py build/lib/IPython/core/tests/test_magic_arguments.py build/lib/IPython/core/tests/test_magic.py build/lib/IPython/core/tests/test_logger.py build/lib/IPython/core/tests/test_iplib.py build/lib/IPython/core/tests/test_interactiveshell.py build/lib/IPython/core/tests/test_inputsplitter.py build/lib/IPython/core/tests/test_imports.py build/lib/IPython/core/tests/test_hooks.py build/lib/IPython/core/tests/test_history.py build/lib/IPython/core/tests/test_handlers.py build/lib/IPython/core/tests/test_formatters.py build/lib/IPython/core/tests/test_fakemodule.py build/lib/IPython/core/tests/test_debugger.py build/lib/IPython/core/tests/test_completerlib.py build/lib/IPython/core/tests/test_completer.py build/lib/IPython/core/tests/test_compilerop.py build/lib/IPython/core/tests/test_autocall.py build/lib/IPython/core/tests/test_application.py build/lib/IPython/core/tests/tclass.py build/lib/IPython/core/tests/simpleerr.py build/lib/IPython/core/tests/refbug.py build/lib/IPython/core/tests/nonascii.py build/lib/IPython/core/tests/daft_extension.py build/lib/IPython/core/tests/__init__.py build/lib/IPython/core/magics/osm.py build/lib/IPython/core/magics/script.py build/lib/IPython/core/magics/pylab.py build/lib/IPython/core/magics/namespace.py build/lib/IPython/core/magics/logging.py build/lib/IPython/core/magics/history.py build/lib/IPython/core/magics/extension.py build/lib/IPython/core/magics/execution.py build/lib/IPython/core/magics/deprecated.py build/lib/IPython/core/magics/config.py build/lib/IPython/core/magics/code.py build/lib/IPython/core/magics/basic.py build/lib/IPython/core/magics/auto.py build/lib/IPython/core/magics/__init__.py build/lib/IPython/config/loader.py build/lib/IPython/config/configurable.py build/lib/IPython/config/application.py build/lib/IPython/config/__init__.py build/lib/IPython/config/tests/test_loader.py build/lib/IPython/config/tests/test_configurable.py build/lib/IPython/config/tests/test_application.py build/lib/IPython/config/tests/__init__.py build/lib/IPython/config/profile/__init__.py
> Skipping implicit fixer: buffer
> Skipping implicit fixer: idioms
> Skipping implicit fixer: set_literal
> Skipping implicit fixer: ws_comma
> error: Permission denied
> make[1]: *** [override_dh_auto_build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/08/14/ipython_0.13-1_wheezy.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Python-modules-team mailing list