Created
October 6, 2014 17:30
-
-
Save parkan/46e9057b49c4c835a148 to your computer and use it in GitHub Desktop.
twisted install failure (scrapy prereq)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~]% pip install twisted (arkadiy@sodium:~) | |
Downloading/unpacking twisted | |
Downloading Twisted-14.0.2.tar.bz2 (4.3MB): 4.3MB downloaded | |
Running setup.py (path:/private/var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip_build_arkadiy/twisted/setup.py) egg_info for package twisted | |
Downloading/unpacking zope.interface>=3.6.0 (from twisted) | |
Downloading zope.interface-4.1.1.tar.gz (864kB): 864kB downloaded | |
Running setup.py (path:/private/var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip_build_arkadiy/zope.interface/setup.py) egg_info for package zope.interface | |
warning: no previously-included files matching '*.dll' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/site-packages/setuptools-5.4.2-py2.7.egg (from zope.interface>=3.6.0->twisted) | |
Installing collected packages: twisted, zope.interface | |
Running setup.py install for twisted | |
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes {} -I/usr/local/opt/openssl/include -I/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c conftest.c -o conftest.o | |
clang: error: no such file or directory: '{}' | |
building 'twisted.test.raiser' extension | |
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes {} -I/usr/local/opt/openssl/include -I/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c twisted/test/raiser.c -o build/temp.macosx-10.9-x86_64-2.7/twisted/test/raiser.o | |
clang: error: no such file or directory: '{}' | |
error: command 'clang' failed with exit status 1 | |
Complete output from command /usr/local/opt/python/bin/python2.7 -c "import setuptools, tokenize;__file__='/private/var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip_build_arkadiy/twisted/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip-05RIFK-record/install-record.txt --single-version-externally-managed --compile: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-10.9-x86_64-2.7 | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted | |
copying twisted/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted | |
copying twisted/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted | |
copying twisted/copyright.py -> build/lib.macosx-10.9-x86_64-2.7/twisted | |
copying twisted/plugin.py -> build/lib.macosx-10.9-x86_64-2.7/twisted | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
copying twisted/application/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
copying twisted/application/app.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
copying twisted/application/internet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
copying twisted/application/reactors.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
copying twisted/application/service.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
copying twisted/application/strports.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/application/test | |
copying twisted/application/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application/test | |
copying twisted/application/test/test_internet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/application/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/avatar.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/checkers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/endpoints.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/interfaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/ls.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/manhole_ssh.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/manhole_tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/mixin.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/recvline.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/stdio.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/telnet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/ttymodes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
copying twisted/conch/unix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/agent.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/connect.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/default.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/direct.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/knownhosts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
copying twisted/conch/client/options.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/client | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/colors.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/helper.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/insults.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/text.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
copying twisted/conch/insults/window.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/insults | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/openssh_compat | |
copying twisted/conch/openssh_compat/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/openssh_compat | |
copying twisted/conch/openssh_compat/factory.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/openssh_compat | |
copying twisted/conch/openssh_compat/primes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/openssh_compat | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/scripts | |
copying twisted/conch/scripts/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/scripts | |
copying twisted/conch/scripts/cftp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/scripts | |
copying twisted/conch/scripts/ckeygen.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/scripts | |
copying twisted/conch/scripts/conch.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/scripts | |
copying twisted/conch/scripts/tkconch.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/scripts | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/address.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/agent.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/channel.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/common.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/connection.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/factory.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/filetransfer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/forwarding.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/keys.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/service.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/session.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/sexpy.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/transport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
copying twisted/conch/ssh/userauth.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ssh | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/keydata.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_address.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_agent.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_cftp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_channel.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_checkers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_ckeygen.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_conch.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_connection.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_default.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_endpoints.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_filetransfer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_helper.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_insults.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_keys.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_knownhosts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_mixin.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_openssh_compat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_recvline.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_scripts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_session.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_ssh.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_telnet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_text.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_transport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_userauth.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
copying twisted/conch/test/test_window.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ui | |
copying twisted/conch/ui/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ui | |
copying twisted/conch/ui/ansi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ui | |
copying twisted/conch/ui/tkvt100.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/conch/ui | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/_digest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/checkers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/credentials.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/pamauth.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/portal.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
copying twisted/cred/strcred.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/cred | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/enterprise | |
copying twisted/enterprise/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/enterprise | |
copying twisted/enterprise/adbapi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/enterprise | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_baseprocess.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_dumbwin32proc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_glibbase.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_newtls.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_pollingfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_posixserialport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_posixstdio.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_signals.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_ssl.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_sslverify.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_threadedselect.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_win32serialport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/_win32stdio.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/abstract.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/address.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/base.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/cfreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/default.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/defer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/endpoints.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/epollreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/fdesc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/gireactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/glib2reactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/gtk2reactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/gtk3reactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/gtkreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/inotify.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/interfaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/kqreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/main.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/pollreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/posixbase.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/process.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/protocol.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/pyuisupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/qtreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/reactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/selectreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/serialport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/ssl.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/stdio.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/task.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/tcp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/threads.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/tksupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/udp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/unix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/utils.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/win32eventreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/wxreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
copying twisted/internet/wxsupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/abstract.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/const.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/interfaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/reactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/setup.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/tcp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
copying twisted/internet/iocpreactor/udp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/_posixifaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/_win32ifaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/connectionmixins.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/fakeendpoint.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/modulehelpers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/process_gireactornocompat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/process_helper.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/reactormixins.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_abstract.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_address.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_base.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_baseprocess.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_core.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_default.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_endpoints.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_epollreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_fdset.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_filedescriptor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_gireactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_glibbase.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_gtkreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_inlinecb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_inotify.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_iocp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_main.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_newtls.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_pollingfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_posixbase.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_posixprocess.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_process.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_protocol.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_qtreactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_serialport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_sigchld.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_socket.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_stdio.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_tcp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_threads.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_time.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_tls.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_udp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_udp_internals.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_unix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
copying twisted/internet/test/test_win32events.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/default.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/docbook.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/htmlbook.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/indexer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/latex.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/lint.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/lmath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/man2lore.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/numberer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/process.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/slides.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/texi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
copying twisted/lore/tree.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/lore/scripts | |
copying twisted/lore/scripts/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/scripts | |
copying twisted/lore/scripts/lore.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/scripts | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_docbook.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_latex.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_lint.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_lmath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_lore.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_man2lore.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_scripts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_slides.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
copying twisted/lore/test/test_texi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/lore/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/alias.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/bounce.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/imap4.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/mail.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/maildir.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/pb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/pop3.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/pop3client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/protocols.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/relay.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/relaymanager.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/smtp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
copying twisted/mail/tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/mail/scripts | |
copying twisted/mail/scripts/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/scripts | |
copying twisted/mail/scripts/mailmail.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/scripts | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/pop3testserver.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_bounce.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_imap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_mail.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_mailmail.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_options.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_pop3.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_pop3client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_scripts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
copying twisted/mail/test/test_smtp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/mail/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
copying twisted/manhole/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
copying twisted/manhole/_inspectro.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
copying twisted/manhole/explorer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
copying twisted/manhole/gladereactor.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
copying twisted/manhole/service.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
copying twisted/manhole/telnet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/test | |
copying twisted/manhole/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/test | |
copying twisted/manhole/test/test_explorer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/ui | |
copying twisted/manhole/ui/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/ui | |
copying twisted/manhole/ui/gtk2manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/ui | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/ui/test | |
copying twisted/manhole/ui/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/ui/test | |
copying twisted/manhole/ui/test/test_gtk2manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/manhole/ui/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/_rfc1982.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/authority.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/cache.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/common.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/dns.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/hosts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/resolve.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/root.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/secondary.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/server.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/srvconnect.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
copying twisted/names/tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_cache.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_common.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_dns.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_examples.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_hosts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_names.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_resolve.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_rfc1982.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_rootresolve.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_server.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_srvconnect.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
copying twisted/names/test/test_tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/names/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
copying twisted/news/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
copying twisted/news/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
copying twisted/news/database.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
copying twisted/news/news.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
copying twisted/news/nntp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
copying twisted/news/tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/news/test | |
copying twisted/news/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news/test | |
copying twisted/news/test/test_database.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news/test | |
copying twisted/news/test/test_news.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news/test | |
copying twisted/news/test/test_nntp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/news/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/ethernet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/ip.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/raw.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/rawudp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/testing.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
copying twisted/pair/tuntap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/pair/test | |
copying twisted/pair/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair/test | |
copying twisted/pair/test/test_ethernet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair/test | |
copying twisted/pair/test/test_ip.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair/test | |
copying twisted/pair/test/test_rawudp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair/test | |
copying twisted/pair/test/test_tuntap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/pair/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
copying twisted/persisted/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
copying twisted/persisted/aot.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
copying twisted/persisted/crefutil.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
copying twisted/persisted/dirdbm.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
copying twisted/persisted/sob.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
copying twisted/persisted/styles.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/persisted/test | |
copying twisted/persisted/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted/test | |
copying twisted/persisted/test/test_styles.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/persisted/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/cred_anonymous.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/cred_file.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/cred_memory.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/cred_sshkeys.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/cred_unix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_conch.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_core.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_ftp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_inet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_lore.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_mail.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_names.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_news.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_portforward.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_qtstub.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_reactors.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_runner.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_socks.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_telnet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_trial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_web.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
copying twisted/plugins/twisted_words.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/plugins | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/positioning | |
copying twisted/positioning/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning | |
copying twisted/positioning/_sentence.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning | |
copying twisted/positioning/base.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning | |
copying twisted/positioning/ipositioning.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning | |
copying twisted/positioning/nmea.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/positioning/test | |
copying twisted/positioning/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning/test | |
copying twisted/positioning/test/receiver.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning/test | |
copying twisted/positioning/test/test_base.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning/test | |
copying twisted/positioning/test/test_nmea.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning/test | |
copying twisted/positioning/test/test_sentence.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/positioning/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/amp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/basic.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/dict.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/finger.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/ftp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/htb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/ident.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/loopback.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/memcache.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/pcp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/policies.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/portforward.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/postfix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/shoutcast.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/sip.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/socks.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/stateful.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/telnet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/tls.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
copying twisted/protocols/wire.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/gps | |
copying twisted/protocols/gps/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/gps | |
copying twisted/protocols/gps/nmea.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/gps | |
copying twisted/protocols/gps/rockwell.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/gps | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/mice | |
copying twisted/protocols/mice/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/mice | |
copying twisted/protocols/mice/mouseman.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/mice | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/test | |
copying twisted/protocols/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/test | |
copying twisted/protocols/test/test_basic.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/test | |
copying twisted/protocols/test/test_tls.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/protocols/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/_inotify.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/_release.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/_shellcomp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/_textattributes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/compat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/components.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/constants.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/context.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/deprecate.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/dist.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/dist3.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/failure.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/fakepwd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/filepath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/finalize.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/formmethod.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/hashlib.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/hook.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/htmlizer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/lockfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/log.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/logfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/modules.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/monkey.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/procutils.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/randbytes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/rebuild.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/reflect.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/release.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/roots.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/runtime.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/shortcut.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/syslog.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/systemd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/text.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/threadable.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/threadpool.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/urlpath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/usage.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/versions.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/win32.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/zippath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/python/zipstream.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/deprecatedattributes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/modules_helpers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/pullpipe.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_components.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_constants.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_deprecate.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_dist.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_dist3.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_fakepwd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_hashlib.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_htmlizer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_inotify.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_release.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_runtime.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_sendmsg.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_shellcomp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_syslog.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_systemd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_textattributes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_urlpath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_versions.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_win32.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_zippath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
copying twisted/python/test/test_zipstream.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/python/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/inetd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/inetdconf.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/inetdtap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/procmon.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/runner/procmontap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/runner/test | |
copying twisted/runner/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner/test | |
copying twisted/runner/test/test_procmon.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner/test | |
copying twisted/runner/test/test_procmontap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/_twistd_unix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/_twistw.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/htmlizer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/tap2deb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/tap2rpm.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/tapconvert.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/tkunzip.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/trial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
copying twisted/scripts/twistd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/scripts/test | |
copying twisted/scripts/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts/test | |
copying twisted/scripts/test/test_scripts.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts/test | |
copying twisted/scripts/test/test_tap2deb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts/test | |
copying twisted/scripts/test/test_tap2rpm.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/scripts/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/banana.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/flavors.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/interfaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/jelly.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/pb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/publish.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
copying twisted/spread/util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/spread/ui | |
copying twisted/spread/ui/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread/ui | |
copying twisted/spread/ui/gtk2util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread/ui | |
copying twisted/spread/ui/tktree.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread/ui | |
copying twisted/spread/ui/tkutil.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/spread/ui | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
copying twisted/tap/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
copying twisted/tap/ftp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
copying twisted/tap/manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
copying twisted/tap/portforward.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
copying twisted/tap/socks.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
copying twisted/tap/telnet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/tap | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/_preamble.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/crash_test_dummy.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/iosim.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/mock_win32process.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/myrebuilder1.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/myrebuilder2.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/plugin_basic.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/plugin_extra1.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/plugin_extra2.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_cmdline.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_echoer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_fds.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_linger.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_reader.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_signal.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_stdinreader.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_tester.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_tty.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/process_twisted.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/proto_helpers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/reflect_helper_IE.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/reflect_helper_VE.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/reflect_helper_ZDE.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/ssl_helpers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_consumer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_halfclose.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_hostpeer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_lastwrite.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_loseconn.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_producer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_write.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/stdio_test_writeseq.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_abstract.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_adbapi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_amp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_application.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_banana.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_compat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_context.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_cooperator.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_defer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_defgen.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_dict.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_digestauth.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_dirdbm.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_doc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_explorer.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_factories.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_failure.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_fdesc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_finger.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_formmethod.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_ftp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_ftp_options.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_hook.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_htb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_ident.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_internet.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_iosim.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_iutils.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_jelly.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_lockfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_log.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_logfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_loopback.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_manhole.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_memcache.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_modules.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_monkey.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_newcred.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_nmea.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_paths.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_pb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_pbfailure.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_pcp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_persisted.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_plugin.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_policies.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_postfix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_process.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_protocols.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_randbytes.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_rebuild.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_reflect.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_roots.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_setup.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_shortcut.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_sip.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_sob.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_socks.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_ssl.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_sslverify.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_stateful.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_stdio.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_strcred.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_strerror.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_stringtransport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_strports.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_task.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_tcp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_tcp_internals.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_text.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_threadable.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_threadpool.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_threads.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_tpfile.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_twistd.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_twisted.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_udp.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_unix.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/test_usage.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
copying twisted/test/testutils.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/_asyncrunner.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/_asynctest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/_synctest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/itrial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/reporter.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/runner.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/unittest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
copying twisted/trial/util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/distreporter.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/disttrial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/managercommands.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/options.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/worker.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/workercommands.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/workerreporter.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
copying twisted/trial/_dist/workertrial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/test_distreporter.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/test_disttrial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/test_options.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/test_worker.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/test_workerreporter.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
copying twisted/trial/_dist/test/test_workertrial.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/_dist/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/detests.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/erroneous.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/mockcustomsuite.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/mockcustomsuite2.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/mockcustomsuite3.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/mockdoctest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/moduleself.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/moduletest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/novars.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/ordertests.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/packages.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/sample.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/scripttest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/skipping.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/suppression.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_assertions.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_asyncassertions.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_deferred.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_doctest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_keyboard.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_loader.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_log.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_output.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_plugins.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_pyunitcompat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_reporter.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_runner.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_script.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_suppression.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_testcase.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_tests.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/test_warning.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
copying twisted/trial/test/weird.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/trial/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/_element.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/_flatten.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/_newclient.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/_responses.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/_stan.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/demo.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/distrib.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/domhelpers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/guard.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/html.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/http.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/http_headers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/iweb.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/microdom.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/proxy.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/resource.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/rewrite.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/script.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/server.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/soap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/static.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/sux.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/template.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/twcgi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/vhost.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/wsgi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
copying twisted/web/xmlrpc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/web/_auth | |
copying twisted/web/_auth/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/_auth | |
copying twisted/web/_auth/basic.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/_auth | |
copying twisted/web/_auth/digest.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/_auth | |
copying twisted/web/_auth/wrapper.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/_auth | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/_util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/requesthelper.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_agent.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_cgi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_distrib.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_domhelpers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_flatten.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_http.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_http_headers.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_httpauth.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_newclient.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_proxy.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_resource.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_script.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_soap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_stan.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_static.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_template.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_util.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_vhost.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_web.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_webclient.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_wsgi.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_xml.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
copying twisted/web/test/test_xmlrpc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/web/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/_version.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/ewords.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/iwords.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/service.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
copying twisted/words/xmpproutertap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/baseaccount.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/basechat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/basesupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/interfaces.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/ircsupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/locals.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
copying twisted/words/im/pbsupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/im | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols | |
copying twisted/words/protocols/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols | |
copying twisted/words/protocols/irc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols | |
copying twisted/words/protocols/msn.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols | |
copying twisted/words/protocols/oscar.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/client.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/component.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/error.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/ijabber.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/jid.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/jstrports.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/sasl.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/xmlstream.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
copying twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/protocols/jabber | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_basechat.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_basesupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_domish.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_irc.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_irc_service.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_ircsupport.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabberclient.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabbercomponent.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabbererror.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabberjid.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabberjstrports.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabbersasl.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabbersaslmechanisms.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabberxmlstream.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_jabberxmppstringprep.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_msn.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_oscar.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_service.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_tap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_xishutil.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_xmlstream.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_xmpproutertap.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
copying twisted/words/test/test_xpath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/test | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
copying twisted/words/xish/__init__.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
copying twisted/words/xish/domish.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
copying twisted/words/xish/utility.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
copying twisted/words/xish/xmlstream.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
copying twisted/words/xish/xpath.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
copying twisted/words/xish/xpathparser.py -> build/lib.macosx-10.9-x86_64-2.7/twisted/words/xish | |
running egg_info | |
creating Twisted.egg-info | |
writing requirements to Twisted.egg-info/requires.txt | |
writing Twisted.egg-info/PKG-INFO | |
writing top-level names to Twisted.egg-info/top_level.txt | |
writing dependency_links to Twisted.egg-info/dependency_links.txt | |
writing manifest file 'Twisted.egg-info/SOURCES.txt' | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'Twisted.egg-info/SOURCES.txt' | |
writing manifest file 'Twisted.egg-info/SOURCES.txt' | |
creating build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor/iocpsupport | |
copying twisted/internet/iocpreactor/iocpsupport/iocpsupport.c -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor/iocpsupport | |
copying twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c -> build/lib.macosx-10.9-x86_64-2.7/twisted/internet/iocpreactor/iocpsupport | |
copying twisted/python/sendmsg.c -> build/lib.macosx-10.9-x86_64-2.7/twisted/python | |
copying twisted/runner/portmap.c -> build/lib.macosx-10.9-x86_64-2.7/twisted/runner | |
copying twisted/test/raiser.c -> build/lib.macosx-10.9-x86_64-2.7/twisted/test | |
running build_ext | |
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes {} -I/usr/local/opt/openssl/include -I/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c conftest.c -o conftest.o | |
clang: error: no such file or directory: '{}' | |
building 'twisted.test.raiser' extension | |
creating build/temp.macosx-10.9-x86_64-2.7 | |
creating build/temp.macosx-10.9-x86_64-2.7/twisted | |
creating build/temp.macosx-10.9-x86_64-2.7/twisted/test | |
clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes {} -I/usr/local/opt/openssl/include -I/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c twisted/test/raiser.c -o build/temp.macosx-10.9-x86_64-2.7/twisted/test/raiser.o | |
clang: error: no such file or directory: '{}' | |
error: command 'clang' failed with exit status 1 | |
---------------------------------------- | |
Cleaning up... | |
Command /usr/local/opt/python/bin/python2.7 -c "import setuptools, tokenize;__file__='/private/var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip_build_arkadiy/twisted/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip-05RIFK-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/sm/38kkrt9n5z5524hmxqn3h8yh0000gq/T/pip_build_arkadiy/twisted | |
Storing debug log for failure in /Users/arkadiy/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment