A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://gist.github.com/1037662 below:

Test results for distribute3 · GitHub

============================================================ Package: Benchmarker URL: http://pypi.python.org/packages/source/B/Benchmarker/Benchmarker-3.0.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/Benchmarker-3.0.1.tar.gz usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: HeapDict URL: http://pypi.python.org/packages/source/H/HeapDict/HeapDict-1.0.0.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/HeapDict-1.0.0.tar.gz /usr/local/lib/python3.3/distutils/dist.py:259: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) /usr/local/lib/python3.3/distutils/dist.py:259: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: ISO8583 Module URL: http://pypi.python.org/packages/source/I/ISO8583%20Module/ISO8583%20Module-1.2.zip ============================================================ stderr ============================================================ Installing from archive: /tmp/ISO8583%20Module-1.2.zip invalid command name 'Module-1.2/RECORD' failed to install ============================================================ Package: Kook URL: http://pypi.python.org/packages/source/K/Kook/Kook-0.0.5.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/Kook-0.0.5.tar.gz usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: LogPy URL: http://pypi.python.org/packages/source/L/LogPy/LogPy-1.0.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/LogPy-1.0.tar.gz Traceback (most recent call last): File "setup.py", line 6, in <module> long_description = open('README.rst').read(), IOError: [Errno 2] No such file or directory: 'README.rst' failed to install ============================================================ Package: Markdown URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.0.3.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/Markdown-2.0.3.tar.gz File "setup.py", line 23 print 'Created:', bat_path ^ SyntaxError: invalid syntax failed to install ============================================================ Package: MeshPy URL: http://pypi.python.org/packages/source/M/MeshPy/MeshPy-0.91.2.tar.gz ============================================================ stdout ============================================================ ************************************************************* *** I have detected that you have not run configure.py. ************************************************************* *** Additionally, no global config files were found. *** I will go ahead with the default configuration. *** In all likelihood, this will not work out. *** *** See README_SETUP.txt for more information. *** *** If the build does fail, just re-run configure.py with the *** correct arguments, and then retry. Good luck! ************************************************************* *** HIT Ctrl-C NOW IF THIS IS NOT WHAT YOU WANT ************************************************************* Continuing in 10 seconds... Continuing in 9 seconds... Continuing in 8 seconds... Continuing in 7 seconds... Continuing in 6 seconds... Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/meshpy copying meshpy/tools.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/naca.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/common.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/ply.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/tet.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/geometry.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/triangle.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/gmsh.py -> build/lib.linux-i686-3.3/meshpy copying meshpy/__init__.py -> build/lib.linux-i686-3.3/meshpy Skipping implicit fixer: buffer Skipping implicit fixer: idioms Skipping implicit fixer: set_literal Skipping implicit fixer: ws_comma running build_ext building 'meshpy._triangle' extension creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/src creating build/temp.linux-i686-3.3/src/cpp gcc -pthread -fwrapv -Wall -O3 -DNDEBUG -fPIC -DEXTERNAL_TEST=1 -DANSI_DECLARATORS=1 -DTRILIBRARY=1 -Isrc/cpp -I/usr/local/include/python3.3m -c src/cpp/wrap_triangle.cpp -o build/temp.linux-i686-3.3/src/cpp/wrap_triangle.o ============================================================ stderr ============================================================ Installing from archive: /tmp/MeshPy-0.91.2.tar.gz src/cpp/wrap_triangle.cpp:2:28: fatal error: boost/python.hpp: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: Oktest URL: http://pypi.python.org/packages/source/O/Oktest/Oktest-0.8.0.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/Oktest-0.8.0.tar.gz /usr/local/lib/python3.3/distutils/dist.py:259: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: PyHamcrest URL: http://pypi.python.org/packages/source/P/PyHamcrest/PyHamcrest-1.5.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/PyHamcrest-1.5.tar.gz Traceback (most recent call last): File "/usr/local/lib/python3.3/shutil.py", line 696, in _unpack_tarfile tarobj = tarfile.open(filename) File "/usr/local/lib/python3.3/tarfile.py", line 1741, in open raise ReadError("file could not be opened successfully") tarfile.ReadError: file could not be opened successfully During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 129, in install_local_project shutil.unpack_archive(path, _unpacked_dir) File "/usr/local/lib/python3.3/shutil.py", line 756, in unpack_archive func(filename, extract_dir, **kwargs) File "/usr/local/lib/python3.3/shutil.py", line 699, in _unpack_tarfile "%s is not a compressed or uncompressed tar file" % filename) shutil.ReadError: /tmp/PyHamcrest-1.5.tar.gz is not a compressed or uncompressed tar file ============================================================ Package: PyUblas URL: http://pypi.python.org/packages/source/P/PyUblas/PyUblas-2011.1.tar.gz ============================================================ stdout ============================================================ ************************************************************* *** I have detected that you have not run configure.py. ************************************************************* *** Additionally, no global config files were found. *** I will go ahead with the default configuration. *** In all likelihood, this will not work out. *** *** See README_SETUP.txt for more information. *** *** If the build does fail, just re-run configure.py with the *** correct arguments, and then retry. Good luck! ************************************************************* *** HIT Ctrl-C NOW IF THIS IS NOT WHAT YOU WANT ************************************************************* Continuing in 10 seconds... Continuing in 9 seconds... Continuing in 8 seconds... Continuing in 7 seconds... Continuing in 6 seconds... Continuing in 5 seconds... Continuing in 4 seconds... Continuing in 3 seconds... Continuing in 2 seconds... Continuing in 1 seconds... ============================================================ stderr ============================================================ Installing from archive: /tmp/PyUblas-2011.1.tar.gz Traceback (most recent call last): File "setup.py", line 158, in <module> main() File "setup.py", line 137, in main extra_link_args=conf["LDFLAGS"], File "/tmp/tmph51yuj/PyUblas-2011.1/aksetup_helper.py", line 57, in __init__ self._include_dirs = self.include_dirs File "/tmp/tmph51yuj/PyUblas-2011.1/aksetup_helper.py", line 68, in get_include_dirs return self._include_dirs + [self.get_numpy_incpath()] File "/tmp/tmph51yuj/PyUblas-2011.1/aksetup_helper.py", line 63, in get_numpy_incpath file, pathname, descr = find_module("numpy") ImportError: No module named 'numpy' failed to install ============================================================ Package: Pyfig config parser URL: http://pypi.python.org/packages/source/P/Pyfig config parser/Pyfig config parser-2.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/Pyfig config parser-2.1.tar.gz invalid command name 'parser-2.1/RECORD' failed to install ============================================================ Package: Pythomnic3k URL: http://pypi.python.org/packages/source/P/Pythomnic3k/pythomnic3k-1.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pythomnic3k-1.2.tar.gz Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 130, in install_local_project return _run_install_from_archive(_unpacked_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 143, in _run_install_from_archive return _run_install_from_dir(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 155, in _run_install_from_dir install_method = get_install_method(source_dir) File "/usr/local/lib/python3.3/packaging/util.py", line 1358, in get_install_method raise InstallationException('Cannot detect install method') packaging.errors.InstallationException: Cannot detect install method ============================================================ Package: Python Bytecode Verifier URL: http://pypi.python.org/packages/source/P/Python Bytecode Verifier/Python-Bytecode-Verifier-0.1.tar.bz2 ============================================================ stderr ============================================================ Installing from archive: /tmp/Python-Bytecode-Verifier-0.1.tar.bz2 Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 130, in install_local_project return _run_install_from_archive(_unpacked_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 143, in _run_install_from_archive return _run_install_from_dir(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 155, in _run_install_from_dir install_method = get_install_method(source_dir) File "/usr/local/lib/python3.3/packaging/util.py", line 1358, in get_install_method raise InstallationException('Cannot detect install method') packaging.errors.InstallationException: Cannot detect install method ============================================================ Package: RVirtualEnv URL: http://pypi.python.org/packages/source/R/RVirtualEnv/RVirtualEnv-0.3.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/RVirtualEnv-0.3.1.tar.gz Traceback (most recent call last): File "setup.py", line 42, in <module> "Operating System :: OS Independent", File "/usr/local/lib/python3.3/distutils/core.py", line 110, in setup _setup_distribution = dist = klass(attrs) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/dist.py", line 224, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/dist.py", line 248, in fetch_build_eggs parse_requirements(requires), installer=self.fetch_build_egg File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/pkg_resources.py", line 603, in resolve dist = best[req.key] = env.best_match(req, self, installer) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/pkg_resources.py", line 850, in best_match return self.obtain(req, installer) # try and download/install File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/pkg_resources.py", line 862, in obtain return installer(requirement) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/dist.py", line 297, in fetch_build_egg return cmd.easy_install(req) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/easy_install.py", line 586, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/easy_install.py", line 616, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/easy_install.py", line 808, in install_eggs return self.build_and_install(setup_script, setup_base) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/easy_install.py", line 1086, in build_and_install self.run_setup(setup_script, setup_base, args) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/easy_install.py", line 1074, in run_setup run_setup(setup_script, args) File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/sandbox.py", line 32, in run_setup lambda: execfile( File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/sandbox.py", line 75, in run return func() File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/sandbox.py", line 34, in <lambda> {'__file__':setup_script, '__name__':'__main__'} File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/compat.py", line 77, in execfile exec_(compile(open(fn).read(), fn, 'exec'), globs, locs) File "setup.py", line 10 print "can't find ez_setup" ^ SyntaxError: invalid syntax failed to install ============================================================ Package: Tenjin URL: http://pypi.python.org/packages/source/T/Tenjin/Tenjin-1.0.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/Tenjin-1.0.2.tar.gz usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: appscript URL: http://pypi.python.org/packages/source/a/appscript/appscript-1.0.0.tar.gz ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib.linux-i686-3.3 copying appscript_3x/lib/mactypes.py -> build/lib.linux-i686-3.3 copying appscript_3x/lib/osax.py -> build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/findapp.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/typewrappers.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/mactypes.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/aemconnect.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/aemreference.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/kae.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/aemsend.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/aemcodecs.py -> build/lib.linux-i686-3.3/aem copying appscript_3x/lib/aem/__init__.py -> build/lib.linux-i686-3.3/aem creating build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/reference.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/genericreference.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/reservedkeywords.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/terminology.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/keywordwrapper.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/terminologyparser.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/defaultterminology.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/referencerenderer.py -> build/lib.linux-i686-3.3/appscript copying appscript_3x/lib/appscript/__init__.py -> build/lib.linux-i686-3.3/appscript running build_ext building 'aem.ae' extension creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/appscript_3x creating build/temp.linux-i686-3.3/appscript_3x/ext gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c appscript_3x/ext/ae.c -o build/temp.linux-i686-3.3/appscript_3x/ext/ae.o -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_4 ============================================================ stderr ============================================================ Installing from archive: /tmp/appscript-1.0.0.tar.gz In file included from appscript_3x/ext/ae.c:15:0: appscript_3x/ext/ae.h:26:27: fatal error: Carbon/Carbon.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: asciiporn3k URL: http://pypi.python.org/packages/source/a/asciiporn3k/asciiporn3k-2009.11.16.py3k.cpp.tar.gz ============================================================ stdout ============================================================ running install running build asciiporn3k requires: Python 3.1 make sure these packages are installed before building ============================================================ stderr ============================================================ Installing from archive: /tmp/asciiporn3k-2009.11.16.py3k.cpp.tar.gz Traceback (most recent call last): File "setup.py", line 148, in <module> "Topic :: Software Development :: Libraries :: Python Modules", File "/usr/local/lib/python3.3/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/local/lib/python3.3/distutils/dist.py", line 919, in run_commands self.run_command(cmd) File "setup.py", line 79, in run_command cmd_obj.run(); self.have_run[command] = 1 ## run cmd File "/usr/local/lib/python3.3/distutils/command/install.py", line 574, in run self.run_command('build') File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "setup.py", line 67, in run_command if sys.version_info[:2] != (3, 1): raise Exception("asciiporn3k requires Python 3.1") Exception: asciiporn3k requires Python 3.1 failed to install ============================================================ Package: ast2src URL: http://pypi.python.org/packages/source/a/ast2src/ast2src-2010.01.21.ast2src.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/ast2src-2010.01.21.ast2src.tar.gz ast2src requires python3.1 failed to install ============================================================ Package: backports.ssl_match_hostname URL: http://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-3.2a3.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/backports.ssl_match_hostname-3.2a3.tar.gz File "setup.py", line 9 description = u'The ssl.match_hostname() function from Python 3.2', ^ SyntaxError: invalid syntax failed to install ============================================================ Package: bsddb3 URL: http://pypi.python.org/packages/source/b/bsddb3/bsddb3-5.1.2.tar.gz ============================================================ stdout ============================================================ Can't find a local Berkeley DB installation. (suggestion: try the --berkeley-db=/path/to/bsddb option) ============================================================ stderr ============================================================ Installing from archive: /tmp/bsddb3-5.1.2.tar.gz failed to install ============================================================ Package: cbucho URL: http://pypi.python.org/packages/source/c/cbucho/cbucho-0.0.3.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/cbucho-0.0.3.tar.gz Traceback (most recent call last): File "setup.py", line 43, in <module> if not getattr(setuptools, '_distribute', False): NameError: name 'setuptools' is not defined failed to install ============================================================ Package: cnotmuch URL: http://pypi.python.org/packages/source/c/cnotmuch/cnotmuch-0.2.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/cnotmuch-0.2.2.tar.gz Traceback (most recent call last): File "setup.py", line 4, in <module> from cnotmuch.notmuch import __VERSION__ File "/tmp/tmp552xpn/cnotmuch-0.2.2/cnotmuch/notmuch.py", line 35, in <module> from database import Database, Query ImportError: No module named 'database' failed to install ============================================================ Package: codetree URL: http://pypi.python.org/packages/source/c/codetree/codetree-2009.12.24.py3k.cpp.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/codetree-2009.12.24.py3k.cpp.tar.gz codetree requires Python 3.1 failed to install ============================================================ Package: dynts URL: http://pypi.python.org/packages/source/d/dynts/dynts-0.4.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/dynts-0.4.1.tar.gz Traceback (most recent call last): File "setup.py", line 37, in <module> mod = get_module() File "setup.py", line 35, in get_module return __import__(package_name) File "dynts/__init__.py", line 39, in <module> from .backends import timeseries, xydata, TimeSeries, DynData, tsfunctions File "dynts/backends/__init__.py", line 5, in <module> from .base import TimeSeries, ops, ts_bin_op File "dynts/backends/base.py", line 6, in <module> import numpy as np ImportError: No module named 'numpy' failed to install ============================================================ Package: edpath URL: http://pypi.python.org/packages/source/e/edpath/edpath-0.1.4.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/edpath-0.1.4.tar.gz Traceback (most recent call last): File "setup.py", line 5, in <module> import py2exe ImportError: No module named 'py2exe' failed to install ============================================================ Package: ephem URL: http://pypi.python.org/packages/source/e/ephem/ephem-3.7.3.4.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/ephem-3.7.3.4.tar.gz usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: faulthandler URL: http://pypi.python.org/packages/source/f/faulthandler/faulthandler-2.0.tar.gz ============================================================ stdout ============================================================ ERROR: faulthandler is a builtin module since Python 3.3 ============================================================ stderr ============================================================ Installing from archive: /tmp/faulthandler-2.0.tar.gz failed to install ============================================================ Package: feedparser URL: http://pypi.python.org/packages/source/f/feedparser/feedparser-5.0.1.tar.bz2 ============================================================ stderr ============================================================ Installing from archive: /tmp/feedparser-5.0.1.tar.bz2 Traceback (most recent call last): File "setup.py", line 6, in <module> feedparser = imp.load_source('feedparser', path) File "feedparser/feedparser.py", line 356 raise AttributeError, "object has no attribute '%s'" % key ^ SyntaxError: invalid syntax failed to install ============================================================ Package: friture URL: http://pypi.python.org/packages/source/f/friture/friture-0.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/friture-0.1.tar.gz File "setup.py", line 13 print "Cannot find py2exe" ^ SyntaxError: invalid syntax failed to install ============================================================ Package: fullstate URL: http://pypi.python.org/packages/source/f/fullstate/fullstate-0.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/fullstate-0.1.tar.gz Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 130, in install_local_project return _run_install_from_archive(_unpacked_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 143, in _run_install_from_archive return _run_install_from_dir(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 155, in _run_install_from_dir install_method = get_install_method(source_dir) File "/usr/local/lib/python3.3/packaging/util.py", line 1353, in get_install_method elif is_setuptools(path): File "/usr/local/lib/python3.3/packaging/util.py", line 1313, in is_setuptools _has_setuptools_text(setup_py)) File "/usr/local/lib/python3.3/packaging/util.py", line 1249, in _has_setuptools_text return _has_text(setup_py, 'setuptools') File "/usr/local/lib/python3.3/packaging/util.py", line 1259, in _has_text for line in setup: File "/usr/local/lib/python3.3/codecs.py", line 300, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf8' codec can't decode byte 0xe4 in position 421: invalid continuation byte ============================================================ Package: fusil URL: http://pypi.python.org/packages/source/f/fusil/fusil-1.4.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/fusil-1.4.tar.gz usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --single-version-externally-managed not recognized failed to install ============================================================ Package: gcge URL: http://pypi.python.org/packages/source/g/gcge/gcge-0.0.1a.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/gcge-0.0.1a.tar.gz Traceback (most recent call last): File "setup.py", line 3, in <module> f = open('README.rst') IOError: [Errno 2] No such file or directory: 'README.rst' failed to install ============================================================ Package: gmpy URL: http://pypi.python.org/packages/source/g/gmpy/gmpy-1.14.zip ============================================================ stdout ============================================================ running install running build running build_ext building 'gmpy' extension creating build creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/src gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./src -I/usr/local/include/python3.3m -c src/gmpy.c -o build/temp.linux-i686-3.3/src/gmpy.o ============================================================ stderr ============================================================ Installing from archive: /tmp/gmpy-1.14.zip In file included from src/gmpy.c:236:0: src/gmpy.h:31:17: fatal error: gmp.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: html URL: http://pypi.python.org/packages/source/h/html/html-1.13.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/html-1.13.tar.gz Traceback (most recent call last): File "setup.py", line 5, in <module> from html import __version__, __doc__ File "/tmp/tmpmwn9h5/html-1.13/html.py", line 337 self.assertEquals(unicode(HTML().br), u'<br>') ^ SyntaxError: invalid syntax failed to install ============================================================ Package: htmlserver URL: http://pypi.python.org/packages/source/h/htmlserver/htmlserver-2010.02.07.appengine.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/htmlserver-2010.02.07.appengine.tar.gz htmlserver requires python3.1 failed to install ============================================================ Package: img2txt URL: http://pypi.python.org/packages/source/i/img2txt/img2txt-2008.11.20.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/img2txt-2008.11.20.tar.gz File "setup.py", line 10 """ ^ SyntaxError: invalid syntax failed to install ============================================================ Package: importlib URL: http://pypi.python.org/packages/source/i/importlib/importlib-1.0.2.tar.bz2 ============================================================ stderr ============================================================ Installing from archive: /tmp/importlib-1.0.2.tar.bz2 Traceback (most recent call last): File "setup.py", line 8, in <module> raise Exception("importlib is included in Python 3.1 and newer for 3.x") Exception: importlib is included in Python 3.1 and newer for 3.x failed to install ============================================================ Package: iptools URL: http://pypi.python.org/packages/source/i/iptools/iptools-0.4.0.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/iptools-0.4.0.tar.gz Traceback (most recent call last): File "setup.py", line 3, in <module> from ez_setup import use_setuptools File "/tmp/tmpl0r9dy/iptools-0.4.0/ez_setup.py", line 94 except pkg_resources.VersionConflict, e: ^ SyntaxError: invalid syntax failed to install ============================================================ Package: ladon URL: http://pypi.python.org/packages/source/l/ladon/ladon-0.5.1.tar.gz ============================================================ stdout ============================================================ ['ladon', 'chardet_py3', 'ladon.exceptions', 'ladon.clients', 'ladon.ladonizer', 'ladon.interfaces', 'ladon.server', 'ladon.types', 'ladon.server.default'] running install running build running build_py creating build creating build/lib creating build/lib/ladon copying src/ladon/compat.py -> build/lib/ladon copying src/ladon/__init__.py -> build/lib/ladon creating build/lib/chardet_py3 copying src/chardet_py3/jpcntx.py -> build/lib/chardet_py3 copying src/chardet_py3/euctwfreq.py -> build/lib/chardet_py3 copying src/chardet_py3/langbulgarianmodel.py -> build/lib/chardet_py3 copying src/chardet_py3/eucjpprober.py -> build/lib/chardet_py3 copying src/chardet_py3/latin1prober.py -> build/lib/chardet_py3 copying src/chardet_py3/langcyrillicmodel.py -> build/lib/chardet_py3 copying src/chardet_py3/escprober.py -> build/lib/chardet_py3 copying src/chardet_py3/langthaimodel.py -> build/lib/chardet_py3 copying src/chardet_py3/mbcsgroupprober.py -> build/lib/chardet_py3 copying src/chardet_py3/euckrprober.py -> build/lib/chardet_py3 copying src/chardet_py3/charsetprober.py -> build/lib/chardet_py3 copying src/chardet_py3/charsetgroupprober.py -> build/lib/chardet_py3 copying src/chardet_py3/sbcharsetprober.py -> build/lib/chardet_py3 copying src/chardet_py3/langgreekmodel.py -> build/lib/chardet_py3 copying src/chardet_py3/euckrfreq.py -> build/lib/chardet_py3 copying src/chardet_py3/sjisprober.py -> build/lib/chardet_py3 copying src/chardet_py3/gb2312prober.py -> build/lib/chardet_py3 copying src/chardet_py3/big5freq.py -> build/lib/chardet_py3 copying src/chardet_py3/jisfreq.py -> build/lib/chardet_py3 copying src/chardet_py3/sbcsgroupprober.py -> build/lib/chardet_py3 copying src/chardet_py3/constants.py -> build/lib/chardet_py3 copying src/chardet_py3/mbcharsetprober.py -> build/lib/chardet_py3 copying src/chardet_py3/gb2312freq.py -> build/lib/chardet_py3 copying src/chardet_py3/utf8prober.py -> build/lib/chardet_py3 copying src/chardet_py3/mbcssm.py -> build/lib/chardet_py3 copying src/chardet_py3/big5prober.py -> build/lib/chardet_py3 copying src/chardet_py3/universaldetector.py -> build/lib/chardet_py3 copying src/chardet_py3/hebrewprober.py -> build/lib/chardet_py3 copying src/chardet_py3/chardistribution.py -> build/lib/chardet_py3 copying src/chardet_py3/codingstatemachine.py -> build/lib/chardet_py3 copying src/chardet_py3/test.py -> build/lib/chardet_py3 copying src/chardet_py3/escsm.py -> build/lib/chardet_py3 copying src/chardet_py3/langhungarianmodel.py -> build/lib/chardet_py3 copying src/chardet_py3/langhebrewmodel.py -> build/lib/chardet_py3 copying src/chardet_py3/euctwprober.py -> build/lib/chardet_py3 copying src/chardet_py3/__init__.py -> build/lib/chardet_py3 creating build/lib/ladon/exceptions copying src/ladon/exceptions/ladonizer.py -> build/lib/ladon/exceptions copying src/ladon/exceptions/types.py -> build/lib/ladon/exceptions copying src/ladon/exceptions/base.py -> build/lib/ladon/exceptions copying src/ladon/exceptions/interfaces.py -> build/lib/ladon/exceptions copying src/ladon/exceptions/dispatcher.py -> build/lib/ladon/exceptions copying src/ladon/exceptions/__init__.py -> build/lib/ladon/exceptions creating build/lib/ladon/clients copying src/ladon/clients/__init__.py -> build/lib/ladon/clients copying src/ladon/clients/jsonwsp.py -> build/lib/ladon/clients creating build/lib/ladon/ladonizer copying src/ladon/ladonizer/collection.py -> build/lib/ladon/ladonizer copying src/ladon/ladonizer/decorator.py -> build/lib/ladon/ladonizer copying src/ladon/ladonizer/__init__.py -> build/lib/ladon/ladonizer creating build/lib/ladon/interfaces copying src/ladon/interfaces/base.py -> build/lib/ladon/interfaces copying src/ladon/interfaces/soap.py -> build/lib/ladon/interfaces copying src/ladon/interfaces/__init__.py -> build/lib/ladon/interfaces copying src/ladon/interfaces/jsonwsp.py -> build/lib/ladon/interfaces creating build/lib/ladon/server copying src/ladon/server/wsgi.py -> build/lib/ladon/server copying src/ladon/server/dispatcher.py -> build/lib/ladon/server copying src/ladon/server/wsgi_application.py -> build/lib/ladon/server copying src/ladon/server/__init__.py -> build/lib/ladon/server creating build/lib/ladon/types copying src/ladon/types/typemanager.py -> build/lib/ladon/types copying src/ladon/types/ladontype.py -> build/lib/ladon/types copying src/ladon/types/typeconverter.py -> build/lib/ladon/types copying src/ladon/types/__init__.py -> build/lib/ladon/types creating build/lib/ladon/server/default copying src/ladon/server/default/templates.py -> build/lib/ladon/server/default copying src/ladon/server/default/css.py -> build/lib/ladon/server/default copying src/ladon/server/default/__init__.py -> build/lib/ladon/server/default running build_scripts creating build/scripts-3.3 ============================================================ stderr ============================================================ Installing from archive: /tmp/ladon-0.5.1.tar.gz error: file '/tmp/tmpcvay77/ladon-0.5.1/scripts/ladon3.3ctl' does not exist failed to install ============================================================ Package: listparser URL: http://pypi.python.org/packages/source/l/listparser/listparser-0.15.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/listparser-0.15.tar.gz Traceback (most recent call last): File "setup.py", line 3, in <module> from listparser import __version__ File "/tmp/tmp6uxvci/listparser-0.15/listparser.py", line 92 'version': u'', ^ SyntaxError: invalid syntax failed to install ============================================================ Package: lupa URL: http://pypi.python.org/packages/source/l/lupa/lupa-0.20.tar.gz ============================================================ stdout ============================================================ building without Cython No local build of LuaJIT2 found in lupa directory, checking for installed library using pkg-config Did not find LuaJIT2 using pkg-config: pkg-config cannot find an installed luajit ============================================================ stderr ============================================================ Installing from archive: /tmp/lupa-0.20.tar.gz Traceback (most recent call last): File "setup.py", line 111, in <module> ext_args = find_luajit_build() File "setup.py", line 99, in find_luajit_build raise RuntimeError("LuaJIT2 not found, please install the library and its development packages" RuntimeError: LuaJIT2 not found, please install the library and its development packages, or put a local build into the lupa main directory (or pass '--no-luajit' option) failed to install ============================================================ Package: lxml URL: http://pypi.python.org/packages/source/l/lxml/lxml-2.3.tar.gz ============================================================ stdout ============================================================ Building lxml version 2.3. Building without Cython. ERROR: b'/bin/sh: xslt-config: not found\n' ** make sure the development packages of libxml2 and libxslt are installed ** Using build configuration of libxslt running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/lxml copying src/lxml/pyclasslookup.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/sax.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/cssselect.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/usedoctest.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/_elementpath.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/doctestcompare.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/builder.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/ElementInclude.py -> build/lib.linux-i686-3.3/lxml copying src/lxml/__init__.py -> build/lib.linux-i686-3.3/lxml creating build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/_dictmixin.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/defs.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/soupparser.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/usedoctest.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/_setmixin.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/formfill.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/ElementSoup.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/_html5builder.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/_diffcommand.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/builder.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/diff.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/html5parser.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/clean.py -> build/lib.linux-i686-3.3/lxml/html copying src/lxml/html/__init__.py -> build/lib.linux-i686-3.3/lxml/html creating build/lib.linux-i686-3.3/lxml/isoschematron copying src/lxml/isoschematron/__init__.py -> build/lib.linux-i686-3.3/lxml/isoschematron creating build/lib.linux-i686-3.3/lxml/isoschematron/resources creating build/lib.linux-i686-3.3/lxml/isoschematron/resources/rng copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/rng creating build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl creating build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-i686-3.3/lxml/isoschematron/resources/xsl/iso-schematron-xslt1 running build_ext building 'lxml.etree' extension creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/src creating build/temp.linux-i686-3.3/src/lxml gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c src/lxml/lxml.etree.c -o build/temp.linux-i686-3.3/src/lxml/lxml.etree.o -w ============================================================ stderr ============================================================ Installing from archive: /tmp/lxml-2.3.tar.gz In file included from src/lxml/lxml.etree.c:227:0: src/lxml/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: multifileiter URL: http://pypi.python.org/packages/source/m/multifileiter/multifileiter-0.1.2.zip ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/multifileiter copying multifileiter/fileinput.py -> build/lib.linux-i686-3.3/multifileiter copying multifileiter/__init__.py -> build/lib.linux-i686-3.3/multifileiter running build_ext building 'multifileiter._multifile' extension creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/multifileiter gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c multifileiter/_multifile.c -o build/temp.linux-i686-3.3/multifileiter/_multifile.o ============================================================ stderr ============================================================ Installing from archive: /tmp/multifileiter-0.1.2.zip multifileiter/_multifile.c:142:1: error: static declaration of ‘multifile_clear’ follows non-static declaration multifileiter/_multifile.c:43:5: note: previous declaration of ‘multifile_clear’ was here multifileiter/_multifile.c:312:1: error: static declaration of ‘multifile_close’ follows non-static declaration multifileiter/_multifile.c:44:11: note: previous declaration of ‘multifile_close’ was here error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: networkx URL: http://pypi.python.org/packages/source/n/networkx/networkx-1.5.tar.gz ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib creating build/lib/networkx copying networkx/relabel.py -> build/lib/networkx copying networkx/version.py -> build/lib/networkx copying networkx/utils.py -> build/lib/networkx copying networkx/exception.py -> build/lib/networkx copying networkx/release.py -> build/lib/networkx copying networkx/convert.py -> build/lib/networkx copying networkx/__init__.py -> build/lib/networkx creating build/lib/networkx/algorithms copying networkx/algorithms/richclub.py -> build/lib/networkx/algorithms copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms copying networkx/algorithms/neighbor_degree.py -> build/lib/networkx/algorithms copying networkx/algorithms/block.py -> build/lib/networkx/algorithms copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_regular.py -> build/lib/networkx/algorithms copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms copying networkx/algorithms/dag.py -> build/lib/networkx/algorithms copying networkx/algorithms/mixing.py -> build/lib/networkx/algorithms copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms copying networkx/algorithms/operators.py -> build/lib/networkx/algorithms copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms copying networkx/algorithms/core.py -> build/lib/networkx/algorithms copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms copying networkx/algorithms/mst.py -> build/lib/networkx/algorithms copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms creating build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/basic.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/spectral.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/cluster.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/__init__.py -> build/lib/networkx/algorithms/bipartite creating build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/degree_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/eigenvector.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/load.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality creating build/lib/networkx/algorithms/chordal copying networkx/algorithms/chordal/chordal_alg.py -> build/lib/networkx/algorithms/chordal copying networkx/algorithms/chordal/__init__.py -> build/lib/networkx/algorithms/chordal creating build/lib/networkx/algorithms/components copying networkx/algorithms/components/connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/strongly_connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/attracting.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/weakly_connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/__init__.py -> build/lib/networkx/algorithms/components creating build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/maxflow.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/mincost.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/__init__.py -> build/lib/networkx/algorithms/flow creating build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal creating build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/vf2weighted.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorph.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/__init__.py -> build/lib/networkx/algorithms/isomorphism creating build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/generic.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/unweighted.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/dense.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/weighted.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/astar.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/__init__.py -> build/lib/networkx/algorithms/shortest_paths creating build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/pagerank_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/hits_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/__init__.py -> build/lib/networkx/algorithms/link_analysis creating build/lib/networkx/classes copying networkx/classes/function.py -> build/lib/networkx/classes copying networkx/classes/multigraph.py -> build/lib/networkx/classes copying networkx/classes/multidigraph.py -> build/lib/networkx/classes copying networkx/classes/digraph.py -> build/lib/networkx/classes copying networkx/classes/graph.py -> build/lib/networkx/classes copying networkx/classes/__init__.py -> build/lib/networkx/classes creating build/lib/networkx/generators copying networkx/generators/social.py -> build/lib/networkx/generators copying networkx/generators/directed.py -> build/lib/networkx/generators copying networkx/generators/small.py -> build/lib/networkx/generators copying networkx/generators/line.py -> build/lib/networkx/generators copying networkx/generators/threshold.py -> build/lib/networkx/generators copying networkx/generators/hybrid.py -> build/lib/networkx/generators copying networkx/generators/atlas.py -> build/lib/networkx/generators copying networkx/generators/classic.py -> build/lib/networkx/generators copying networkx/generators/ego.py -> build/lib/networkx/generators copying networkx/generators/random_graphs.py -> build/lib/networkx/generators copying networkx/generators/stochastic.py -> build/lib/networkx/generators copying networkx/generators/geometric.py -> build/lib/networkx/generators copying networkx/generators/bipartite.py -> build/lib/networkx/generators copying networkx/generators/degree_seq.py -> build/lib/networkx/generators copying networkx/generators/intersection.py -> build/lib/networkx/generators copying networkx/generators/__init__.py -> build/lib/networkx/generators creating build/lib/networkx/drawing copying networkx/drawing/nx_agraph.py -> build/lib/networkx/drawing copying networkx/drawing/layout.py -> build/lib/networkx/drawing copying networkx/drawing/nx_pylab.py -> build/lib/networkx/drawing copying networkx/drawing/nx_pydot.py -> build/lib/networkx/drawing copying networkx/drawing/__init__.py -> build/lib/networkx/drawing creating build/lib/networkx/linalg copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg copying networkx/linalg/__init__.py -> build/lib/networkx/linalg creating build/lib/networkx/readwrite copying networkx/readwrite/multiline_adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/pajek.py -> build/lib/networkx/readwrite copying networkx/readwrite/graphml.py -> build/lib/networkx/readwrite copying networkx/readwrite/edgelist.py -> build/lib/networkx/readwrite copying networkx/readwrite/gml.py -> build/lib/networkx/readwrite copying networkx/readwrite/p2g.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_shp.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_yaml.py -> build/lib/networkx/readwrite copying networkx/readwrite/gpickle.py -> build/lib/networkx/readwrite copying networkx/readwrite/gexf.py -> build/lib/networkx/readwrite copying networkx/readwrite/sparsegraph6.py -> build/lib/networkx/readwrite copying networkx/readwrite/adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/leda.py -> build/lib/networkx/readwrite copying networkx/readwrite/__init__.py -> build/lib/networkx/readwrite creating build/lib/networkx/tests copying networkx/tests/benchmark.py -> build/lib/networkx/tests copying networkx/tests/test_convert_scipy.py -> build/lib/networkx/tests copying networkx/tests/test_convert_numpy.py -> build/lib/networkx/tests copying networkx/tests/test_relabel.py -> build/lib/networkx/tests copying networkx/tests/test_exceptions.py -> build/lib/networkx/tests copying networkx/tests/test_utils.py -> build/lib/networkx/tests copying networkx/tests/test.py -> build/lib/networkx/tests copying networkx/tests/test_convert.py -> build/lib/networkx/tests copying networkx/tests/__init__.py -> build/lib/networkx/tests creating build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_richclub.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_smetric.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mixing_degree.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cluster.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_neighbor_degree.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_block.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_operators.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_euler.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mixing_attributes.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mst.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests creating build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_cluster.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_basic.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_centrality.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_project.py -> build/lib/networkx/algorithms/bipartite/tests creating build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_closeness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_load_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_degree_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests creating build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_attracting.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_weakly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_strongly_connected.py -> build/lib/networkx/algorithms/components/tests creating build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_mincost.py -> build/lib/networkx/algorithms/flow/tests creating build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_dfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_bfs.py -> build/lib/networkx/algorithms/traversal/tests creating build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphism.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_vf2weighted.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> build/lib/networkx/algorithms/isomorphism/tests creating build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_generic.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_astar.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_weighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_unweighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense.py -> build/lib/networkx/algorithms/shortest_paths/tests creating build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_hits.py -> build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_pagerank.py -> build/lib/networkx/algorithms/link_analysis/tests creating build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_function.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph.py -> build/lib/networkx/classes/tests creating build/lib/networkx/generators/tests copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_hybrid.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_classic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_small.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_threshold.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_atlas.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_bipartite.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_directed.py -> build/lib/networkx/generators/tests creating build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pylab.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_layout.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pydot.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_agraph.py -> build/lib/networkx/drawing/tests creating build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_spectrum.py -> build/lib/networkx/linalg/tests creating build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graphml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_shp.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_sparsegraph6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_yaml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gpickle.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_leda.py -> build/lib/networkx/readwrite/tests running install_lib creating /tmp/venv/lib/python3.3/site-packages/networkx copying build/lib/networkx/relabel.py -> /tmp/venv/lib/python3.3/site-packages/networkx copying build/lib/networkx/version.py -> /tmp/venv/lib/python3.3/site-packages/networkx creating /tmp/venv/lib/python3.3/site-packages/networkx/classes copying build/lib/networkx/classes/function.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes copying build/lib/networkx/classes/multigraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes copying build/lib/networkx/classes/multidigraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes copying build/lib/networkx/classes/digraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes creating /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph_historical.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_function.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/historical_tests.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multidigraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multigraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests copying build/lib/networkx/classes/graph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes copying build/lib/networkx/classes/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/classes copying build/lib/networkx/utils.py -> /tmp/venv/lib/python3.3/site-packages/networkx creating /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/social.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/directed.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/small.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/line.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/threshold.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/hybrid.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/classic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators creating /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_intersection.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_stochastic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_geometric.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_hybrid.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_classic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_ego.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_small.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_threshold.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_graphs.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_degree_seq.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_line.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_atlas.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_bipartite.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_directed.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests copying build/lib/networkx/generators/ego.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/random_graphs.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/stochastic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/geometric.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/bipartite.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/degree_seq.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/intersection.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators copying build/lib/networkx/generators/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/generators creating /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/multiline_adjlist.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/pajek.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graphml.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/edgelist.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gml.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/p2g.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_shp.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite creating /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gexf.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graphml.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gml.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_shp.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_sparsegraph6.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_yaml.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_pajek.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gpickle.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_leda.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/nx_yaml.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gpickle.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gexf.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/sparsegraph6.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/adjlist.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/leda.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/readwrite creating /tmp/venv/lib/python3.3/site-packages/networkx/linalg copying build/lib/networkx/linalg/attrmatrix.py -> /tmp/venv/lib/python3.3/site-packages/networkx/linalg creating /tmp/venv/lib/python3.3/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_spectrum.py -> /tmp/venv/lib/python3.3/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/spectrum.py -> /tmp/venv/lib/python3.3/site-packages/networkx/linalg copying build/lib/networkx/linalg/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/linalg creating /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/benchmark.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_scipy.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_numpy.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test_relabel.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test_exceptions.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test_utils.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/tests/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/tests copying build/lib/networkx/exception.py -> /tmp/venv/lib/python3.3/site-packages/networkx copying build/lib/networkx/release.py -> /tmp/venv/lib/python3.3/site-packages/networkx creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/richclub.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/maxflow.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/mincost.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/vitality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2weighted.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/vf2weighted.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isolate.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/neighbor_degree.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/block.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cycles.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mis.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_richclub.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_vitality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_boundary.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cycles.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smetric.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mixing_degree.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cluster.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_neighbor_degree.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_block.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dag.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_operators.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_euler.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mixing_attributes.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_clique.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_matching.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mst.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_core.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/distance_regular.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smetric.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cluster.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/chordal/chordal_alg.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/chordal/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/distance_measures.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/closeness.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/load.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/euler.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/boundary.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dag.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mixing.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/basic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/spectral.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/cluster.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/projection.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/matching.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/operators.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/clique.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/core.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/connected.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/strongly_connected.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/attracting.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components creating /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/weakly_connected.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/mis.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mst.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/algorithms copying build/lib/networkx/convert.py -> /tmp/venv/lib/python3.3/site-packages/networkx creating /tmp/venv/lib/python3.3/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_agraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing creating /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pylab.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_layout.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pydot.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_agraph.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/layout.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pylab.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pydot.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing copying build/lib/networkx/drawing/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx/drawing copying build/lib/networkx/__init__.py -> /tmp/venv/lib/python3.3/site-packages/networkx byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/relabel.py to relabel.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/version.py to version.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/function.py to function.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/multigraph.py to multigraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/multidigraph.py to multidigraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/digraph.py to digraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_graph_historical.py to test_graph_historical.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_function.py to test_function.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/historical_tests.py to historical_tests.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_digraph_historical.py to test_digraph_historical.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_graph.py to test_graph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_multidigraph.py to test_multidigraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_multigraph.py to test_multigraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/tests/test_digraph.py to test_digraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/graph.py to graph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/classes/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/utils.py to utils.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/social.py to social.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/directed.py to directed.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/small.py to small.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/line.py to line.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/threshold.py to threshold.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/hybrid.py to hybrid.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/atlas.py to atlas.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/classic.py to classic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_intersection.py to test_intersection.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_stochastic.py to test_stochastic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_geometric.py to test_geometric.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_hybrid.py to test_hybrid.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_classic.py to test_classic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_ego.py to test_ego.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_small.py to test_small.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_threshold.py to test_threshold.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_random_graphs.py to test_random_graphs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_degree_seq.py to test_degree_seq.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_line.py to test_line.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_atlas.py to test_atlas.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_bipartite.py to test_bipartite.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/tests/test_directed.py to test_directed.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/ego.py to ego.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/random_graphs.py to random_graphs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/stochastic.py to stochastic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/geometric.py to geometric.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/bipartite.py to bipartite.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/degree_seq.py to degree_seq.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/intersection.py to intersection.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/generators/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/multiline_adjlist.py to multiline_adjlist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/pajek.py to pajek.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/graphml.py to graphml.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/edgelist.py to edgelist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/gml.py to gml.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/p2g.py to p2g.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/nx_shp.py to nx_shp.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_gexf.py to test_gexf.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_graphml.py to test_graphml.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_edgelist.py to test_edgelist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_gml.py to test_gml.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_shp.py to test_shp.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_sparsegraph6.py to test_sparsegraph6.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_adjlist.py to test_adjlist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_yaml.py to test_yaml.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_pajek.py to test_pajek.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_gpickle.py to test_gpickle.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/tests/test_leda.py to test_leda.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/nx_yaml.py to nx_yaml.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/gpickle.py to gpickle.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/gexf.py to gexf.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/sparsegraph6.py to sparsegraph6.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/adjlist.py to adjlist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/leda.py to leda.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/readwrite/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/linalg/attrmatrix.py to attrmatrix.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/linalg/tests/test_spectrum.py to test_spectrum.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/linalg/spectrum.py to spectrum.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/linalg/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/benchmark.py to benchmark.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test_convert_scipy.py to test_convert_scipy.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test_convert_numpy.py to test_convert_numpy.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test_relabel.py to test_relabel.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test_exceptions.py to test_exceptions.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test_utils.py to test_utils.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test.py to test.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/test_convert.py to test_convert.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/tests/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/exception.py to exception.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/release.py to release.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/richclub.py to richclub.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/generic.py to generic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/unweighted.py to unweighted.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py to test_generic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py to test_astar.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py to test_weighted.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py to test_unweighted.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py to test_dense.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/dense.py to dense.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/weighted.py to weighted.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/astar.py to astar.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/shortest_paths/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py to pagerank_alg.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py to test_hits.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py to test_pagerank.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/hits_alg.py to hits_alg.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/link_analysis/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/maxflow.py to maxflow.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py to test_maxflow_large_graph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests/test_maxflow.py to test_maxflow.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/tests/test_mincost.py to test_mincost.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/mincost.py to mincost.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/flow/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/vitality.py to vitality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py to test_isomorphism.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests/test_vf2weighted.py to test_vf2weighted.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py to test_isomorphvf2.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/vf2weighted.py to vf2weighted.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/isomorph.py to isomorph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py to isomorphvf2.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isomorphism/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/isolate.py to isolate.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/neighbor_degree.py to neighbor_degree.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/block.py to block.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/cycles.py to cycles.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_mis.py to test_mis.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_richclub.py to test_richclub.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_vitality.py to test_vitality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_boundary.py to test_boundary.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_cycles.py to test_cycles.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_smetric.py to test_smetric.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_mixing_degree.py to test_mixing_degree.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_cluster.py to test_cluster.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_neighbor_degree.py to test_neighbor_degree.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_block.py to test_block.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_dag.py to test_dag.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_distance_regular.py to test_distance_regular.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_operators.py to test_operators.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_euler.py to test_euler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_mixing_attributes.py to test_mixing_attributes.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_clique.py to test_clique.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_matching.py to test_matching.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_mst.py to test_mst.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_core.py to test_core.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/tests/test_distance_measures.py to test_distance_measures.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/depth_first_search.py to depth_first_search.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/breadth_first_search.py to breadth_first_search.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/tests/test_dfs.py to test_dfs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/tests/test_bfs.py to test_bfs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/traversal/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/distance_regular.py to distance_regular.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/smetric.py to smetric.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/cluster.py to cluster.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/chordal/chordal_alg.py to chordal_alg.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/chordal/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/distance_measures.py to distance_measures.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/degree_alg.py to degree_alg.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/eigenvector.py to eigenvector.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py to current_flow_betweenness_subset.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/betweenness.py to betweenness.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/closeness.py to closeness.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/load.py to load.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py to test_current_flow_betweenness_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py to test_closeness_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py to test_load_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py to test_betweenness_centrality_subset.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py to test_current_flow_closeness.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py to test_betweenness_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py to test_eigenvector_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py to test_degree_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py to test_current_flow_betweenness_centrality_subset.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/betweenness_subset.py to betweenness_subset.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/current_flow_closeness.py to current_flow_closeness.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py to current_flow_betweenness.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/centrality/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/euler.py to euler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/boundary.py to boundary.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/dag.py to dag.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/mixing.py to mixing.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/redundancy.py to redundancy.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/basic.py to basic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/centrality.py to centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/spectral.py to spectral.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py to test_cluster.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests/test_basic.py to test_basic.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py to test_spectral_bipartivity.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py to test_centrality.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/tests/test_project.py to test_project.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/cluster.py to cluster.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/projection.py to projection.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/bipartite/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/matching.py to matching.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/operators.py to operators.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/clique.py to clique.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/core.py to core.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/connected.py to connected.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/strongly_connected.py to strongly_connected.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/attracting.py to attracting.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests/test_connected.py to test_connected.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests/test_attracting.py to test_attracting.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py to test_weakly_connected.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py to test_strongly_connected.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/weakly_connected.py to weakly_connected.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/components/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/mis.py to mis.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/mst.py to mst.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/algorithms/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/convert.py to convert.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/nx_agraph.py to nx_agraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests/test_pylab.py to test_pylab.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests/test_layout.py to test_layout.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests/test_pydot.py to test_pydot.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/tests/test_agraph.py to test_agraph.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/layout.py to layout.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/nx_pylab.py to nx_pylab.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/nx_pydot.py to nx_pydot.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/drawing/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/networkx/__init__.py to __init__.pyc running install_data creating /tmp/venv/share creating /tmp/venv/share/doc creating /tmp/venv/share/doc/networkx-1.5 copying INSTALL.txt -> /tmp/venv/share/doc/networkx-1.5 copying LICENSE.txt -> /tmp/venv/share/doc/networkx-1.5 copying README.txt -> /tmp/venv/share/doc/networkx-1.5 creating /tmp/venv/share/doc/networkx-1.5/examples creating /tmp/venv/share/doc/networkx-1.5/examples/advanced copying examples/advanced/iterated_dynamical_systems.py -> /tmp/venv/share/doc/networkx-1.5/examples/advanced copying examples/advanced/eigenvalues.py -> /tmp/venv/share/doc/networkx-1.5/examples/advanced copying examples/advanced/heavy_metal_umlaut.py -> /tmp/venv/share/doc/networkx-1.5/examples/advanced creating /tmp/venv/share/doc/networkx-1.5/examples/algorithms copying examples/algorithms/krackhardt_centrality.py -> /tmp/venv/share/doc/networkx-1.5/examples/algorithms copying examples/algorithms/blockmodel.py -> /tmp/venv/share/doc/networkx-1.5/examples/algorithms copying examples/algorithms/davis_club.py -> /tmp/venv/share/doc/networkx-1.5/examples/algorithms copying examples/algorithms/hartford_drug.edgelist -> /tmp/venv/share/doc/networkx-1.5/examples/algorithms creating /tmp/venv/share/doc/networkx-1.5/examples/basic copying examples/basic/properties.py -> /tmp/venv/share/doc/networkx-1.5/examples/basic copying examples/basic/read_write.py -> /tmp/venv/share/doc/networkx-1.5/examples/basic creating /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/mayavi2_spring.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/random_geometric_graph.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/chess_masters.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/giant_component.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/sampson.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/lanl_routes.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/knuth_miles.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/node_colormap.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/atlas.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/simple_path.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/labels_and_colors.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/house_with_colors.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/edge_colormap.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/circular_tree.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/degree_histogram.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/weighted_graph.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/ego_graph.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/four_grids.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/unix_email.py -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/chess_masters_WCC.pgn.bz2 -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/knuth_miles.txt.gz -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/unix_email.mbox -> /tmp/venv/share/doc/networkx-1.5/examples/drawing copying examples/drawing/lanl_routes.edgelist -> /tmp/venv/share/doc/networkx-1.5/examples/drawing creating /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/football.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/knuth_miles.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/degree_sequence.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/karate_club.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/napoleon_russian_campaign.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/erdos_renyi.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/atlas.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/expected_degree_sequence.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/roget.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/unix_email.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/words.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/atlas2.py -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/knuth_miles.txt.gz -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/words_dat.txt.gz -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/roget_dat.txt.gz -> /tmp/venv/share/doc/networkx-1.5/examples/graph copying examples/graph/unix_email.mbox -> /tmp/venv/share/doc/networkx-1.5/examples/graph creating /tmp/venv/share/doc/networkx-1.5/examples/multigraph copying examples/multigraph/chess_masters.py -> /tmp/venv/share/doc/networkx-1.5/examples/multigraph copying examples/multigraph/chess_masters_WCC.pgn.bz2 -> /tmp/venv/share/doc/networkx-1.5/examples/multigraph creating /tmp/venv/share/doc/networkx-1.5/examples/pygraphviz copying examples/pygraphviz/write_dotfile.py -> /tmp/venv/share/doc/networkx-1.5/examples/pygraphviz copying examples/pygraphviz/pygraphviz_draw.py -> /tmp/venv/share/doc/networkx-1.5/examples/pygraphviz copying examples/pygraphviz/pygraphviz_attributes.py -> /tmp/venv/share/doc/networkx-1.5/examples/pygraphviz copying examples/pygraphviz/pygraphviz_simple.py -> /tmp/venv/share/doc/networkx-1.5/examples/pygraphviz creating /tmp/venv/share/doc/networkx-1.5/examples/readwrite running install_egg_info Writing /tmp/venv/lib/python3.3/site-packages/networkx-1.5-py3.3.egg-info writing list of installed files to '/tmp/tmpr1t4_z/networkx-1.5/RECORD' ============================================================ stderr ============================================================ Installing from archive: /tmp/networkx-1.5.tar.gz creating /tmp/venv/lib/python3.3/site-packages/networkx-1.5-py3.3.dist-info/METADATA creating /tmp/venv/lib/python3.3/site-packages/networkx-1.5-py3.3.dist-info/INSTALLER creating /tmp/venv/lib/python3.3/site-packages/networkx-1.5-py3.3.dist-info/RECORD Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 130, in install_local_project return _run_install_from_archive(_unpacked_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 143, in _run_install_from_archive return _run_install_from_dir(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 160, in _run_install_from_dir func(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 71, in _run_distutils_install egginfo_to_distinfo(record_file, remove_egginfo=True) File "/usr/local/lib/python3.3/packaging/util.py", line 1226, in egginfo_to_distinfo _write_record_file(record_path, distinfo['installed']) File "/usr/local/lib/python3.3/packaging/util.py", line 1173, in _write_record_file with open(fpath, 'rb') as fp: IOError: [Errno 21] Is a directory: '/tmp/venv/share/doc/networkx-1.5/examples/advanced' ============================================================ Package: newsletter URL: http://pypi.python.org/packages/source/n/newsletter/newsletter-0.1.10pre.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/newsletter-0.1.10pre.tar.gz Traceback (most recent call last): File "setup.py", line 27, in <module> DESCRIPTION = open('readme.txt').read() IOError: [Errno 2] No such file or directory: 'readme.txt' failed to install ============================================================ Package: numbyte URL: http://pypi.python.org/packages/source/n/numbyte/numbyte-2009.12.24.py3k.cpp.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/numbyte-2009.12.24.py3k.cpp.tar.gz numbyte requires Python 3.1 failed to install ============================================================ Package: numpy URL: http://pypi.python.org/packages/source/n/numpy/numpy-1.6.0.tar.gz ============================================================ stdout ============================================================ Converting to Python3 via 2to3... non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib/sse2 libraries ptf77blas,ptcblas,atlas not found in /usr/lib NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib/sse2 libraries f77blas,cblas,atlas not found in /usr/lib NOT AVAILABLE blas_info: libraries blas not found in /usr/local/lib libraries blas not found in /usr/lib NOT AVAILABLE blas_src_info: NOT AVAILABLE NOT AVAILABLE non-existing path in 'numpy/lib': 'benchmarks' lapack_opt_info: lapack_mkl_info: mkl_info: libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not found in /usr/lib NOT AVAILABLE NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries ptf77blas,ptcblas,atlas not found in /usr/lib/sse2 libraries lapack_atlas not found in /usr/lib/sse2 libraries ptf77blas,ptcblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib <class 'numpy.distutils.system_info.atlas_threads_info'> NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in /usr/local/lib libraries lapack_atlas not found in /usr/local/lib libraries f77blas,cblas,atlas not found in /usr/lib/sse2 libraries lapack_atlas not found in /usr/lib/sse2 libraries f77blas,cblas,atlas not found in /usr/lib libraries lapack_atlas not found in /usr/lib <class 'numpy.distutils.system_info.atlas_info'> NOT AVAILABLE lapack_info: libraries lapack not found in /usr/local/lib libraries lapack not found in /usr/lib NOT AVAILABLE lapack_src_info: NOT AVAILABLE NOT AVAILABLE running install running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating build creating build/src.linux-i686-3.3 creating build/src.linux-i686-3.3/numpy creating build/src.linux-i686-3.3/numpy/distutils building library "npymath" sources customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelFCompiler Could not locate executable ifort Could not locate executable ifc customize LaheyFCompiler Could not locate executable lf95 customize PGroupFCompiler Could not locate executable pgf90 Could not locate executable pgf77 customize AbsoftFCompiler Could not locate executable f90 customize NAGFCompiler Could not locate executable f95 customize VastFCompiler customize CompaqFCompiler Could not locate executable fort customize IntelItaniumFCompiler Could not locate executable efort Could not locate executable efc customize IntelEM64TFCompiler customize Gnu95FCompiler Could not locate executable gfortran customize G95FCompiler Could not locate executable g95 customize PathScaleFCompiler Could not locate executable pathf95 don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/tmpithb9c/numpy-1.6.0/build/py3k/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status _configtest.o: In function `main': /tmp/tmpithb9c/numpy-1.6.0/build/py3k/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status failure. removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest creating build/src.linux-i686-3.3/numpy/core creating build/src.linux-i686-3.3/numpy/core/src creating build/src.linux-i686-3.3/numpy/core/src/npymath conv_template:> build/src.linux-i686-3.3/numpy/core/src/npymath/npy_math.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/npymath/ieee754.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/npymath/npy_math_complex.c building extension "numpy.core._sort" sources Generating build/src.linux-i686-3.3/numpy/core/include/numpy/config.h customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function) _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in _configtest.c:4:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function) _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative _configtest.c:3:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:16: error: size of array ‘test_array’ is negative C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/tmpithb9c/numpy-1.6.0/build/py3k/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status _configtest.o: In function `main': /tmp/tmpithb9c/numpy-1.6.0/build/py3k/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status failure. removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘asin’ _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’ _configtest.c:3:5: warning: conflicting types for built-in function ‘log’ _configtest.c:4:5: warning: conflicting types for built-in function ‘fabs’ _configtest.c:5:5: warning: conflicting types for built-in function ‘tanh’ _configtest.c:6:5: warning: conflicting types for built-in function ‘atan’ _configtest.c:7:5: warning: conflicting types for built-in function ‘acos’ _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’ _configtest.c:9:5: warning: conflicting types for built-in function ‘fmod’ _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’ _configtest.c:11:5: warning: conflicting types for built-in function ‘cosh’ _configtest.c:12:5: warning: conflicting types for built-in function ‘modf’ _configtest.c:13:5: warning: conflicting types for built-in function ‘sinh’ _configtest.c:14:5: warning: conflicting types for built-in function ‘frexp’ _configtest.c:15:5: warning: conflicting types for built-in function ‘exp’ _configtest.c:16:5: warning: conflicting types for built-in function ‘tan’ _configtest.c:17:5: warning: conflicting types for built-in function ‘ceil’ _configtest.c:18:5: warning: conflicting types for built-in function ‘log10’ _configtest.c:19:5: warning: conflicting types for built-in function ‘sin’ _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘log2’ _configtest.c:2:5: warning: conflicting types for built-in function ‘pow’ _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’ _configtest.c:4:5: warning: conflicting types for built-in function ‘atan2’ _configtest.c:5:5: warning: conflicting types for built-in function ‘rint’ _configtest.c:6:5: warning: conflicting types for built-in function ‘nextafter’ _configtest.c:7:5: warning: conflicting types for built-in function ‘trunc’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cosf’ _configtest.c:2:5: warning: conflicting types for built-in function ‘coshf’ _configtest.c:3:5: warning: conflicting types for built-in function ‘rintf’ _configtest.c:4:5: warning: conflicting types for built-in function ‘fabsf’ _configtest.c:5:5: warning: conflicting types for built-in function ‘floorf’ _configtest.c:6:5: warning: conflicting types for built-in function ‘nextafterf’ _configtest.c:7:5: warning: conflicting types for built-in function ‘tanhf’ _configtest.c:8:5: warning: conflicting types for built-in function ‘log10f’ _configtest.c:9:5: warning: conflicting types for built-in function ‘logf’ _configtest.c:10:5: warning: conflicting types for built-in function ‘sinhf’ _configtest.c:11:5: warning: conflicting types for built-in function ‘acosf’ _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’ _configtest.c:13:5: warning: conflicting types for built-in function ‘ldexpf’ _configtest.c:14:5: warning: conflicting types for built-in function ‘hypotf’ _configtest.c:15:5: warning: conflicting types for built-in function ‘log2f’ _configtest.c:16:5: warning: conflicting types for built-in function ‘exp2f’ _configtest.c:17:5: warning: conflicting types for built-in function ‘atanf’ _configtest.c:18:5: warning: conflicting types for built-in function ‘fmodf’ _configtest.c:19:5: warning: conflicting types for built-in function ‘atan2f’ _configtest.c:20:5: warning: conflicting types for built-in function ‘modff’ _configtest.c:21:5: warning: conflicting types for built-in function ‘ceilf’ _configtest.c:22:5: warning: conflicting types for built-in function ‘log1pf’ _configtest.c:23:5: warning: conflicting types for built-in function ‘asinf’ _configtest.c:24:5: warning: conflicting types for built-in function ‘copysignf’ _configtest.c:25:5: warning: conflicting types for built-in function ‘acoshf’ _configtest.c:26:5: warning: conflicting types for built-in function ‘sinf’ _configtest.c:27:5: warning: conflicting types for built-in function ‘tanf’ _configtest.c:28:5: warning: conflicting types for built-in function ‘atanhf’ _configtest.c:29:5: warning: conflicting types for built-in function ‘truncf’ _configtest.c:30:5: warning: conflicting types for built-in function ‘asinhf’ _configtest.c:31:5: warning: conflicting types for built-in function ‘frexpf’ _configtest.c:32:5: warning: conflicting types for built-in function ‘powf’ _configtest.c:33:5: warning: conflicting types for built-in function ‘expf’ _configtest.c:34:5: warning: conflicting types for built-in function ‘expm1f’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘tanhl’ _configtest.c:2:5: warning: conflicting types for built-in function ‘log10l’ _configtest.c:3:5: warning: conflicting types for built-in function ‘nextafterl’ _configtest.c:4:5: warning: conflicting types for built-in function ‘coshl’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cosl’ _configtest.c:6:5: warning: conflicting types for built-in function ‘floorl’ _configtest.c:7:5: warning: conflicting types for built-in function ‘rintl’ _configtest.c:8:5: warning: conflicting types for built-in function ‘fabsl’ _configtest.c:9:5: warning: conflicting types for built-in function ‘acosl’ _configtest.c:10:5: warning: conflicting types for built-in function ‘ldexpl’ _configtest.c:11:5: warning: conflicting types for built-in function ‘sqrtl’ _configtest.c:12:5: warning: conflicting types for built-in function ‘logl’ _configtest.c:13:5: warning: conflicting types for built-in function ‘expm1l’ _configtest.c:14:5: warning: conflicting types for built-in function ‘hypotl’ _configtest.c:15:5: warning: conflicting types for built-in function ‘log2l’ _configtest.c:16:5: warning: conflicting types for built-in function ‘copysignl’ _configtest.c:17:5: warning: conflicting types for built-in function ‘exp2l’ _configtest.c:18:5: warning: conflicting types for built-in function ‘atanl’ _configtest.c:19:5: warning: conflicting types for built-in function ‘frexpl’ _configtest.c:20:5: warning: conflicting types for built-in function ‘atan2l’ _configtest.c:21:5: warning: conflicting types for built-in function ‘sinhl’ _configtest.c:22:5: warning: conflicting types for built-in function ‘fmodl’ _configtest.c:23:5: warning: conflicting types for built-in function ‘log1pl’ _configtest.c:24:5: warning: conflicting types for built-in function ‘asinl’ _configtest.c:25:5: warning: conflicting types for built-in function ‘ceill’ _configtest.c:26:5: warning: conflicting types for built-in function ‘sinl’ _configtest.c:27:5: warning: conflicting types for built-in function ‘acoshl’ _configtest.c:28:5: warning: conflicting types for built-in function ‘atanhl’ _configtest.c:29:5: warning: conflicting types for built-in function ‘tanl’ _configtest.c:30:5: warning: conflicting types for built-in function ‘truncl’ _configtest.c:31:5: warning: conflicting types for built-in function ‘powl’ _configtest.c:32:5: warning: conflicting types for built-in function ‘expl’ _configtest.c:33:5: warning: conflicting types for built-in function ‘modfl’ _configtest.c:34:5: warning: conflicting types for built-in function ‘asinhl’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function) _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in _configtest.c:5:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function) _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:5:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘cexp’ _configtest.c:2:5: warning: conflicting types for built-in function ‘clog’ _configtest.c:3:5: warning: conflicting types for built-in function ‘ccos’ _configtest.c:4:5: warning: conflicting types for built-in function ‘cimag’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cabs’ _configtest.c:6:5: warning: conflicting types for built-in function ‘cpow’ _configtest.c:7:5: warning: conflicting types for built-in function ‘csqrt’ _configtest.c:8:5: warning: conflicting types for built-in function ‘carg’ _configtest.c:9:5: warning: conflicting types for built-in function ‘creal’ _configtest.c:10:5: warning: conflicting types for built-in function ‘csin’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘ccosf’ _configtest.c:2:5: warning: conflicting types for built-in function ‘cargf’ _configtest.c:3:5: warning: conflicting types for built-in function ‘csqrtf’ _configtest.c:4:5: warning: conflicting types for built-in function ‘cpowf’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cexpf’ _configtest.c:6:5: warning: conflicting types for built-in function ‘crealf’ _configtest.c:7:5: warning: conflicting types for built-in function ‘csinf’ _configtest.c:8:5: warning: conflicting types for built-in function ‘cabsf’ _configtest.c:9:5: warning: conflicting types for built-in function ‘clogf’ _configtest.c:10:5: warning: conflicting types for built-in function ‘cimagf’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘csqrtl’ _configtest.c:2:5: warning: conflicting types for built-in function ‘cargl’ _configtest.c:3:5: warning: conflicting types for built-in function ‘cexpl’ _configtest.c:4:5: warning: conflicting types for built-in function ‘ccosl’ _configtest.c:5:5: warning: conflicting types for built-in function ‘cpowl’ _configtest.c:6:5: warning: conflicting types for built-in function ‘cimagl’ _configtest.c:7:5: warning: conflicting types for built-in function ‘csinl’ _configtest.c:8:5: warning: conflicting types for built-in function ‘creall’ _configtest.c:9:5: warning: conflicting types for built-in function ‘clogl’ _configtest.c:10:5: warning: conflicting types for built-in function ‘cabsl’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘Py_UNICODE_WIDE’ undeclared (first use in this function) _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in _configtest.c:4:5: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:7:12: error: ‘Py_UNICODE_WIDE’ undeclared (first use in this function) _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in failure. removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c removing: _configtest.c _configtest.o ('File:', 'build/src.linux-i686-3.3/numpy/core/include/numpy/config.h') #define HAVE_ENDIAN_H 1 #define SIZEOF_PY_INTPTR_T 4 #define SIZEOF_PY_LONG_LONG 8 #define MATHLIB m #define HAVE_SIN #define HAVE_COS #define HAVE_TAN #define HAVE_SINH #define HAVE_COSH #define HAVE_TANH #define HAVE_FABS #define HAVE_FLOOR #define HAVE_CEIL #define HAVE_SQRT #define HAVE_LOG10 #define HAVE_LOG #define HAVE_EXP #define HAVE_ASIN #define HAVE_ACOS #define HAVE_ATAN #define HAVE_FMOD #define HAVE_MODF #define HAVE_FREXP #define HAVE_LDEXP #define HAVE_RINT #define HAVE_TRUNC #define HAVE_EXP2 #define HAVE_LOG2 #define HAVE_ATAN2 #define HAVE_POW #define HAVE_NEXTAFTER #define HAVE_SINF #define HAVE_COSF #define HAVE_TANF #define HAVE_SINHF #define HAVE_COSHF #define HAVE_TANHF #define HAVE_FABSF #define HAVE_FLOORF #define HAVE_CEILF #define HAVE_RINTF #define HAVE_TRUNCF #define HAVE_SQRTF #define HAVE_LOG10F #define HAVE_LOGF #define HAVE_LOG1PF #define HAVE_EXPF #define HAVE_EXPM1F #define HAVE_ASINF #define HAVE_ACOSF #define HAVE_ATANF #define HAVE_ASINHF #define HAVE_ACOSHF #define HAVE_ATANHF #define HAVE_HYPOTF #define HAVE_ATAN2F #define HAVE_POWF #define HAVE_FMODF #define HAVE_MODFF #define HAVE_FREXPF #define HAVE_LDEXPF #define HAVE_EXP2F #define HAVE_LOG2F #define HAVE_COPYSIGNF #define HAVE_NEXTAFTERF #define HAVE_SINL #define HAVE_COSL #define HAVE_TANL #define HAVE_SINHL #define HAVE_COSHL #define HAVE_TANHL #define HAVE_FABSL #define HAVE_FLOORL #define HAVE_CEILL #define HAVE_RINTL #define HAVE_TRUNCL #define HAVE_SQRTL #define HAVE_LOG10L #define HAVE_LOGL #define HAVE_LOG1PL #define HAVE_EXPL #define HAVE_EXPM1L #define HAVE_ASINL #define HAVE_ACOSL #define HAVE_ATANL #define HAVE_ASINHL #define HAVE_ACOSHL #define HAVE_ATANHL #define HAVE_HYPOTL #define HAVE_ATAN2L #define HAVE_POWL #define HAVE_FMODL #define HAVE_MODFL #define HAVE_FREXPL #define HAVE_LDEXPL #define HAVE_EXP2L #define HAVE_LOG2L #define HAVE_COPYSIGNL #define HAVE_NEXTAFTERL #define HAVE_DECL_SIGNBIT #define HAVE_COMPLEX_H #define HAVE_CREAL #define HAVE_CIMAG #define HAVE_CABS #define HAVE_CARG #define HAVE_CEXP #define HAVE_CSQRT #define HAVE_CLOG #define HAVE_CCOS #define HAVE_CSIN #define HAVE_CPOW #define HAVE_CREALF #define HAVE_CIMAGF #define HAVE_CABSF #define HAVE_CARGF #define HAVE_CEXPF #define HAVE_CSQRTF #define HAVE_CLOGF #define HAVE_CCOSF #define HAVE_CSINF #define HAVE_CPOWF #define HAVE_CREALL #define HAVE_CIMAGL #define HAVE_CABSL #define HAVE_CARGL #define HAVE_CEXPL #define HAVE_CSQRTL #define HAVE_CLOGL #define HAVE_CCOSL #define HAVE_CSINL #define HAVE_CPOWL #define HAVE_LDOUBLE_INTEL_EXTENDED_12_BYTES_LE 1 #define NPY_PY3K 1 #ifndef __cplusplus /* #undef inline */ #endif #ifndef _NPY_NPY_CONFIG_H_ #error config.h should never be included directly, include npy_config.h instead #endif EOF adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/config.h' to sources. Generating build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -o _configtest _configtest.o: In function `main': /tmp/tmpithb9c/numpy-1.6.0/build/py3k/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status _configtest.o: In function `main': /tmp/tmpithb9c/numpy-1.6.0/build/py3k/_configtest.c:6: undefined reference to `exp' collect2: ld returned 1 exit status failure. removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ gcc -pthread _configtest.o -lm -o _configtest success! removing: _configtest.c _configtest.o _configtest customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:4:5: warning: function declaration isn’t a prototype success! removing: _configtest.c _configtest.o customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c _configtest.c:3:1: warning: function declaration isn’t a prototype _configtest.c: In function ‘main’: _configtest.c:5:18: warning: extra tokens at end of #ifndef directive _configtest.c:8:1: warning: control reaches end of non-void function success! removing: _configtest.c _configtest.o File: build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h #define NPY_HAVE_ENDIAN_H 1 #define NPY_SIZEOF_SHORT SIZEOF_SHORT #define NPY_SIZEOF_INT SIZEOF_INT #define NPY_SIZEOF_LONG SIZEOF_LONG #define NPY_SIZEOF_FLOAT 4 #define NPY_SIZEOF_COMPLEX_FLOAT 8 #define NPY_SIZEOF_DOUBLE 8 #define NPY_SIZEOF_COMPLEX_DOUBLE 16 #define NPY_SIZEOF_LONGDOUBLE 12 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 24 #define NPY_SIZEOF_PY_INTPTR_T 4 #define NPY_SIZEOF_PY_LONG_LONG 8 #define NPY_SIZEOF_LONGLONG 8 #define NPY_NO_SMP 0 #define NPY_HAVE_DECL_ISNAN #define NPY_HAVE_DECL_ISINF #define NPY_HAVE_DECL_ISFINITE #define NPY_HAVE_DECL_SIGNBIT #define NPY_USE_C99_COMPLEX #define NPY_HAVE_COMPLEX_DOUBLE 1 #define NPY_HAVE_COMPLEX_FLOAT 1 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1 #define NPY_USE_C99_FORMATS 1 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden"))) #define NPY_ABI_VERSION 0x01000009 #define NPY_API_VERSION 0x00000006 #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif EOF adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h' to sources. conv_template:> build/src.linux-i686-3.3/numpy/core/src/_sortmodule.c numpy.core - nothing done with h_files = ['build/src.linux-i686-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.multiarray" sources non-existing path in 'numpy/core': 'build/src.linux-i686-3.3/numpy/core/src/multiarray' creating build/src.linux-i686-3.3/numpy/core/src/multiarray conv_template:> build/src.linux-i686-3.3/numpy/core/src/multiarray/scalartypes.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/multiarray/arraytypes.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/multiarray/nditer.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/multiarray/lowlevel_strided_loops.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/multiarray/einsum.c adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h' to sources. numpy.core - nothing done with h_files = ['build/src.linux-i686-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h'] building extension "numpy.core.umath" sources adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/__ufunc_api.h' to sources. non-existing path in 'numpy/core': 'build/src.linux-i686-3.3/numpy/core/src/umath' creating build/src.linux-i686-3.3/numpy/core/src/umath conv_template:> build/src.linux-i686-3.3/numpy/core/src/umath/loops.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/umath/umathmodule.c conv_template:> build/src.linux-i686-3.3/numpy/core/src/umath/funcs.inc adding 'build/src.linux-i686-3.3/numpy/core/src/umath' to include_dirs. numpy.core - nothing done with h_files = ['build/src.linux-i686-3.3/numpy/core/src/umath/funcs.inc', 'build/src.linux-i686-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core.scalarmath" sources adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/config.h' to sources. adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h' to sources. executing numpy/core/code_generators/generate_numpy_api.py adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h' to sources. executing numpy/core/code_generators/generate_ufunc_api.py adding 'build/src.linux-i686-3.3/numpy/core/include/numpy/__ufunc_api.h' to sources. conv_template:> build/src.linux-i686-3.3/numpy/core/src/scalarmathmodule.c numpy.core - nothing done with h_files = ['build/src.linux-i686-3.3/numpy/core/include/numpy/config.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h', 'build/src.linux-i686-3.3/numpy/core/include/numpy/__ufunc_api.h'] building extension "numpy.core._dotblas" sources building extension "numpy.core.umath_tests" sources conv_template:> build/src.linux-i686-3.3/numpy/core/src/umath/umath_tests.c building extension "numpy.core.multiarray_tests" sources conv_template:> build/src.linux-i686-3.3/numpy/core/src/multiarray/multiarray_tests.c building extension "numpy.lib._compiled_base" sources building extension "numpy.numarray._capi" sources building extension "numpy.fft.fftpack_lite" sources building extension "numpy.linalg.lapack_lite" sources creating build/src.linux-i686-3.3/numpy/linalg ### Warning: Using unoptimized lapack ### adding 'numpy/linalg/lapack_litemodule.c' to sources. adding 'numpy/linalg/python_xerbla.c' to sources. adding 'numpy/linalg/zlapack_lite.c' to sources. adding 'numpy/linalg/dlapack_lite.c' to sources. adding 'numpy/linalg/blas_lite.c' to sources. adding 'numpy/linalg/dlamch.c' to sources. adding 'numpy/linalg/f2c_lite.c' to sources. building extension "numpy.random.mtrand" sources creating build/src.linux-i686-3.3/numpy/random customize GnuFCompiler customize IntelFCompiler customize LaheyFCompiler customize PGroupFCompiler customize AbsoftFCompiler customize NAGFCompiler customize VastFCompiler customize CompaqFCompiler customize IntelItaniumFCompiler customize IntelEM64TFCompiler customize Gnu95FCompiler customize G95FCompiler customize PathScaleFCompiler don't know how to compile Fortran code on platform 'posix' C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -c' gcc: _configtest.c gcc -pthread _configtest.o -o _configtest _configtest failure. removing: _configtest.c _configtest.o _configtest building data_files sources build_src: building npy-pkg config files running build_py creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/numpy copying numpy/version.py -> build/lib.linux-i686-3.3/numpy copying numpy/_import_tools.py -> build/lib.linux-i686-3.3/numpy copying numpy/dual.py -> build/lib.linux-i686-3.3/numpy copying numpy/setup.py -> build/lib.linux-i686-3.3/numpy copying numpy/add_newdocs.py -> build/lib.linux-i686-3.3/numpy copying numpy/matlib.py -> build/lib.linux-i686-3.3/numpy copying numpy/setupscons.py -> build/lib.linux-i686-3.3/numpy copying numpy/ctypeslib.py -> build/lib.linux-i686-3.3/numpy copying numpy/__init__.py -> build/lib.linux-i686-3.3/numpy copying build/src.linux-i686-3.3/numpy/__config__.py -> build/lib.linux-i686-3.3/numpy creating build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/unixccompiler.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/line_endings.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/environment.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/compat.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/cpuinfo.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/from_template.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/lib2def.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/info.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/system_info.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/intelccompiler.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/setup.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/exec_command.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/__version__.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/misc_util.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/conv_template.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/interactive.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/pathccompiler.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/ccompiler.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/setupscons.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/log.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/numpy_distribution.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/core.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/extension.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-i686-3.3/numpy/distutils copying numpy/distutils/__init__.py -> build/lib.linux-i686-3.3/numpy/distutils copying build/src.linux-i686-3.3/numpy/distutils/__config__.py -> build/lib.linux-i686-3.3/numpy/distutils creating build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/build_clib.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/config.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/autodist.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/build.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/install_data.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/build_src.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/develop.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/build_py.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/build_scripts.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/sdist.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/install_clib.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/egg_info.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/scons.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/install.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/install_headers.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/build_ext.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/config_compiler.py -> build/lib.linux-i686-3.3/numpy/distutils/command copying numpy/distutils/command/__init__.py -> build/lib.linux-i686-3.3/numpy/distutils/command creating build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/none.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-i686-3.3/numpy/distutils/fcompiler creating build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/decorators.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/utils.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/numpytest.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/setup.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/nosetester.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/noseclasses.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/setupscons.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/nulltester.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/print_coercion_tables.py -> build/lib.linux-i686-3.3/numpy/testing copying numpy/testing/__init__.py -> build/lib.linux-i686-3.3/numpy/testing creating build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/cfuncs.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/rules.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/common_rules.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/auxfuncs.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/diagnose.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/crackfortran.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/use_rules.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/info.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/f90mod_rules.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/setup.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/capi_maps.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/__version__.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/f2py_testing.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/func2subr.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/setupscons.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/cb_rules.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/f2py2e.py -> build/lib.linux-i686-3.3/numpy/f2py copying numpy/f2py/__init__.py -> build/lib.linux-i686-3.3/numpy/f2py creating build/lib.linux-i686-3.3/numpy/core copying numpy/core/machar.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/_mx_datetime_parser.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/info.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/memmap.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/_internal.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/setup.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/numeric.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/function_base.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/scons_support.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/getlimits.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/records.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/arrayprint.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/setupscons.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/fromnumeric.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/numerictypes.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/setup_common.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/defchararray.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/shape_base.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/__init__.py -> build/lib.linux-i686-3.3/numpy/core copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-i686-3.3/numpy/core creating build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/arrayterator.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/user_array.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/type_check.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/stride_tricks.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/utils.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/arraysetops.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/_iotools.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/scimath.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/npyio.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/info.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/twodim_base.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/index_tricks.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/_datasource.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/setup.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/function_base.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/polynomial.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/ufunclike.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/format.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/recfunctions.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/setupscons.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/shape_base.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/financial.py -> build/lib.linux-i686-3.3/numpy/lib copying numpy/lib/__init__.py -> build/lib.linux-i686-3.3/numpy/lib creating build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/user_array.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/alter_code1.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/ufuncs.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/arrayfns.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/functions.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/compat.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/array_printer.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/linear_algebra.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/matrix.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/setup.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/rng.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/alter_code2.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/fft.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/typeconv.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/random_array.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/setupscons.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/misc.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/precision.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/rng_stats.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/ma.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/mlab.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/fix_default_axis.py -> build/lib.linux-i686-3.3/numpy/oldnumeric copying numpy/oldnumeric/__init__.py -> build/lib.linux-i686-3.3/numpy/oldnumeric creating build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/alter_code1.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/ufuncs.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/functions.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/compat.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/image.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/util.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/linear_algebra.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/matrix.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/setup.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/alter_code2.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/fft.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/random_array.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/setupscons.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/numerictypes.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/nd_image.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/ma.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/mlab.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/convolve.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/__init__.py -> build/lib.linux-i686-3.3/numpy/numarray copying numpy/numarray/session.py -> build/lib.linux-i686-3.3/numpy/numarray creating build/lib.linux-i686-3.3/numpy/fft copying numpy/fft/helper.py -> build/lib.linux-i686-3.3/numpy/fft copying numpy/fft/info.py -> build/lib.linux-i686-3.3/numpy/fft copying numpy/fft/fftpack.py -> build/lib.linux-i686-3.3/numpy/fft copying numpy/fft/setup.py -> build/lib.linux-i686-3.3/numpy/fft copying numpy/fft/setupscons.py -> build/lib.linux-i686-3.3/numpy/fft copying numpy/fft/__init__.py -> build/lib.linux-i686-3.3/numpy/fft creating build/lib.linux-i686-3.3/numpy/linalg copying numpy/linalg/info.py -> build/lib.linux-i686-3.3/numpy/linalg copying numpy/linalg/setup.py -> build/lib.linux-i686-3.3/numpy/linalg copying numpy/linalg/setupscons.py -> build/lib.linux-i686-3.3/numpy/linalg copying numpy/linalg/linalg.py -> build/lib.linux-i686-3.3/numpy/linalg copying numpy/linalg/__init__.py -> build/lib.linux-i686-3.3/numpy/linalg creating build/lib.linux-i686-3.3/numpy/random copying numpy/random/info.py -> build/lib.linux-i686-3.3/numpy/random copying numpy/random/setup.py -> build/lib.linux-i686-3.3/numpy/random copying numpy/random/setupscons.py -> build/lib.linux-i686-3.3/numpy/random copying numpy/random/__init__.py -> build/lib.linux-i686-3.3/numpy/random creating build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/version.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/timer_comparison.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/setup.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/extras.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/mrecords.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/bench.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/testutils.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/setupscons.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/core.py -> build/lib.linux-i686-3.3/numpy/ma copying numpy/ma/__init__.py -> build/lib.linux-i686-3.3/numpy/ma creating build/lib.linux-i686-3.3/numpy/matrixlib copying numpy/matrixlib/defmatrix.py -> build/lib.linux-i686-3.3/numpy/matrixlib copying numpy/matrixlib/setup.py -> build/lib.linux-i686-3.3/numpy/matrixlib copying numpy/matrixlib/setupscons.py -> build/lib.linux-i686-3.3/numpy/matrixlib copying numpy/matrixlib/__init__.py -> build/lib.linux-i686-3.3/numpy/matrixlib creating build/lib.linux-i686-3.3/numpy/compat copying numpy/compat/py3k.py -> build/lib.linux-i686-3.3/numpy/compat copying numpy/compat/setup.py -> build/lib.linux-i686-3.3/numpy/compat copying numpy/compat/setupscons.py -> build/lib.linux-i686-3.3/numpy/compat copying numpy/compat/_inspect.py -> build/lib.linux-i686-3.3/numpy/compat copying numpy/compat/__init__.py -> build/lib.linux-i686-3.3/numpy/compat creating build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/hermite_e.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/hermite.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/legendre.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/polytemplate.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/setup.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/polynomial.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/chebyshev.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/polyutils.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/laguerre.py -> build/lib.linux-i686-3.3/numpy/polynomial copying numpy/polynomial/__init__.py -> build/lib.linux-i686-3.3/numpy/polynomial creating build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/howtofind.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/io.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/internals.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/ufuncs.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/basics.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/glossary.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/byteswapping.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/structured_arrays.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/methods_vs_functions.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/broadcasting.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/constants.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/creation.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/performance.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/subclassing.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/jargon.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/indexing.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/misc.py -> build/lib.linux-i686-3.3/numpy/doc copying numpy/doc/__init__.py -> build/lib.linux-i686-3.3/numpy/doc running build_clib customize UnixCCompiler customize UnixCCompiler using build_clib building 'npymath' library compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/build creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3 creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/npymath creating build/temp.linux-i686-3.3/numpy creating build/temp.linux-i686-3.3/numpy/core creating build/temp.linux-i686-3.3/numpy/core/src creating build/temp.linux-i686-3.3/numpy/core/src/npymath compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: build/src.linux-i686-3.3/numpy/core/src/npymath/npy_math_complex.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/npymath/npy_math_common.h:8, from numpy/core/src/npymath/npy_math_complex.c.src:31: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition gcc: numpy/core/src/npymath/halffloat.c gcc: build/src.linux-i686-3.3/numpy/core/src/npymath/npy_math.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/npymath/npy_math_private.h:24, from numpy/core/src/npymath/npy_math.c.src:56: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition gcc: build/src.linux-i686-3.3/numpy/core/src/npymath/ieee754.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/npymath/npy_math_common.h:8, from numpy/core/src/npymath/ieee754.c.src:7: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition ar: adding 4 object files to build/temp.linux-i686-3.3/libnpymath.a running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext building 'numpy.core._sort' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: build/src.linux-i686-3.3/numpy/core/src/_sortmodule.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/_sortmodule.c.src:35: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition gcc -pthread -shared build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/_sortmodule.o -Lbuild/temp.linux-i686-3.3 -lnpymath -lm -o build/lib.linux-i686-3.3/numpy/core/_sort.cpython-33m.so building 'numpy.core.multiarray' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/core/src/multiarray compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/core/src/multiarray/multiarraymodule_onefile.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/multiarray/common.c:8, from numpy/core/src/multiarray/multiarraymodule_onefile.c:8: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src: In function ‘initialize_numeric_types’: numpy/core/src/multiarray/scalartypes.c.src:3663:32: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:32: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:33: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:33: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:34: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:32: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:33: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:37: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:32: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:33: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:38: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:34: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:39: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:32: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:34: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:36: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3663:37: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:10:0: numpy/core/src/multiarray/scalartypes.c.src:3675:31: warning: assignment from incompatible pointer type numpy/core/src/multiarray/scalartypes.c.src:3680:32: warning: assignment from incompatible pointer type numpy/core/src/multiarray/scalartypes.c.src:3685:36: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:14:0: numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_getitem’: numpy/core/src/multiarray/arraytypes.c.src:636:35: warning: assignment from incompatible pointer type In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:25:0: numpy/core/src/multiarray/getset.c: In function ‘array_data_get’: numpy/core/src/multiarray/getset.c:283:5: warning: passing argument 1 of ‘PyMemoryView_FromObject’ from incompatible pointer type /usr/local/include/python3.3m/memoryobject.h:56:24: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyArrayObject *’ In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:39:0: numpy/core/src/multiarray/nditer_pywrap.c: In function ‘npyiter_subscript’: numpy/core/src/multiarray/nditer_pywrap.c:2268:29: warning: passing argument 1 of ‘PySlice_GetIndices’ from incompatible pointer type /usr/local/include/python3.3m/sliceobject.h:38:17: note: expected ‘struct PyObject *’ but argument is of type ‘struct PySliceObject *’ numpy/core/src/multiarray/nditer_pywrap.c: In function ‘npyiter_ass_subscript’: numpy/core/src/multiarray/nditer_pywrap.c:2313:29: warning: passing argument 1 of ‘PySlice_GetIndices’ from incompatible pointer type /usr/local/include/python3.3m/sliceobject.h:38:17: note: expected ‘struct PyObject *’ but argument is of type ‘struct PySliceObject *’ In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:53:0: numpy/core/src/multiarray/multiarraymodule.c: In function ‘PyInit_multiarray’: numpy/core/src/multiarray/multiarraymodule.c:3769:31: warning: assignment from incompatible pointer type numpy/core/src/multiarray/multiarraymodule_onefile.c: At top level: numpy/core/src/multiarray/scalartypes.c.src:1955:1: warning: ‘gentype_getsegcount’ defined but not used numpy/core/src/multiarray/scalartypes.c.src:1973:1: warning: ‘gentype_getcharbuf’ defined but not used numpy/core/src/multiarray/mapping.c:74:1: warning: ‘_array_ass_item’ defined but not used numpy/core/src/multiarray/number.c:265:1: warning: ‘array_divide’ defined but not used numpy/core/src/multiarray/number.c:463:1: warning: ‘array_inplace_divide’ defined but not used numpy/core/src/multiarray/buffer.c:24:1: warning: ‘array_getsegcount’ defined but not used numpy/core/src/multiarray/buffer.c:57:1: warning: ‘array_getwritebuf’ defined but not used numpy/core/src/multiarray/buffer.c:70:1: warning: ‘array_getcharbuf’ defined but not used build/src.linux-i686-3.3/numpy/core/include/numpy/__ufunc_api.h:226:1: warning: ‘_import_umath’ defined but not used gcc -pthread -shared build/temp.linux-i686-3.3/numpy/core/src/multiarray/multiarraymodule_onefile.o -Lbuild/temp.linux-i686-3.3 -lnpymath -lm -o build/lib.linux-i686-3.3/numpy/core/multiarray.cpython-33m.so building 'numpy.core.umath' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/core/src/umath compile options: '-Ibuild/src.linux-i686-3.3/numpy/core/src/umath -Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/core/src/umath/umathmodule_onefile.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/umath/loops.c.src:7, from numpy/core/src/umath/umathmodule_onefile.c:1: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition numpy/core/include/numpy/npy_3kcompat.h:352:1: warning: ‘simple_capsule_dtor’ defined but not used numpy/core/src/umath/loops.c.src:1402:1: warning: ‘FLOAT_ldexp_long’ defined but not used numpy/core/src/umath/loops.c.src:1402:1: warning: ‘DOUBLE_ldexp_long’ defined but not used numpy/core/src/umath/loops.c.src:1402:1: warning: ‘LONGDOUBLE_ldexp_long’ defined but not used numpy/core/src/umath/loops.c.src:1709:1: warning: ‘HALF_ldexp_long’ defined but not used numpy/core/src/private/lowlevel_strided_loops.h:36:1: warning: ‘PyArray_FreeStridedTransferData’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:43:1: warning: ‘PyArray_CopyStridedTransferData’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:63:1: warning: ‘PyArray_GetStridedCopyFn’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:77:1: warning: ‘PyArray_GetStridedCopySwapFn’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:91:1: warning: ‘PyArray_GetStridedCopySwapPairFn’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:105:1: warning: ‘PyArray_GetStridedZeroPadCopyFn’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:118:1: warning: ‘PyArray_GetStridedNumericCastFn’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:168:1: warning: ‘PyArray_GetDTypeTransferFunction’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:220:1: warning: ‘PyArray_TransferNDimToStrided’ declared ‘static’ but never defined numpy/core/src/private/lowlevel_strided_loops.h:230:1: warning: ‘PyArray_TransferStridedToNDim’ declared ‘static’ but never defined In file included from numpy/core/src/umath/umathmodule_onefile.c:1:0: numpy/core/src/umath/loops.c.src: In function ‘OBJECT_sign’: numpy/core/src/umath/loops.c.src:2095:13: warning: ‘v’ may be used uninitialized in this function gcc -pthread -shared build/temp.linux-i686-3.3/numpy/core/src/umath/umathmodule_onefile.o -Lbuild/temp.linux-i686-3.3 -lnpymath -lm -o build/lib.linux-i686-3.3/numpy/core/umath.cpython-33m.so building 'numpy.core.scalarmath' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: build/src.linux-i686-3.3/numpy/core/src/scalarmathmodule.c numpy/core/src/scalarmathmodule.c.src:1053:1: warning: function declaration isn’t a prototype numpy/core/src/scalarmathmodule.c.src: In function ‘PyInit_scalarmath’: numpy/core/src/scalarmathmodule.c.src:1626:5: warning: ‘return’ with no value, in function returning non-void numpy/core/src/scalarmathmodule.c.src: At top level: numpy/core/include/numpy/npy_3kcompat.h:352:1: warning: ‘simple_capsule_dtor’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘byte_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘ubyte_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘short_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘ushort_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘int_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘uint_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘long_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘ulong_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘longlong_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘ulonglong_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘half_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘float_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘double_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘longdouble_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘cfloat_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘cdouble_long’ defined but not used numpy/core/src/scalarmathmodule.c.src:1129:1: warning: ‘clongdouble_long’ defined but not used gcc -pthread -shared build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/scalarmathmodule.o -Lbuild/temp.linux-i686-3.3 -lnpymath -lm -o build/lib.linux-i686-3.3/numpy/core/scalarmath.cpython-33m.so building 'numpy.core.umath_tests' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/umath compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: build/src.linux-i686-3.3/numpy/core/src/umath/umath_tests.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/core/src/umath/umath_tests.c.src:14: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:133:0: warning: "NPY_PY3K" redefined numpy/core/include/numpy/npy_3kcompat.h:18:0: note: this is the location of the previous definition numpy/core/include/numpy/npy_3kcompat.h:352:1: warning: ‘simple_capsule_dtor’ defined but not used gcc -pthread -shared build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/umath/umath_tests.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/core/umath_tests.cpython-33m.so building 'numpy.core.multiarray_tests' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/multiarray compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: build/src.linux-i686-3.3/numpy/core/src/multiarray/multiarray_tests.c numpy/core/include/numpy/npy_3kcompat.h:352:1: warning: ‘simple_capsule_dtor’ defined but not used gcc -pthread -shared build/temp.linux-i686-3.3/build/src.linux-i686-3.3/numpy/core/src/multiarray/multiarray_tests.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/core/multiarray_tests.cpython-33m.so building 'numpy.lib._compiled_base' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/lib creating build/temp.linux-i686-3.3/numpy/lib/src compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/lib/src/_compiled_base.c In file included from numpy/core/src/private/npy_config.h:4:0, from numpy/lib/src/_compiled_base.c:4: build/src.linux-i686-3.3/numpy/core/include/numpy/config.h:28:0: warning: "HAVE_LOG2" redefined /usr/local/include/python3.3m/pyconfig.h:487:0: note: this is the location of the previous definition gcc -pthread -shared build/temp.linux-i686-3.3/numpy/lib/src/_compiled_base.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/lib/_compiled_base.cpython-33m.so building 'numpy.numarray._capi' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/numarray compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/numarray/_capi.c numpy/numarray/_capi.c: In function ‘NA_IeeeMask32’: numpy/numarray/_capi.c:3071:5: warning: dereferencing type-punned pointer will break strict-aliasing rules numpy/numarray/_capi.c: In function ‘NA_IeeeMask64’: numpy/numarray/_capi.c:3115:5: warning: dereferencing type-punned pointer will break strict-aliasing rules numpy/numarray/_capi.c: At top level: numpy/core/include/numpy/npy_3kcompat.h:352:1: warning: ‘simple_capsule_dtor’ defined but not used gcc -pthread -shared build/temp.linux-i686-3.3/numpy/numarray/_capi.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/numarray/_capi.cpython-33m.so building 'numpy.fft.fftpack_lite' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/fft compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/fft/fftpack_litemodule.c numpy/fft/fftpack_litemodule.c:307:13: warning: ‘fftpack_module_documentation’ defined but not used gcc: numpy/fft/fftpack.c gcc -pthread -shared build/temp.linux-i686-3.3/numpy/fft/fftpack_litemodule.o build/temp.linux-i686-3.3/numpy/fft/fftpack.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/fft/fftpack_lite.cpython-33m.so building 'numpy.linalg.lapack_lite' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/linalg compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/linalg/dlamch.c gcc: numpy/linalg/f2c_lite.c gcc: numpy/linalg/python_xerbla.c gcc: numpy/linalg/dlapack_lite.c gcc: numpy/linalg/lapack_litemodule.c numpy/linalg/lapack_litemodule.c:827:13: warning: ‘lapack_lite_module_documentation’ defined but not used gcc: numpy/linalg/zlapack_lite.c gcc: numpy/linalg/blas_lite.c gcc -pthread -shared build/temp.linux-i686-3.3/numpy/linalg/lapack_litemodule.o build/temp.linux-i686-3.3/numpy/linalg/python_xerbla.o build/temp.linux-i686-3.3/numpy/linalg/zlapack_lite.o build/temp.linux-i686-3.3/numpy/linalg/dlapack_lite.o build/temp.linux-i686-3.3/numpy/linalg/blas_lite.o build/temp.linux-i686-3.3/numpy/linalg/dlamch.o build/temp.linux-i686-3.3/numpy/linalg/f2c_lite.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/linalg/lapack_lite.cpython-33m.so building 'numpy.random.mtrand' extension compiling C sources C compiler: gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-3.3/numpy/random creating build/temp.linux-i686-3.3/numpy/random/mtrand compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-3.3/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/include -I/usr/local/include/python3.3m -Ibuild/src.linux-i686-3.3/numpy/core/src/multiarray -Ibuild/src.linux-i686-3.3/numpy/core/src/umath -c' gcc: numpy/random/mtrand/initarray.c gcc: numpy/random/mtrand/randomkit.c gcc: numpy/random/mtrand/distributions.c gcc: numpy/random/mtrand/mtrand.c gcc -pthread -shared build/temp.linux-i686-3.3/numpy/random/mtrand/mtrand.o build/temp.linux-i686-3.3/numpy/random/mtrand/randomkit.o build/temp.linux-i686-3.3/numpy/random/mtrand/initarray.o build/temp.linux-i686-3.3/numpy/random/mtrand/distributions.o -Lbuild/temp.linux-i686-3.3 -o build/lib.linux-i686-3.3/numpy/random/mtrand.cpython-33m.so running scons running build_scripts creating build/scripts.linux-i686-3.3 Creating build/scripts.linux-i686-3.3/f2py3.3 adding 'build/scripts.linux-i686-3.3/f2py3.3' to scripts changing mode of build/scripts.linux-i686-3.3/f2py3.3 from 644 to 755 running install_lib creating /tmp/venv/lib/python3.3/site-packages/numpy copying build/lib.linux-i686-3.3/numpy/__config__.py -> /tmp/venv/lib/python3.3/site-packages/numpy copying build/lib.linux-i686-3.3/numpy/version.py -> /tmp/venv/lib/python3.3/site-packages/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/cfuncs.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/rules.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/common_rules.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/auxfuncs.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/diagnose.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/crackfortran.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/use_rules.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/f90mod_rules.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/capi_maps.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/__version__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/f2py_testing.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/func2subr.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/cb_rules.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/f2py2e.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py copying build/lib.linux-i686-3.3/numpy/f2py/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py creating /tmp/venv/lib/python3.3/site-packages/numpy/compat copying build/lib.linux-i686-3.3/numpy/compat/py3k.py -> /tmp/venv/lib/python3.3/site-packages/numpy/compat copying build/lib.linux-i686-3.3/numpy/compat/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/compat copying build/lib.linux-i686-3.3/numpy/compat/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/compat copying build/lib.linux-i686-3.3/numpy/compat/_inspect.py -> /tmp/venv/lib/python3.3/site-packages/numpy/compat copying build/lib.linux-i686-3.3/numpy/compat/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/compat creating /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/howtofind.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/io.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/internals.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/ufuncs.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/basics.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/glossary.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/byteswapping.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/structured_arrays.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/methods_vs_functions.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/broadcasting.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/constants.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/creation.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/performance.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/subclassing.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/jargon.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/indexing.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/misc.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc copying build/lib.linux-i686-3.3/numpy/doc/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/doc creating /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/version.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/timer_comparison.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/extras.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/mrecords.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/bench.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/testutils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/core.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma copying build/lib.linux-i686-3.3/numpy/ma/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma creating /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/alter_code1.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/ufuncs.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/functions.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/compat.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/image.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/util.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/linear_algebra.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/matrix.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/alter_code2.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/_capi.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/fft.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/random_array.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/numerictypes.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/nd_image.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/ma.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/mlab.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/convolve.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray copying build/lib.linux-i686-3.3/numpy/numarray/session.py -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray creating /tmp/venv/lib/python3.3/site-packages/numpy/linalg copying build/lib.linux-i686-3.3/numpy/linalg/lapack_lite.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg copying build/lib.linux-i686-3.3/numpy/linalg/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg copying build/lib.linux-i686-3.3/numpy/linalg/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg copying build/lib.linux-i686-3.3/numpy/linalg/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg copying build/lib.linux-i686-3.3/numpy/linalg/linalg.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg copying build/lib.linux-i686-3.3/numpy/linalg/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg creating /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/user_array.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/alter_code1.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/ufuncs.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/arrayfns.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/functions.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/compat.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/array_printer.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/linear_algebra.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/matrix.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/rng.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/alter_code2.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/fft.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/typeconv.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/random_array.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/misc.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/precision.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/rng_stats.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/ma.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/mlab.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/fix_default_axis.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/oldnumeric/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric copying build/lib.linux-i686-3.3/numpy/_import_tools.py -> /tmp/venv/lib/python3.3/site-packages/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/hermite_e.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/hermite.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/legendre.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/polytemplate.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/polynomial.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/chebyshev.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/polyutils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/laguerre.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial copying build/lib.linux-i686-3.3/numpy/polynomial/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial creating /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/arrayterator.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/user_array.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/type_check.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/stride_tricks.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/utils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/arraysetops.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/_iotools.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/scimath.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/npyio.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/twodim_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/index_tricks.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/_compiled_base.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/_datasource.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/function_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/polynomial.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/ufunclike.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/format.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/recfunctions.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/shape_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/financial.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib copying build/lib.linux-i686-3.3/numpy/lib/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib creating /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/decorators.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/utils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/numpytest.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/nosetester.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/noseclasses.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/nulltester.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/print_coercion_tables.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/testing/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing copying build/lib.linux-i686-3.3/numpy/dual.py -> /tmp/venv/lib/python3.3/site-packages/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/scalarmath.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/machar.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/_mx_datetime_parser.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/multiarray.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/memmap.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/_internal.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/umath.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/umath_tests.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/numeric.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/function_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/scons_support.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/_sort.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/getlimits.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/records.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/arrayprint.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/fromnumeric.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/numerictypes.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/setup_common.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/defchararray.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/generate_numpy_api.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/shape_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/multiarray_tests.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/core copying build/lib.linux-i686-3.3/numpy/core/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core creating /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib copying build/lib.linux-i686-3.3/numpy/matrixlib/defmatrix.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib copying build/lib.linux-i686-3.3/numpy/matrixlib/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib copying build/lib.linux-i686-3.3/numpy/matrixlib/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib copying build/lib.linux-i686-3.3/numpy/matrixlib/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib copying build/lib.linux-i686-3.3/numpy/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy copying build/lib.linux-i686-3.3/numpy/add_newdocs.py -> /tmp/venv/lib/python3.3/site-packages/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/random copying build/lib.linux-i686-3.3/numpy/random/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/random copying build/lib.linux-i686-3.3/numpy/random/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/random copying build/lib.linux-i686-3.3/numpy/random/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/random copying build/lib.linux-i686-3.3/numpy/random/mtrand.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/random copying build/lib.linux-i686-3.3/numpy/random/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/random copying build/lib.linux-i686-3.3/numpy/matlib.py -> /tmp/venv/lib/python3.3/site-packages/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/unixccompiler.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/__config__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/line_endings.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/environment.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/compat.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/cpuinfo.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/from_template.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/lib2def.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/system_info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/bdist_rpm.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/build_clib.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/config.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/autodist.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/build.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/install_data.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/build_src.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/develop.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/build_py.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/build_scripts.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/sdist.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/install_clib.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/egg_info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/scons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/install.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/install_headers.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/build_ext.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/config_compiler.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command copying build/lib.linux-i686-3.3/numpy/distutils/command/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/hpux.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/nag.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/sun.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/pathf95.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/ibm.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/compaq.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/none.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/absoft.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/vast.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/pg.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/intel.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/lahey.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/gnu.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/mips.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/g95.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/fcompiler/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler copying build/lib.linux-i686-3.3/numpy/distutils/mingw32ccompiler.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/intelccompiler.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/exec_command.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/__version__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/misc_util.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/conv_template.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/interactive.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/pathccompiler.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/ccompiler.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/log.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/numpy_distribution.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/core.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/extension.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/npy_pkg_config.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/distutils/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils copying build/lib.linux-i686-3.3/numpy/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/helper.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/info.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/fftpack.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/setupscons.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/fftpack_lite.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/fft/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft copying build/lib.linux-i686-3.3/numpy/ctypeslib.py -> /tmp/venv/lib/python3.3/site-packages/numpy copying build/lib.linux-i686-3.3/numpy/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/__config__.py to __config__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/version.py to version.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/cfuncs.py to cfuncs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/rules.py to rules.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/common_rules.py to common_rules.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/auxfuncs.py to auxfuncs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/diagnose.py to diagnose.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/crackfortran.py to crackfortran.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/use_rules.py to use_rules.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/f90mod_rules.py to f90mod_rules.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/capi_maps.py to capi_maps.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/__version__.py to __version__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/f2py_testing.py to f2py_testing.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/func2subr.py to func2subr.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/cb_rules.py to cb_rules.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/f2py2e.py to f2py2e.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/f2py/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/compat/py3k.py to py3k.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/compat/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/compat/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/compat/_inspect.py to _inspect.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/compat/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/howtofind.py to howtofind.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/io.py to io.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/internals.py to internals.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/ufuncs.py to ufuncs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/basics.py to basics.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/glossary.py to glossary.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/byteswapping.py to byteswapping.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/structured_arrays.py to structured_arrays.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/methods_vs_functions.py to methods_vs_functions.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/broadcasting.py to broadcasting.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/constants.py to constants.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/creation.py to creation.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/performance.py to performance.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/subclassing.py to subclassing.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/jargon.py to jargon.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/indexing.py to indexing.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/misc.py to misc.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/doc/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/version.py to version.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/timer_comparison.py to timer_comparison.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/extras.py to extras.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/mrecords.py to mrecords.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/bench.py to bench.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/testutils.py to testutils.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/core.py to core.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ma/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/alter_code1.py to alter_code1.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/ufuncs.py to ufuncs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/functions.py to functions.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/compat.py to compat.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/image.py to image.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/util.py to util.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/linear_algebra.py to linear_algebra.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/matrix.py to matrix.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/alter_code2.py to alter_code2.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/fft.py to fft.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/random_array.py to random_array.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/numerictypes.py to numerictypes.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/nd_image.py to nd_image.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/ma.py to ma.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/mlab.py to mlab.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/convolve.py to convolve.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/numarray/session.py to session.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/linalg/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/linalg/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/linalg/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/linalg/linalg.py to linalg.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/linalg/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/user_array.py to user_array.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/alter_code1.py to alter_code1.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/ufuncs.py to ufuncs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/arrayfns.py to arrayfns.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/functions.py to functions.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/compat.py to compat.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/array_printer.py to array_printer.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/linear_algebra.py to linear_algebra.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/matrix.py to matrix.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/rng.py to rng.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/alter_code2.py to alter_code2.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/fft.py to fft.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/typeconv.py to typeconv.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/random_array.py to random_array.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/misc.py to misc.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/precision.py to precision.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/rng_stats.py to rng_stats.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/ma.py to ma.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/mlab.py to mlab.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/fix_default_axis.py to fix_default_axis.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/_import_tools.py to _import_tools.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/hermite_e.py to hermite_e.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/hermite.py to hermite.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/legendre.py to legendre.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/polytemplate.py to polytemplate.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/polynomial.py to polynomial.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/chebyshev.py to chebyshev.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/polyutils.py to polyutils.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/laguerre.py to laguerre.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/arrayterator.py to arrayterator.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/user_array.py to user_array.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/type_check.py to type_check.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/stride_tricks.py to stride_tricks.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/utils.py to utils.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/arraysetops.py to arraysetops.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/_iotools.py to _iotools.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/scimath.py to scimath.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/npyio.py to npyio.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/twodim_base.py to twodim_base.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/index_tricks.py to index_tricks.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/_datasource.py to _datasource.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/function_base.py to function_base.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/polynomial.py to polynomial.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/ufunclike.py to ufunclike.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/format.py to format.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/recfunctions.py to recfunctions.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/shape_base.py to shape_base.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/financial.py to financial.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/lib/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/decorators.py to decorators.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/utils.py to utils.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/numpytest.py to numpytest.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/nosetester.py to nosetester.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/noseclasses.py to noseclasses.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/nulltester.py to nulltester.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/print_coercion_tables.py to print_coercion_tables.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/testing/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/dual.py to dual.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/machar.py to machar.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/_mx_datetime_parser.py to _mx_datetime_parser.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/memmap.py to memmap.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/_internal.py to _internal.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/numeric.py to numeric.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/function_base.py to function_base.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/scons_support.py to scons_support.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/getlimits.py to getlimits.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/records.py to records.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/arrayprint.py to arrayprint.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/fromnumeric.py to fromnumeric.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/numerictypes.py to numerictypes.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/setup_common.py to setup_common.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/defchararray.py to defchararray.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/generate_numpy_api.py to generate_numpy_api.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/shape_base.py to shape_base.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/core/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/defmatrix.py to defmatrix.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/add_newdocs.py to add_newdocs.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/random/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/random/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/random/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/random/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/matlib.py to matlib.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/unixccompiler.py to unixccompiler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/__config__.py to __config__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/line_endings.py to line_endings.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/environment.py to environment.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/compat.py to compat.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/cpuinfo.py to cpuinfo.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/from_template.py to from_template.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/lib2def.py to lib2def.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/system_info.py to system_info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/bdist_rpm.py to bdist_rpm.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/build_clib.py to build_clib.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/config.py to config.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/autodist.py to autodist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/build.py to build.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/install_data.py to install_data.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/build_src.py to build_src.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/develop.py to develop.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/build_py.py to build_py.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/build_scripts.py to build_scripts.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/sdist.py to sdist.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/install_clib.py to install_clib.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/egg_info.py to egg_info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/scons.py to scons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/install.py to install.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/install_headers.py to install_headers.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/build_ext.py to build_ext.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/config_compiler.py to config_compiler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/command/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/hpux.py to hpux.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/nag.py to nag.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/sun.py to sun.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/pathf95.py to pathf95.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/ibm.py to ibm.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/compaq.py to compaq.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/none.py to none.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/absoft.py to absoft.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/vast.py to vast.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/pg.py to pg.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/intel.py to intel.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/lahey.py to lahey.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/gnu.py to gnu.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/mips.py to mips.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/g95.py to g95.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/fcompiler/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/mingw32ccompiler.py to mingw32ccompiler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/intelccompiler.py to intelccompiler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/exec_command.py to exec_command.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/__version__.py to __version__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/misc_util.py to misc_util.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/conv_template.py to conv_template.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/interactive.py to interactive.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/pathccompiler.py to pathccompiler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/ccompiler.py to ccompiler.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/log.py to log.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/numpy_distribution.py to numpy_distribution.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/core.py to core.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/extension.py to extension.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/npy_pkg_config.py to npy_pkg_config.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/distutils/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/fft/helper.py to helper.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/fft/info.py to info.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/fft/fftpack.py to fftpack.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/fft/setup.py to setup.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/fft/setupscons.py to setupscons.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/fft/__init__.py to __init__.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/ctypeslib.py to ctypeslib.pyc byte-compiling /tmp/venv/lib/python3.3/site-packages/numpy/__init__.py to __init__.pyc running install_scripts copying build/scripts.linux-i686-3.3/f2py3.3 -> /tmp/venv/bin changing mode of /tmp/venv/bin/f2py3.3 to 755 running install_data creating /tmp/venv/lib/python3.3/site-packages/numpy/fft/tests copying numpy/fft/tests/test_helper.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft/tests/ copying numpy/fft/tests/test_fftpack.py -> /tmp/venv/lib/python3.3/site-packages/numpy/fft/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/spam.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/array.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/calculate_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/index.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/scalar.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/common_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/scalar_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/extcallback_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib2.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/string.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/var.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/ftype_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/callback_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/moddata_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/run_main_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/common.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/var_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/string_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/setup_example.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/array_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/ftype.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/spam_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/moddata.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/callback2.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib1.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/compile_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/docutils.conf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/calculate.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib3.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/default.css -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/extcallback.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/allocarr_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/callback.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/fib1.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide copying numpy/f2py/docs/usersguide/allocarr.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/usersguide creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/src copying numpy/f2py/src/fortranobject.h -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/src copying numpy/f2py/src/fortranobject.c -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/src creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/size copying numpy/f2py/tests/src/size/foo.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/size creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext copying numpy/distutils/tests/f2py_f90_ext/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext copying numpy/distutils/tests/f2py_f90_ext/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/array_from_pyobj copying numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/array_from_pyobj creating /tmp/venv/lib/python3.3/site-packages/numpy/random/tests copying numpy/random/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/random/tests/ copying numpy/random/tests/test_random.py -> /tmp/venv/lib/python3.3/site-packages/numpy/random/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/tests copying numpy/distutils/tests/swig_ext/tests/test_example2.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/tests copying numpy/distutils/tests/swig_ext/tests/test_example.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include creating /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/ieeespecial.h -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/arraybase.h -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/cfunc.h -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/libnumarray.h -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/numcomplex.h -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy copying numpy/numarray/include/numpy/nummacro.h -> /tmp/venv/lib/python3.3/site-packages/numpy/numarray/include/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_use.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_mod.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/foo_free.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/f2py/tests/src/assumed_shape/precision.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/assumed_shape copying numpy/random/mtrand/randomkit.h -> /tmp/venv/lib/python3.3/site-packages/numpy/random/. creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/pyrex_ext copying numpy/distutils/tests/pyrex_ext/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/pyrex_ext copying numpy/distutils/tests/pyrex_ext/primes.pyx -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/pyrex_ext copying numpy/distutils/tests/pyrex_ext/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/pyrex_ext copying numpy/f2py/f2py.1 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/ creating /tmp/venv/lib/python3.3/site-packages/numpy/core/include creating /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_interrupt.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/old_defines.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/halffloat.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/oldnumeric.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_os.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_common.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_math.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/noprefix.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/arrayobject.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_3kcompat.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/ndarrayobject.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/arrayscalars.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/numpyconfig.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_cpu.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/npy_endian.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/_neighborhood_iterator_imp.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/utils.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/ndarraytypes.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying numpy/core/include/numpy/ufuncobject.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_fixed.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo_free.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/tests/src/mixed/foo.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/mixed copying numpy/f2py/docs/pytest.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/OLDNEWS.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/TESTING.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/simple_session.dat -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/simple.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/hello.f -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/THANKS.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/pyforttest.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/README.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/default.css -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/HISTORY.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/docutils.conf -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ copying numpy/f2py/docs/FAQ.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/docs/ creating /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/kind copying numpy/f2py/tests/src/kind/foo.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/src/kind creating /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests copying numpy/lib/tests/test_twodim_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_utils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_polynomial.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_stride_tricks.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_recfunctions.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_financial.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_function_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test__iotools.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_index_tricks.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_io.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_arraysetops.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_ufunclike.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_format.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test__datasource.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_arrayterator.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_shape_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ copying numpy/lib/tests/test_type_check.py -> /tmp/venv/lib/python3.3/site-packages/numpy/lib/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/mingw copying numpy/distutils/mingw/gfortran_vs2003_hack.c -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/mingw copying numpy/f2py/tests/test_assumed_shape.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_mixed.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/util.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_kind.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_complex.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_size.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_real.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_callback.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_character.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_logical.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_array_from_pyobj.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/f2py/tests/test_return_integer.py -> /tmp/venv/lib/python3.3/site-packages/numpy/f2py/tests/ copying numpy/distutils/tests/swig_ext/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext copying numpy/distutils/tests/swig_ext/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/example.i -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/zoo.i -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/zoo.cc -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/zoo.h -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/src copying numpy/distutils/tests/swig_ext/src/example.c -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/swig_ext/src creating /tmp/venv/lib/python3.3/site-packages/numpy/core/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/data copying numpy/core/tests/data/recarray_from_file.fits -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/data copying numpy/core/tests/data/astype_copy.pkl -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/data creating /tmp/venv/lib/python3.3/site-packages/numpy/tests copying numpy/tests/test_ctypeslib.py -> /tmp/venv/lib/python3.3/site-packages/numpy/tests/ copying numpy/tests/test_matlib.py -> /tmp/venv/lib/python3.3/site-packages/numpy/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/pyrex_ext/tests copying numpy/distutils/tests/pyrex_ext/tests/test_primes.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/pyrex_ext/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/gen_ext copying numpy/distutils/tests/gen_ext/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/gen_ext copying numpy/distutils/tests/gen_ext/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/gen_ext copying numpy/distutils/tests/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_npy_pkg_config.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_gnu.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_fcompiler_intel.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/ copying numpy/distutils/tests/test_misc_util.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/tests copying numpy/matrixlib/tests/test_numeric.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_defmatrix.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/tests/ copying numpy/matrixlib/tests/test_multiarray.py -> /tmp/venv/lib/python3.3/site-packages/numpy/matrixlib/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/tests copying numpy/oldnumeric/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/tests/ copying numpy/oldnumeric/tests/test_oldnumeric.py -> /tmp/venv/lib/python3.3/site-packages/numpy/oldnumeric/tests/ copying numpy/core/tests/test_unicode.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_arrayprint.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_machar.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_ufunc.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_einsum.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_api.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_function_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_umath_complex.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_multiarray.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_memmap.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_shape_base.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_blasdot.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_datetime.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_dtype.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_numerictypes.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_getlimits.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_print.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_records.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_numeric.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_iterator.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_errstate.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_umath.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_defchararray.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_half.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ copying numpy/core/tests/test_scalarmath.py -> /tmp/venv/lib/python3.3/site-packages/numpy/core/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/testing/tests copying numpy/testing/tests/test_utils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing/tests/ copying numpy/testing/tests/test_decorators.py -> /tmp/venv/lib/python3.3/site-packages/numpy/testing/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests copying numpy/ma/tests/test_core.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_mrecords.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_old_ma.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_extras.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests/ copying numpy/ma/tests/test_subclassing.py -> /tmp/venv/lib/python3.3/site-packages/numpy/ma/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext copying numpy/distutils/tests/f2py_ext/setup.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext copying numpy/distutils/tests/f2py_ext/__init__.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext creating /tmp/venv/lib/python3.3/site-packages/numpy/linalg/tests copying numpy/linalg/tests/test_regression.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg/tests/ copying numpy/linalg/tests/test_linalg.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg/tests/ copying numpy/linalg/tests/test_build.py -> /tmp/venv/lib/python3.3/site-packages/numpy/linalg/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/gen_ext/tests copying numpy/distutils/tests/gen_ext/tests/test_fib3.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/gen_ext/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext/src copying numpy/distutils/tests/f2py_ext/src/fib2.pyf -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext/src copying numpy/distutils/tests/f2py_ext/src/fib1.f -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext/src creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext/include copying numpy/distutils/tests/f2py_f90_ext/include/body.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext/include creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext/tests copying numpy/distutils/tests/f2py_ext/tests/test_fib2.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_ext/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext/tests copying numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext/tests creating /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests copying numpy/polynomial/tests/test_polyutils.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_legendre.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_polynomial.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_hermite.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_chebyshev.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_laguerre.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ copying numpy/polynomial/tests/test_hermite_e.py -> /tmp/venv/lib/python3.3/site-packages/numpy/polynomial/tests/ creating /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext/src copying numpy/distutils/tests/f2py_f90_ext/src/foo_free.f90 -> /tmp/venv/lib/python3.3/site-packages/numpy/distutils/tests/f2py_f90_ext/src copying build/src.linux-i686-3.3/numpy/core/include/numpy/_numpyconfig.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying build/src.linux-i686-3.3/numpy/core/include/numpy/__multiarray_api.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying build/src.linux-i686-3.3/numpy/core/include/numpy/multiarray_api.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying build/src.linux-i686-3.3/numpy/core/include/numpy/__ufunc_api.h -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy copying build/src.linux-i686-3.3/numpy/core/include/numpy/ufunc_api.txt -> /tmp/venv/lib/python3.3/site-packages/numpy/core/include/numpy creating /tmp/venv/lib/python3.3/site-packages/numpy/core/lib creating /tmp/venv/lib/python3.3/site-packages/numpy/core/lib/npy-pkg-config copying build/src.linux-i686-3.3/numpy/core/lib/npy-pkg-config/npymath.ini -> /tmp/venv/lib/python3.3/site-packages/numpy/core/lib/npy-pkg-config copying build/src.linux-i686-3.3/numpy/core/lib/npy-pkg-config/mlib.ini -> /tmp/venv/lib/python3.3/site-packages/numpy/core/lib/npy-pkg-config running install_egg_info Writing /tmp/venv/lib/python3.3/site-packages/numpy-1.6.0-py3.3.egg-info running install_clib copying build/temp.linux-i686-3.3/libnpymath.a -> /tmp/venv/lib/python3.3/site-packages/numpy/core/lib writing list of installed files to '/tmp/tmpithb9c/numpy-1.6.0/RECORD' ============================================================ stderr ============================================================ Installing from archive: /tmp/numpy-1.6.0.tar.gz RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms RefactoringTool: Skipping implicit fixer: set_literal RefactoringTool: Skipping implicit fixer: ws_comma RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/_import_tools.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/dual.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matlib.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/setupscons.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ctypeslib.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/cfuncs.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/rules.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/common_rules.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/diagnose.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/crackfortran.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/use_rules.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/f90mod_rules.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/capi_maps.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/__version__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/f2py_testing.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/func2subr.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/setupscons.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/cb_rules.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/f2py2e.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_size.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_character.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/util.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_logical.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_real.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_complex.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_assumed_shape.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_integer.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_callback.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/compat/_inspect.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/compat/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/version.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/extras.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/mrecords.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/bench.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/testutils.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_regression.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_subclassing.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_extras.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_mrecords.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/alter_code1.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/functions.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/image.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/util.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/matrix.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/numerictypes.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/nd_image.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/convolve.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/session.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/linalg.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/__init__.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/tests/test_regression.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/tests/test_linalg.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/tests/test_build.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/alter_code1.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/arrayfns.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/functions.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/compat.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/array_printer.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/linear_algebra.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/matrix.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/rng.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/alter_code2.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/typeconv.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/random_array.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/misc.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/precision.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/rng_stats.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/mlab.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/fix_default_axis.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/__init__.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/tests/test_regression.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/hermite_e.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/hermite.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/legendre.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/polytemplate.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/polynomial.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/chebyshev.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/polyutils.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/laguerre.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_laguerre.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_hermite_e.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_polynomial.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_hermite.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_legendre.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_polyutils.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_chebyshev.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/user_array.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/type_check.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/stride_tricks.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/utils.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/arraysetops.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/_iotools.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/scimath.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/npyio.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/twodim_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/index_tricks.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/_datasource.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/function_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/polynomial.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/ufunclike.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/format.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/recfunctions.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/shape_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/financial.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test__iotools.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_twodim_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_function_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_format.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_stride_tricks.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_index_tricks.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_arraysetops.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_regression.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_type_check.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_io.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_financial.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_ufunclike.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_polynomial.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_utils.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_recfunctions.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_shape_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test__datasource.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/decorators.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/utils.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/numpytest.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/nosetester.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/noseclasses.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/nulltester.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/print_coercion_tables.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/tests/test_decorators.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/tests/test_utils.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/machar.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/_mx_datetime_parser.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/memmap.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/_internal.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/numeric.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/function_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/scons_support.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/getlimits.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/records.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/arrayprint.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/fromnumeric.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/numerictypes.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/setup_common.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/shape_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/__init__.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_arrayprint.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_umath_complex.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_function_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_numeric.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_numerictypes.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_scalarmath.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_regression.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_machar.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_iterator.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_half.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_print.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_errstate.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_records.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_datetime.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_einsum.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_api.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_memmap.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_dtype.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_shape_base.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_blasdot.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_ufunc.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_umath.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_defchararray.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_getlimits.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_unicode.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_multiarray.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/numpy_api.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/genapi.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/cversions.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/tests/test_matlib.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/tests/test_ctypeslib.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/defmatrix.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/tests/test_defmatrix.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/tests/test_regression.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/random/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/random/tests/test_regression.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/random/tests/test_random.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/unixccompiler.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/line_endings.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/environment.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/cpuinfo.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/from_template.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/lib2def.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/mingw32ccompiler.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/intelccompiler.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/exec_command.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/__version__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/misc_util.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/conv_template.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/interactive.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/pathccompiler.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/ccompiler.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/log.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/core.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/npy_pkg_config.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/__init__.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/bdist_rpm.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_clib.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/config.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_src.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_py.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/install_clib.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/scons.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/install_headers.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_ext.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/config_compiler.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/hpux.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/nag.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/sun.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/pathf95.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/ibm.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/compaq.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/none.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/absoft.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/vast.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/pg.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/intel.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/lahey.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/gnu.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/mips.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/g95.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/__init__.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/test_misc_util.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/helper.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/fftpack.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/__init__.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/tests/test_helper.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/tests/test_fftpack.py RefactoringTool: Files that were modified: RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/_import_tools.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/dual.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matlib.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/setupscons.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ctypeslib.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/cfuncs.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/rules.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/common_rules.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/diagnose.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/crackfortran.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/use_rules.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/f90mod_rules.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/capi_maps.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/__version__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/f2py_testing.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/func2subr.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/setupscons.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/cb_rules.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/f2py2e.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_size.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_character.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/util.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_logical.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_real.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_complex.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_assumed_shape.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_return_integer.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/tests/test_callback.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/compat/_inspect.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/compat/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/version.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/extras.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/mrecords.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/bench.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/testutils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_subclassing.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_extras.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_mrecords.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/alter_code1.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/functions.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/image.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/util.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/matrix.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/numerictypes.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/nd_image.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/convolve.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/numarray/session.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/linalg.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/tests/test_linalg.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/tests/test_build.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/alter_code1.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/arrayfns.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/functions.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/compat.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/array_printer.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/linear_algebra.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/matrix.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/rng.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/alter_code2.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/typeconv.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/random_array.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/misc.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/precision.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/rng_stats.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/mlab.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/fix_default_axis.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/hermite_e.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/hermite.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/legendre.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/polytemplate.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/polynomial.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/chebyshev.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/polyutils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/laguerre.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_laguerre.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_hermite_e.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_polynomial.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_hermite.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_legendre.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_polyutils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/polynomial/tests/test_chebyshev.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/user_array.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/type_check.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/stride_tricks.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/utils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/arraysetops.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/_iotools.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/scimath.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/npyio.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/twodim_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/index_tricks.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/_datasource.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/function_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/polynomial.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/ufunclike.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/format.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/recfunctions.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/shape_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/financial.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test__iotools.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_twodim_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_function_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_format.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_stride_tricks.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_index_tricks.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_arraysetops.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_type_check.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_io.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_financial.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_ufunclike.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_polynomial.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_utils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_recfunctions.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_shape_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test__datasource.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/decorators.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/utils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/numpytest.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/nosetester.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/noseclasses.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/nulltester.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/print_coercion_tables.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/tests/test_decorators.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/testing/tests/test_utils.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/machar.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/_mx_datetime_parser.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/memmap.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/_internal.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/numeric.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/function_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/scons_support.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/getlimits.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/records.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/arrayprint.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/fromnumeric.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/numerictypes.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/setup_common.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/shape_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_arrayprint.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_umath_complex.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_function_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_numeric.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_numerictypes.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_scalarmath.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_machar.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_iterator.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_half.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_print.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_errstate.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_records.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_datetime.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_einsum.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_api.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_memmap.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_dtype.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_shape_base.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_blasdot.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_ufunc.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_umath.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_defchararray.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_getlimits.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_unicode.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/tests/test_multiarray.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/numpy_api.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/genapi.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/cversions.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/tests/test_matlib.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/tests/test_ctypeslib.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/defmatrix.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/tests/test_defmatrix.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/matrixlib/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/random/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/random/tests/test_regression.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/random/tests/test_random.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/unixccompiler.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/line_endings.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/environment.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/cpuinfo.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/from_template.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/lib2def.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/mingw32ccompiler.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/intelccompiler.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/exec_command.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/__version__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/misc_util.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/conv_template.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/interactive.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/pathccompiler.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/ccompiler.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/log.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/core.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/npy_pkg_config.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/bdist_rpm.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_clib.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/config.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_src.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_py.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/install_clib.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/scons.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/install_headers.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/build_ext.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/command/config_compiler.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/hpux.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/nag.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/sun.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/pathf95.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/ibm.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/compaq.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/none.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/absoft.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/vast.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/pg.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/intel.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/lahey.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/gnu.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/mips.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/g95.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/fcompiler/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/test_misc_util.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/helper.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/fftpack.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/__init__.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/tests/test_helper.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/fft/tests/test_fftpack.py RefactoringTool: Warnings/messages while refactoring: RefactoringTool: ### In file /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/_iotools.py ### RefactoringTool: Line 695: You should use a for loop here RefactoringTool: ### In file /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/fromnumeric.py ### RefactoringTool: Line 343: You should use 'operator.mul(repeats, axis)' here. RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms RefactoringTool: Skipping implicit fixer: set_literal RefactoringTool: Skipping implicit fixer: ws_comma RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/auxfuncs.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/timer_comparison.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/core.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_old_ma.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_core.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/ma.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/arrayterator.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_arrayterator.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py RefactoringTool: Files that were modified: RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/auxfuncs.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/timer_comparison.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/core.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_old_ma.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_core.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/oldnumeric/ma.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/arrayterator.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/lib/tests/test_arrayterator.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py RefactoringTool: Warnings/messages while refactoring: RefactoringTool: ### In file /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_old_ma.py ### RefactoringTool: Line 298: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here. RefactoringTool: Line 300: You should use 'operator.mul(x4, 2, axis=0)' here. RefactoringTool: ### In file /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/ma/tests/test_core.py ### RefactoringTool: Line 326: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here. RefactoringTool: Line 328: You should use 'operator.mul(x4, 2, axis=0)' here. RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms RefactoringTool: Skipping implicit fixer: set_literal RefactoringTool: Skipping implicit fixer: ws_comma RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/setup.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/setup.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/setup.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/generate_ufunc_api.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/generate_umath.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/generate_numpy_api.py RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py RefactoringTool: Files that were modified: RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/f2py/setup.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/linalg/setup.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/setup.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/generate_ufunc_api.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/generate_umath.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/code_generators/generate_numpy_api.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implicit fixer: idioms RefactoringTool: Skipping implicit fixer: set_literal RefactoringTool: Skipping implicit fixer: ws_comma RefactoringTool: No changes to /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/compat/py3k.py RefactoringTool: Refactored /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/defchararray.py RefactoringTool: Files that were modified: RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/compat/py3k.py RefactoringTool: /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/core/defchararray.py Running from numpy source directory./tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py:1417: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py:1426: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py:1429: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py:1333: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py:1344: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. warnings.warn(LapackNotFoundError.__doc__) /tmp/tmpithb9c/numpy-1.6.0/build/py3k/numpy/distutils/system_info.py:1347: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. warnings.warn(LapackSrcNotFoundError.__doc__) creating /tmp/venv/lib/python3.3/site-packages/numpy-1.6.0-py3.3.dist-info/METADATA creating /tmp/venv/lib/python3.3/site-packages/numpy-1.6.0-py3.3.dist-info/INSTALLER creating /tmp/venv/lib/python3.3/site-packages/numpy-1.6.0-py3.3.dist-info/RECORD Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 130, in install_local_project return _run_install_from_archive(_unpacked_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 143, in _run_install_from_archive return _run_install_from_dir(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 160, in _run_install_from_dir func(source_dir) File "/usr/local/lib/python3.3/packaging/install.py", line 71, in _run_distutils_install egginfo_to_distinfo(record_file, remove_egginfo=True) File "/usr/local/lib/python3.3/packaging/util.py", line 1226, in egginfo_to_distinfo _write_record_file(record_path, distinfo['installed']) File "/usr/local/lib/python3.3/packaging/util.py", line 1173, in _write_record_file with open(fpath, 'rb') as fp: IOError: [Errno 21] Is a directory: '/tmp/venv/lib/python3.3/site-packages/numpy/distutils/' ============================================================ Package: oursql URL: http://pypi.python.org/packages/source/o/oursql/oursql-0.9.2.tar.bz2 ============================================================ stderr ============================================================ Installing from archive: /tmp/oursql-0.9.2.tar.bz2 File "setup.py", line 53 print "cython not found, using previously-cython'd .c file." ^ SyntaxError: invalid syntax failed to install ============================================================ Package: pluginbuilder URL: http://pypi.python.org/packages/source/p/pluginbuilder/pluginbuilder-1.0.1.tar.gz ============================================================ stdout ============================================================ running install running build running build_py Pre-building plugin executable file ============================================================ stderr ============================================================ Installing from archive: /tmp/pluginbuilder-1.0.1.tar.gz Traceback (most recent call last): File "setup.py", line 77, in <module> cmdclass={'build_py': build_py}, File "/usr/local/lib/python3.3/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/local/lib/python3.3/distutils/dist.py", line 919, in run_commands self.run_command(cmd) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/install.py", line 53, in run return _install.run(self) File "/usr/local/lib/python3.3/distutils/command/install.py", line 574, in run self.run_command('build') File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/distutils/command/build.py", line 128, in run self.run_command(cmd_name) File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 937, in run_command cmd_obj.ensure_finalized() File "/usr/local/lib/python3.3/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "/usr/local/lib/python3.3/distutils/command/build_py.py", line 57, in finalize_options self.data_files = self.get_data_files() File "setup.py", line 46, in get_data_files pluginbuilder.bundletemplate.setup.main() File "/tmp/tmpnecx8c/pluginbuilder-1.0.1/pluginbuilder/bundletemplate/setup.py", line 25, in main isysroot = re.findall(r'-isysroot\s+(\S+)', CFLAGS)[0] IndexError: list index out of range failed to install ============================================================ Package: pseudomethod URL: http://pypi.python.org/packages/source/p/pseudomethod/pseudomethod-2009.12.30.py3k.cpp.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pseudomethod-2009.12.30.py3k.cpp.tar.gz pseudomethod requires python3.1 failed to install ============================================================ Package: pseudosugar URL: http://pypi.python.org/packages/source/p/pseudosugar/pseudosugar-2010.01.01.README.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pseudosugar-2010.01.01.README.tar.gz pseudosugar requires python3.1 failed to install ============================================================ Package: pswinpy URL: http://pypi.python.org/packages/source/p/pswinpy/pswinpy-0.0.1.zip ============================================================ stderr ============================================================ Installing from archive: /tmp/pswinpy-0.0.1.zip Traceback (most recent call last): File "setup.py", line 17, in <module> long_description = read('README.md'), File "setup.py", line 5, in read return open(os.path.join(os.path.dirname(__file__), fname)).read() IOError: [Errno 2] No such file or directory: 'README.md' failed to install ============================================================ Package: py3to2 URL: http://pypi.python.org/packages/source/p/py3to2/py3to2-2009.01.03.tar.gz ============================================================ stdout ============================================================ py3to2 requires: Python-2.6.1 & Python-3.0 make sure they are installed before running setup python2.6 -V ============================================================ stderr ============================================================ Installing from archive: /tmp/py3to2-2009.01.03.tar.gz /bin/sh: python2.6: not found Traceback (most recent call last): File "setup.py", line 75, in <module> try: system("python2.6 -V") File "setup.py", line 51, in system def system(cmd): print( cmd ); return subprocess.check_call(cmd, shell = True) File "/usr/local/lib/python3.3/subprocess.py", line 487, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'python2.6 -V' returned non-zero exit status 127 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "setup.py", line 76, in <module> except: missing_dependency("Python-2.6.1", "http://www.python.org/download") File "setup.py", line 73, in missing_dependency """ % (NAME, name, name, url)) Exception: py3to2 requires Python-2.6.1 please download & install Python-2.6.1 from: http://www.python.org/download or another source first. then quit this shell & rerun setup in a new shell failed to install ============================================================ Package: pyScss URL: http://pypi.python.org/packages/source/p/pyScss/pyScss-1.0.8.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pyScss-1.0.8.tar.gz Traceback (most recent call last): File "setup.py", line 4, in <module> from scss.scss_meta import PROJECT, URL, VERSION, AUTHOR, AUTHOR_EMAIL, LICENSE, DOWNLOAD_URL File "/tmp/tmpgnqs9x/pyScss-1.0.8/scss/__init__.py", line 2387 except IOError, e: ^ SyntaxError: invalid syntax failed to install ============================================================ Package: pyalsaaudio URL: http://pypi.python.org/packages/source/p/pyalsaaudio/pyalsaaudio-0.6.tar.gz ============================================================ stdout ============================================================ running install running build running build_ext building 'alsaaudio' extension creating build creating build/temp.linux-i686-3.3 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c alsaaudio.c -o build/temp.linux-i686-3.3/alsaaudio.o ============================================================ stderr ============================================================ Installing from archive: /tmp/pyalsaaudio-0.6.tar.gz alsaaudio.c:21:28: fatal error: alsa/asoundlib.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: pyarchive URL: http://pypi.python.org/packages/source/p/pyarchive/pyarchive-0.1.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pyarchive-0.1.1.tar.gz Traceback (most recent call last): File "setup.py", line 3, in <module> from Cython.Distutils import build_ext ImportError: No module named 'Cython.Distutils' failed to install ============================================================ Package: pybreaker URL: http://pypi.python.org/packages/source/p/pybreaker/pybreaker-0.2.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pybreaker-0.2.1.tar.gz Traceback (most recent call last): File "setup.py", line 4, in <module> import ez_setup File "/tmp/tmp0nawgp/pybreaker-0.2.1/ez_setup.py", line 106 except pkg_resources.VersionConflict, e: ^ SyntaxError: invalid syntax failed to install ============================================================ Package: pycddlib URL: http://pypi.python.org/packages/source/p/pycddlib/pycddlib-1.0.3.zip ============================================================ stdout ============================================================ running install running build running build_ext building 'cdd' extension creating build creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/cddlib creating build/temp.linux-i686-3.3/cddlib/lib-src creating build/temp.linux-i686-3.3/cddlib/lib-src-gmp gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DGMPRATIONAL -Icddlib/lib-src -Icddlib/lib-src-gmp -I/usr/local/include/python3.3m -c cdd.c -o build/temp.linux-i686-3.3/cdd.o ============================================================ stderr ============================================================ Installing from archive: /tmp/pycddlib-1.0.3.zip In file included from cddlib/lib-src/cdd.h:18:0, from cdd.c:161: cddlib/lib-src/cddmp.h:34:18: fatal error: gmp.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: pychoose URL: http://pypi.python.org/packages/source/p/pychoose/pychoose-0.1.4.zip ============================================================ stderr ============================================================ Installing from archive: /tmp/pychoose-0.1.4.zip Traceback (most recent call last): File "setup.py", line 6, in <module> from pychoose_script import __version__ File "/tmp/tmpi7bcv0/pychoose-0.1.4/pychoose_script.py", line 9, in <module> sysdrive = environ['SYSTEMDRIVE'] File "/usr/local/lib/python3.3/os.py", line 450, in __getitem__ value = self._data[self.encodekey(key)] KeyError: b'SYSTEMDRIVE' failed to install ============================================================ Package: pyctpp2 URL: http://pypi.python.org/packages/source/p/pyctpp2/pyctpp2-0.10.0.tar.gz ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/pyctpp2 copying pyctpp2/__init__.py -> build/lib.linux-i686-3.3/pyctpp2 running build_ext compiling '_configtest.c': int main (void) { } gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o gcc -pthread _configtest.o -L/usr/local/lib -L/usr/lib -L/opt/local/lib -lctpp2 -o _configtest failure. removing: _configtest.c _configtest.o ============================================================ stderr ============================================================ Installing from archive: /tmp/pyctpp2-0.10.0.tar.gz _configtest.c: In function ‘main’: _configtest.c:1:1: warning: control reaches end of non-void function /usr/bin/ld: cannot find -lctpp2 collect2: ld returned 1 exit status /usr/local/lib/python3.3/distutils/extension.py:134: UserWarning: Unknown Extension options: 'no_c_in_traceback' warnings.warn(msg) Traceback (most recent call last): File "setup.py", line 179, in <module> """, File "/usr/local/lib/python3.3/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/local/lib/python3.3/distutils/dist.py", line 919, in run_commands self.run_command(cmd) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/install.py", line 53, in run return _install.run(self) File "/usr/local/lib/python3.3/distutils/command/install.py", line 574, in run self.run_command('build') File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/distutils/command/build.py", line 128, in run self.run_command(cmd_name) File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 937, in run_command cmd_obj.ensure_finalized() File "/usr/local/lib/python3.3/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "setup.py", line 110, in finalize_options raise Exception('Failed to found ctpp2 library.') Exception: Failed to found ctpp2 library. failed to install ============================================================ Package: pykbool URL: http://pypi.python.org/packages/source/p/pykbool/pykbool-0.1.1.tgz ============================================================ stdout ============================================================ Cython (www.cython.org) not found ============================================================ stderr ============================================================ Installing from archive: /tmp/pykbool-0.1.1.tgz failed to install ============================================================ Package: pyobjc-core URL: http://pypi.python.org/packages/source/p/pyobjc-core/pyobjc-core-2.3.tar.gz ============================================================ stdout ============================================================ You're not running on MacOS X, and don't use GNUstep I don't know how to build PyObjC on such a platform. Please read the ReadMe. ============================================================ stderr ============================================================ Installing from archive: /tmp/pyobjc-core-2.3.tar.gz ObjC runtime not found failed to install ============================================================ Package: pyopencl URL: http://pypi.python.org/packages/source/p/pyopencl/pyopencl-2011.1beta3.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pyopencl-2011.1beta3.tar.gz Traceback (most recent call last): File "setup.py", line 171, in <module> main() File "setup.py", line 160, in main extra_link_args=conf["LDFLAGS"], File "/tmp/tmpm_rv_x/pyopencl-2011.1beta3/aksetup_helper.py", line 57, in __init__ self._include_dirs = self.include_dirs File "/tmp/tmpm_rv_x/pyopencl-2011.1beta3/aksetup_helper.py", line 68, in get_include_dirs return self._include_dirs + [self.get_numpy_incpath()] File "/tmp/tmpm_rv_x/pyopencl-2011.1beta3/aksetup_helper.py", line 63, in get_numpy_incpath file, pathname, descr = find_module("numpy") ImportError: No module named 'numpy' failed to install ============================================================ Package: pysox URL: http://pypi.python.org/packages/source/p/pysox/pysox-0.3.6.alpha.tar.gz ============================================================ stdout ============================================================ Building without Cython running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/pysox copying pysox/SoxApp.py -> build/lib.linux-i686-3.3/pysox copying pysox/__init__.py -> build/lib.linux-i686-3.3/pysox copying pysox/csox.pxd -> build/lib.linux-i686-3.3/pysox copying pysox/sox.pxd -> build/lib.linux-i686-3.3/pysox running build_ext building 'pysox.sox' extension creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/pysox gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c pysox/sox.c -o build/temp.linux-i686-3.3/pysox/sox.o ============================================================ stderr ============================================================ Installing from archive: /tmp/pysox-0.3.6.alpha.tar.gz pysox/sox.c:227:17: fatal error: sox.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: python-djvulibre URL: http://pypi.python.org/packages/source/p/python-djvulibre/python-djvulibre-0.3.3.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/python-djvulibre-0.3.3.tar.gz Traceback (most recent call last): File "setup.py", line 205, in <module> for name in ext_modules File "setup.py", line 205, in <listcomp> for name in ext_modules File "setup.py", line 95, in pkg_config raise IOError('[pkg-config] ' + stderr.strip()) IOError: [pkg-config] Package ddjvuapi was not found in the pkg-config search path. Perhaps you should add the directory containing `ddjvuapi.pc' to the PKG_CONFIG_PATH environment variable No package 'ddjvuapi' found failed to install ============================================================ Package: python-simplexquery URL: http://pypi.python.org/packages/source/p/python-simplexquery/python-simplexquery-1.0.5.3.zip ============================================================ stdout ============================================================ running install running build running build_ext building 'simplexquery' extension creating build creating build/temp.linux-i686-3.3 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c xqilla.cpp -o build/temp.linux-i686-3.3/xqilla.o ============================================================ stderr ============================================================ Installing from archive: /tmp/python-simplexquery-1.0.5.3.zip cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ xqilla.cpp:4:36: fatal error: xqilla/xqilla-simple.hpp: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: python-snappy URL: http://pypi.python.org/packages/source/p/python-snappy/python-snappy-0.3.1.tar.gz ============================================================ stdout ============================================================ running install running build running build_ext building 'snappy' extension creating build creating build/temp.linux-i686-3.3 gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c snappymodule.cc -o build/temp.linux-i686-3.3/snappymodule.o ============================================================ stderr ============================================================ Installing from archive: /tmp/python-snappy-0.3.1.tar.gz cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ snappymodule.cc:31:22: fatal error: snappy-c.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: pythonselect URL: http://pypi.python.org/packages/source/p/pythonselect/pythonselect-1.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pythonselect-1.2.tar.gz error: pythonselect-1.2 only works on MacOSX, not linux2 failed to install ============================================================ Package: pyttk URL: http://pypi.python.org/packages/source/p/pyttk/pyttk-0.3.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pyttk-0.3.2.tar.gz Traceback (most recent call last): File "setup.py", line 2, in <module> import ttk File "/tmp/tmpgnqpou/pyttk-0.3.2/ttk.py", line 36, in <module> import tkinter as Tkinter File "/usr/local/lib/python3.3/tkinter/__init__.py", line 37, in <module> import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named '_tkinter' failed to install ============================================================ Package: pywebsite URL: http://pypi.python.org/packages/source/p/pywebsite/pywebsite-0.1.25pre.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/pywebsite-0.1.25pre.tar.gz Traceback (most recent call last): File "setup.py", line 30, in <module> DESCRIPTION = open('readme.txt').read() IOError: [Errno 2] No such file or directory: 'readme.txt' failed to install ============================================================ Package: pyzmq URL: http://pypi.python.org/packages/source/p/pyzmq/pyzmq-2.1.7.tar.gz ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/zmq copying zmq/__init__.py -> build/lib.linux-i686-3.3/zmq creating build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_stopwatch.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_poll.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_context.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_log.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_device.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_pubsub.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_error.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_monqueue.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_reqrep.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_zmqstream.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_socket.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_multipart.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_ioloop.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_pair.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_imports.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/test_message.py -> build/lib.linux-i686-3.3/zmq/tests copying zmq/tests/__init__.py -> build/lib.linux-i686-3.3/zmq/tests creating build/lib.linux-i686-3.3/zmq/eventloop copying zmq/eventloop/win32_support.py -> build/lib.linux-i686-3.3/zmq/eventloop copying zmq/eventloop/stack_context.py -> build/lib.linux-i686-3.3/zmq/eventloop copying zmq/eventloop/ioloop.py -> build/lib.linux-i686-3.3/zmq/eventloop copying zmq/eventloop/zmqstream.py -> build/lib.linux-i686-3.3/zmq/eventloop copying zmq/eventloop/__init__.py -> build/lib.linux-i686-3.3/zmq/eventloop creating build/lib.linux-i686-3.3/zmq/log copying zmq/log/handlers.py -> build/lib.linux-i686-3.3/zmq/log copying zmq/log/__init__.py -> build/lib.linux-i686-3.3/zmq/log creating build/lib.linux-i686-3.3/zmq/core copying zmq/core/__init__.py -> build/lib.linux-i686-3.3/zmq/core creating build/lib.linux-i686-3.3/zmq/devices copying zmq/devices/monitoredqueuedevice.py -> build/lib.linux-i686-3.3/zmq/devices copying zmq/devices/basedevice.py -> build/lib.linux-i686-3.3/zmq/devices copying zmq/devices/__init__.py -> build/lib.linux-i686-3.3/zmq/devices creating build/lib.linux-i686-3.3/zmq/utils copying zmq/utils/jsonapi.py -> build/lib.linux-i686-3.3/zmq/utils copying zmq/utils/strtypes.py -> build/lib.linux-i686-3.3/zmq/utils copying zmq/utils/__init__.py -> build/lib.linux-i686-3.3/zmq/utils copying zmq/core/message.pxd -> build/lib.linux-i686-3.3/zmq/core copying zmq/core/stopwatch.pxd -> build/lib.linux-i686-3.3/zmq/core copying zmq/core/context.pxd -> build/lib.linux-i686-3.3/zmq/core copying zmq/core/czmq.pxd -> build/lib.linux-i686-3.3/zmq/core copying zmq/core/socket.pxd -> build/lib.linux-i686-3.3/zmq/core copying zmq/devices/monitoredqueue.pxd -> build/lib.linux-i686-3.3/zmq/devices copying zmq/utils/buffers.pxd -> build/lib.linux-i686-3.3/zmq/utils copying zmq/utils/pyversion_compat.h -> build/lib.linux-i686-3.3/zmq/utils copying zmq/utils/zmq_compat.h -> build/lib.linux-i686-3.3/zmq/utils copying zmq/utils/allocate.h -> build/lib.linux-i686-3.3/zmq/utils running build_ext ****************************************** Configure: Autodetecting ZMQ settings... Custom ZMQ dir: None cc -Izmq/utils -Izmq/core -Izmq/devices -c detect/vers.c -o detect/vers.o ****************************************** ============================================================ stderr ============================================================ Installing from archive: /tmp/pyzmq-2.1.7.tar.gz detect/vers.c:3:17: fatal error: zmq.h: No such file or directory compilation terminated. Fatal: Failed to compile ZMQ test program. Please check to make sure: * You have a C compiler installed * A development version of Python is installed (including header files) * A development version of ZeroMQ >= 2.1.0 is installed (including header files) * If ZMQ is not in a default location, supply the argument --zmq=<path> failed to install ============================================================ Package: regex URL: http://pypi.python.org/packages/source/r/regex/regex-0.1.20110616.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/regex-0.1.20110616.tar.gz No unicodedata_db.h could be prepared for Python 3.3a0 (default:cbbf958ba4f5, Jun 20 2011, 08:40:44) [GCC 4.5.2] failed to install ============================================================ Package: restarter URL: http://pypi.python.org/packages/source/r/restarter/restarter-0.4.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/restarter-0.4.tar.gz Traceback (most recent call last): File "setup.py", line 7, in <module> version = open(os.path.join(here, 'version.txt')).read().strip() IOError: [Errno 2] No such file or directory: '/tmp/tmplklwql/restarter-0.4/version.txt' failed to install ============================================================ Package: rpy2 URL: http://pypi.python.org/packages/source/r/rpy2/rpy2-2.2.1.tar.gz ============================================================ stdout ============================================================ Using 2to3 to translate Python2-only idioms into Python3 code. Please wait... done. running install running build running build_py creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/rpy2 copying build/python3_rpy/rpy/rpy_classic.py -> build/lib.linux-i686-3.3/rpy2 copying build/python3_rpy/rpy/tests_rpy_classic.py -> build/lib.linux-i686-3.3/rpy2 copying build/python3_rpy/rpy/tests.py -> build/lib.linux-i686-3.3/rpy2 copying build/python3_rpy/rpy/__init__.py -> build/lib.linux-i686-3.3/rpy2 creating build/lib.linux-i686-3.3/rpy2/rlike copying build/python3_rpy/rpy/rlike/container.py -> build/lib.linux-i686-3.3/rpy2/rlike copying build/python3_rpy/rpy/rlike/indexing.py -> build/lib.linux-i686-3.3/rpy2/rlike copying build/python3_rpy/rpy/rlike/functional.py -> build/lib.linux-i686-3.3/rpy2/rlike copying build/python3_rpy/rpy/rlike/__init__.py -> build/lib.linux-i686-3.3/rpy2/rlike creating build/lib.linux-i686-3.3/rpy2/rlike/tests copying build/python3_rpy/rpy/rlike/tests/test_container.py -> build/lib.linux-i686-3.3/rpy2/rlike/tests copying build/python3_rpy/rpy/rlike/tests/test_indexing.py -> build/lib.linux-i686-3.3/rpy2/rlike/tests copying build/python3_rpy/rpy/rlike/tests/test_functional.py -> build/lib.linux-i686-3.3/rpy2/rlike/tests copying build/python3_rpy/rpy/rlike/tests/__init__.py -> build/lib.linux-i686-3.3/rpy2/rlike/tests creating build/lib.linux-i686-3.3/rpy2/rinterface copying build/python3_rpy/rpy/rinterface/__init__.py -> build/lib.linux-i686-3.3/rpy2/rinterface creating build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_EmbeddedR.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_SexpEnvironment.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_SexpClosure.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_SexpExtPtr.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_Device.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_Sexp.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_SexpVector.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/test_SexpVectorNumeric.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests copying build/python3_rpy/rpy/rinterface/tests/__init__.py -> build/lib.linux-i686-3.3/rpy2/rinterface/tests creating build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/language.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/environments.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/conversion.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/robject.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/help.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/functions.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/constants.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/methods.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/vectors.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/packages.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/numpy2ri.py -> build/lib.linux-i686-3.3/rpy2/robjects copying build/python3_rpy/rpy/robjects/__init__.py -> build/lib.linux-i686-3.3/rpy2/robjects creating build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testFormula.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testMethods.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testLanguage.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testRObject.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testDataFrame.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testHelp.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testRobjects.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testVector.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testPackages.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testArray.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testNumpyConversions.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testEnvironment.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/testFunction.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests copying build/python3_rpy/rpy/robjects/tests/__init__.py -> build/lib.linux-i686-3.3/rpy2/robjects/tests creating build/lib.linux-i686-3.3/rpy2/robjects/lib copying build/python3_rpy/rpy/robjects/lib/grid.py -> build/lib.linux-i686-3.3/rpy2/robjects/lib copying build/python3_rpy/rpy/robjects/lib/ggplot2.py -> build/lib.linux-i686-3.3/rpy2/robjects/lib copying build/python3_rpy/rpy/robjects/lib/__init__.py -> build/lib.linux-i686-3.3/rpy2/robjects/lib creating build/lib.linux-i686-3.3/rpy2/interactive copying build/python3_rpy/rpy/interactive/process_revents.py -> build/lib.linux-i686-3.3/rpy2/interactive copying build/python3_rpy/rpy/interactive/__init__.py -> build/lib.linux-i686-3.3/rpy2/interactive creating build/lib.linux-i686-3.3/rpy2/interactive/tests copying build/python3_rpy/rpy/interactive/tests/__init__.py -> build/lib.linux-i686-3.3/rpy2/interactive/tests running build_ext ============================================================ stderr ============================================================ Installing from archive: /tmp/rpy2-2.2.1.tar.gz warning: no previously-included files matching '*patch*' found anywhere in distribution warning: no previously-included files matching '*diff*' found anywhere in distribution warning: no previously-included files matching '.hg' found anywhere in distribution no previously-included directories found matching 'dist' /bin/sh: R: not found Error: Tried to guess R's HOME but no R command in the PATH. failed to install ============================================================ Package: scikits.statsmodels URL: http://pypi.python.org/packages/source/s/scikits.statsmodels/scikits.statsmodels-0.3.0rc1.zip ============================================================ stderr ============================================================ Installing from archive: /tmp/scikits.statsmodels-0.3.0rc1.zip Traceback (most recent call last): File "setup.py", line 131, in <module> from numpy.distutils.core import setup ImportError: No module named 'numpy.distutils.core' failed to install ============================================================ Package: scipy URL: http://pypi.python.org/packages/source/s/scipy/scipy-0.9.0.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/scipy-0.9.0.tar.gz Traceback (most recent call last): File "setup.py", line 181, in <module> setup_package() File "setup.py", line 131, in setup_package from numpy.distutils.core import setup ImportError: No module named 'numpy.distutils.core' failed to install ============================================================ Package: scrypt URL: http://pypi.python.org/packages/source/s/scrypt/scrypt-0.5.1.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/scrypt-0.5.1.tar.gz Traceback (most recent call last): File "setup.py", line 61, in <module> long_description=open('README.markdown').read()) IOError: [Errno 2] No such file or directory: 'README.markdown' failed to install ============================================================ Package: shitjs URL: http://pypi.python.org/packages/source/s/shitjs/shitjs-0.2.0pre.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/shitjs-0.2.0pre.tar.gz Traceback (most recent call last): File "setup.py", line 29, in <module> DESCRIPTION = open('readme.txt').read() IOError: [Errno 2] No such file or directory: 'readme.txt' failed to install ============================================================ Package: smhasher URL: http://pypi.python.org/packages/source/s/smhasher/smhasher-0.136.2.tar.gz ============================================================ stdout ============================================================ running install running build running build_ext building 'smhasher' extension creating build creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/smhasher gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMODULE_VERSION="0.136.2" -Ismhasher -I/usr/local/include/python3.3m -c smhasher.cpp -o build/temp.linux-i686-3.3/smhasher.o gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DMODULE_VERSION="0.136.2" -Ismhasher -I/usr/local/include/python3.3m -c smhasher/MurmurHash3.cpp -o build/temp.linux-i686-3.3/smhasher/MurmurHash3.o creating build/lib.linux-i686-3.3 g++ -pthread -shared build/temp.linux-i686-3.3/smhasher.o build/temp.linux-i686-3.3/smhasher/MurmurHash3.o -o build/lib.linux-i686-3.3/smhasher.cpython-33m.so running install_lib copying build/lib.linux-i686-3.3/smhasher.cpython-33m.so -> /tmp/venv/lib/python3.3/site-packages running install_egg_info Writing /tmp/venv/lib/python3.3/site-packages/smhasher-0.136.2-py3.3.egg-info ============================================================ stderr ============================================================ Installing from archive: /tmp/smhasher-0.136.2.tar.gz cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ Traceback (most recent call last): File "setup.py", line 58, in <module> long_description = readme, File "/usr/local/lib/python3.3/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/local/lib/python3.3/distutils/dist.py", line 919, in run_commands self.run_command(cmd) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/distutils/command/install.py", line 586, in run self.run_command(cmd_name) File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/distutils/command/install_egg_info.py", line 44, in run self.distribution.metadata.write_pkg_file(f) File "/usr/local/lib/python3.3/distutils/dist.py", line 1039, in write_pkg_file long_desc = rfc822_escape(self.get_long_description()) File "/usr/local/lib/python3.3/distutils/util.py", line 560, in rfc822_escape lines = header.split('\n') TypeError: Type str doesn't support the buffer API failed to install ============================================================ Package: tc URL: http://pypi.python.org/packages/source/t/tc/tc-0.7.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/tc-0.7.2.tar.gz Traceback (most recent call last): File "setup.py", line 390, in <module> 'Programming Language :: Python :: 3.0', File "/usr/local/lib/python3.3/distutils/core.py", line 110, in setup _setup_distribution = dist = klass(attrs) File "setup.py", line 339, in __init__ self.cmdclass['debian'] = debian NameError: global name 'debian' is not defined failed to install ============================================================ Package: tdl URL: http://pypi.python.org/packages/source/t/tdl/tdl-1.0.6.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/tdl-1.0.6.tar.gz File "setup.py", line 6 print 'This module will use setuptools if available.' ^ SyntaxError: invalid syntax failed to install ============================================================ Package: tokyo-python URL: http://pypi.python.org/packages/source/t/tokyo-python/tokyo-python-0.7.0.tar.gz ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/tokyo copying tokyo/dbm.py -> build/lib.linux-i686-3.3/tokyo copying tokyo/__init__.py -> build/lib.linux-i686-3.3/tokyo running build_ext ============================================================ stderr ============================================================ Installing from archive: /tmp/tokyo-python-0.7.0.tar.gz Aborted: tokyo-python requires Tokyo Cabinet >= 1.4.45 to be installed. See http://fallabs.com/tokyocabinet/ for more information. failed to install ============================================================ Package: treap URL: http://pypi.python.org/packages/source/t/treap/treap-1.20.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/treap-1.20.tar.gz Traceback (most recent call last): File "setup.py", line 4, in <module> from Cython.Distutils import build_ext ImportError: No module named 'Cython.Distutils' failed to install ============================================================ Package: tuxmodule URL: http://pypi.python.org/packages/source/t/tuxmodule/tuxmodule-python2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/tuxmodule-python2.tar.gz Traceback (most recent call last): File "/usr/local/lib/python3.3/shutil.py", line 696, in _unpack_tarfile tarobj = tarfile.open(filename) File "/usr/local/lib/python3.3/tarfile.py", line 1741, in open raise ReadError("file could not be opened successfully") tarfile.ReadError: file could not be opened successfully During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/venv/bin/pysetup3", line 4, in <module> sys.exit(main()) File "/usr/local/lib/python3.3/packaging/run.py", line 678, in main return dispatcher() File "/usr/local/lib/python3.3/packaging/run.py", line 667, in __call__ return func(self, self.args) File "/usr/local/lib/python3.3/packaging/run.py", line 204, in wrapper return f(*args, **kwargs) File "/usr/local/lib/python3.3/packaging/run.py", line 247, in _install if install_local_project(target): File "/usr/local/lib/python3.3/packaging/install.py", line 129, in install_local_project shutil.unpack_archive(path, _unpacked_dir) File "/usr/local/lib/python3.3/shutil.py", line 756, in unpack_archive func(filename, extract_dir, **kwargs) File "/usr/local/lib/python3.3/shutil.py", line 699, in _unpack_tarfile "%s is not a compressed or uncompressed tar file" % filename) shutil.ReadError: /tmp/tuxmodule-python2.tar.gz is not a compressed or uncompressed tar file ============================================================ Package: vxrpc URL: http://pypi.python.org/packages/source/v/vxrpc/vxrpc-0.2.1.tar.gz ============================================================ stdout ============================================================ running install running build running build_ext compiling '_configtest.c': int main (void) { } gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -c _configtest.c -o _configtest.o gcc -pthread _configtest.o -L/usr/local/lib -L/usr/lib -L/opt/local/lib -lxmlrpc_client -o _configtest failure. removing: _configtest.c _configtest.o ============================================================ stderr ============================================================ Installing from archive: /tmp/vxrpc-0.2.1.tar.gz _configtest.c: In function ‘main’: _configtest.c:1:1: warning: control reaches end of non-void function /usr/bin/ld: cannot find -lxmlrpc_client collect2: ld returned 1 exit status Traceback (most recent call last): File "setup.py", line 154, in <module> requires=['Cython(>=0.14)'] File "/usr/local/lib/python3.3/distutils/core.py", line 149, in setup dist.run_commands() File "/usr/local/lib/python3.3/distutils/dist.py", line 919, in run_commands self.run_command(cmd) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/tmp/venv/lib/python3.3/site-packages/distribute-0.6.21dev-py3.3.egg/setuptools/command/install.py", line 53, in run return _install.run(self) File "/usr/local/lib/python3.3/distutils/command/install.py", line 574, in run self.run_command('build') File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 938, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/distutils/command/build.py", line 128, in run self.run_command(cmd_name) File "/usr/local/lib/python3.3/distutils/cmd.py", line 315, in run_command self.distribution.run_command(command) File "/usr/local/lib/python3.3/distutils/dist.py", line 937, in run_command cmd_obj.ensure_finalized() File "/usr/local/lib/python3.3/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "setup.py", line 106, in finalize_options raise Exception('Failed to found xmlrpc-c client library.') Exception: Failed to found xmlrpc-c client library. failed to install ============================================================ Package: watcher URL: http://pypi.python.org/packages/source/w/watcher/watcher-0.2.1.zip ============================================================ stdout ============================================================ running install running build running build_py creating build creating build/lib.linux-i686-3.3 copying FileSystemWatcher.py -> build/lib.linux-i686-3.3 creating build/lib.linux-i686-3.3/watcher copying watcher/__init__.py -> build/lib.linux-i686-3.3/watcher creating build/lib.linux-i686-3.3/watcher/tests copying watcher/tests/test_watcher.py -> build/lib.linux-i686-3.3/watcher/tests copying watcher/tests/test_FileSystemWatcher.py -> build/lib.linux-i686-3.3/watcher/tests copying watcher/tests/__main__.py -> build/lib.linux-i686-3.3/watcher/tests copying watcher/tests/__init__.py -> build/lib.linux-i686-3.3/watcher/tests running build_ext building 'watcher._watcher' extension creating build/temp.linux-i686-3.3 creating build/temp.linux-i686-3.3/src gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.3m -c src/_watcher.c -o build/temp.linux-i686-3.3/src/_watcher.o /W4 /DUNICODE ============================================================ stderr ============================================================ Installing from archive: /tmp/watcher-0.2.1.zip gcc: /W4: No such file or directory gcc: /DUNICODE: No such file or directory src/_watcher.c:4:21: fatal error: windows.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 failed to install ============================================================ Package: yep URL: http://pypi.python.org/packages/source/y/yep/yep-0.2.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/yep-0.2.tar.gz Traceback (most recent call last): File "setup.py", line 1, in <module> import yep File "/tmp/tmp6ekhil/yep-0.2/yep.py", line 25, in <module> 'Unable to find libprofiler, please make sure google-perftools ' ImportError: Unable to find libprofiler, please make sure google-perftools is installed on your system failed to install ============================================================ Package: zanthor URL: http://pypi.python.org/packages/source/z/zanthor/zanthor-1.2.3.tar.gz ============================================================ stderr ============================================================ Installing from archive: /tmp/zanthor-1.2.3.tar.gz File "setup.py", line 105 print 'Usage: setup.py install|py2exe|py2app|cx_freeze' ^ SyntaxError: invalid syntax failed to install

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4