Created temporary directory: /tmp/pip-ephem-wheel-cache-w5wuz2jl Created temporary directory: /tmp/pip-req-tracker-aenolk0d Created requirements tracker '/tmp/pip-req-tracker-aenolk0d' Created temporary directory: /tmp/pip-wheel-oe5tmtf9 Collecting Py2Play==0.1.11 1 location(s) to search for versions of Py2Play: * https://pypi.org/simple/py2play/ Getting page https://pypi.org/simple/py2play/ Analyzing links from page https://pypi.org/simple/py2play/ Found link https://files.pythonhosted.org/packages/01/c0/6fdaaaef8511195b086b8426253ae360be01872fd1ee42a031edf48a7fac/Py2Play-0.1.11.tar.gz#sha256=942eff4975723774c9642596ecd6bab059cbb834c0cfcffd62949cb0ab73cd9f (from https://pypi.org/simple/py2play/), version: 0.1.11 Using version 0.1.11 (newest of versions: 0.1.11) Created temporary directory: /tmp/pip-unpack-xzpwipbo Downloading https://files.pythonhosted.org/packages/01/c0/6fdaaaef8511195b086b8426253ae360be01872fd1ee42a031edf48a7fac/Py2Play-0.1.11.tar.gz Downloading from URL https://files.pythonhosted.org/packages/01/c0/6fdaaaef8511195b086b8426253ae360be01872fd1ee42a031edf48a7fac/Py2Play-0.1.11.tar.gz#sha256=942eff4975723774c9642596ecd6bab059cbb834c0cfcffd62949cb0ab73cd9f (from https://pypi.org/simple/py2play/) Added Py2Play==0.1.11 from https://files.pythonhosted.org/packages/01/c0/6fdaaaef8511195b086b8426253ae360be01872fd1ee42a031edf48a7fac/Py2Play-0.1.11.tar.gz#sha256=942eff4975723774c9642596ecd6bab059cbb834c0cfcffd62949cb0ab73cd9f to build tracker '/tmp/pip-req-tracker-aenolk0d' Running setup.py (path:/tmp/pip-wheel-oe5tmtf9/Py2Play/setup.py) egg_info for package Py2Play Running command python setup.py egg_info running egg_info creating pip-egg-info/Py2Play.egg-info writing pip-egg-info/Py2Play.egg-info/PKG-INFO writing top-level names to pip-egg-info/Py2Play.egg-info/top_level.txt writing dependency_links to pip-egg-info/Py2Play.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/Py2Play.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/Py2Play.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/Py2Play.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-oe5tmtf9/Py2Play has version 0.1.11, which satisfies requirement Py2Play==0.1.11 from https://files.pythonhosted.org/packages/01/c0/6fdaaaef8511195b086b8426253ae360be01872fd1ee42a031edf48a7fac/Py2Play-0.1.11.tar.gz#sha256=942eff4975723774c9642596ecd6bab059cbb834c0cfcffd62949cb0ab73cd9f Removed Py2Play==0.1.11 from https://files.pythonhosted.org/packages/01/c0/6fdaaaef8511195b086b8426253ae360be01872fd1ee42a031edf48a7fac/Py2Play-0.1.11.tar.gz#sha256=942eff4975723774c9642596ecd6bab059cbb834c0cfcffd62949cb0ab73cd9f from build tracker '/tmp/pip-req-tracker-aenolk0d' Building wheels for collected packages: Py2Play Created temporary directory: /tmp/pip-wheel-tgmt04l3 Running setup.py bdist_wheel for Py2Play: started Destination directory: /tmp/pip-wheel-tgmt04l3 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-oe5tmtf9/Py2Play/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-tgmt04l3 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/py2play copying demo.py -> build/lib/py2play copying __init__.py -> build/lib/py2play copying setup.py -> build/lib/py2play copying character.py -> build/lib/py2play copying player.py -> build/lib/py2play copying level.py -> build/lib/py2play copying action.py -> build/lib/py2play copying idler.py -> build/lib/py2play installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/demo.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/__init__.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/setup.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/character.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/player.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/level.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/action.py -> build/bdist.linux-armv7l/wheel/py2play copying build/lib/py2play/idler.py -> build/bdist.linux-armv7l/wheel/py2play byte-compiling build/bdist.linux-armv7l/wheel/py2play/demo.py to demo.cpython-34.pyc File "/py2play/demo.py", line 64 for character in self.characters: s = s + " " + `character` + "\n" ^ SyntaxError: invalid syntax byte-compiling build/bdist.linux-armv7l/wheel/py2play/__init__.py to __init__.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/wheel/py2play/setup.py to setup.cpython-34.pyc byte-compiling build/bdist.linux-armv7l/wheel/py2play/character.py to character.cpython-34.pyc File "/py2play/character.py", line 103 print "%s dupliqué !!!!!!!!!!!!!!" % self.player.name ^ SyntaxError: Missing parentheses in call to 'print' byte-compiling build/bdist.linux-armv7l/wheel/py2play/player.py to player.cpython-34.pyc File "/py2play/player.py", line 69 print "* Py2Play * creating active player %s : %s..." % (name, self.my_info) ^ SyntaxError: invalid syntax byte-compiling build/bdist.linux-armv7l/wheel/py2play/level.py to level.cpython-34.pyc File "/py2play/level.py", line 23 print "* P2Play * ERROR : you MUST override p2play.level.create !" ^ SyntaxError: Missing parentheses in call to 'print' byte-compiling build/bdist.linux-armv7l/wheel/py2play/action.py to action.cpython-34.pyc File "/py2play/action.py", line 70 print "* Py2Play * An actions listener has close its connexion." ^ SyntaxError: Missing parentheses in call to 'print' byte-compiling build/bdist.linux-armv7l/wheel/py2play/idler.py to idler.cpython-34.pyc File "/py2play/idler.py", line 38 print "* Py2Play * IDLER created !" ^ SyntaxError: Missing parentheses in call to 'print' writing byte-compilation script '/tmp/tmph4abt56r.py' /usr/bin/python3 -O /tmp/tmph4abt56r.py File "/py2play/demo.py", line 64 for character in self.characters: s = s + " " + `character` + "\n" ^ SyntaxError: invalid syntax File "/py2play/character.py", line 103 print "%s dupliqué !!!!!!!!!!!!!!" % self.player.name ^ SyntaxError: Missing parentheses in call to 'print' File "/py2play/player.py", line 69 print "* Py2Play * creating active player %s : %s..." % (name, self.my_info) ^ SyntaxError: invalid syntax File "/py2play/level.py", line 23 print "* P2Play * ERROR : you MUST override p2play.level.create !" ^ SyntaxError: Missing parentheses in call to 'print' File "/py2play/action.py", line 70 print "* Py2Play * An actions listener has close its connexion." ^ SyntaxError: Missing parentheses in call to 'print' File "/py2play/idler.py", line 38 print "* Py2Play * IDLER created !" ^ SyntaxError: Missing parentheses in call to 'print' removing /tmp/tmph4abt56r.py running install_egg_info running egg_info creating Py2Play.egg-info writing Py2Play.egg-info/PKG-INFO writing top-level names to Py2Play.egg-info/top_level.txt writing dependency_links to Py2Play.egg-info/dependency_links.txt writing manifest file 'Py2Play.egg-info/SOURCES.txt' reading manifest file 'Py2Play.egg-info/SOURCES.txt' writing manifest file 'Py2Play.egg-info/SOURCES.txt' Copying Py2Play.egg-info to build/bdist.linux-armv7l/wheel/Py2Play-0.1.11-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/Py2Play-0.1.11.dist-info/WHEEL creating '/tmp/pip-wheel-tgmt04l3/Py2Play-0.1.11-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'py2play/__init__.py' adding 'py2play/action.py' adding 'py2play/character.py' adding 'py2play/demo.py' adding 'py2play/idler.py' adding 'py2play/level.py' adding 'py2play/player.py' adding 'py2play/setup.py' adding 'py2play/__pycache__/__init__.cpython-34.pyc' adding 'py2play/__pycache__/__init__.cpython-34.pyo' adding 'py2play/__pycache__/setup.cpython-34.pyc' adding 'py2play/__pycache__/setup.cpython-34.pyo' adding 'Py2Play-0.1.11.dist-info/LICENSE' adding 'Py2Play-0.1.11.dist-info/METADATA' adding 'Py2Play-0.1.11.dist-info/WHEEL' adding 'Py2Play-0.1.11.dist-info/top_level.txt' adding 'Py2Play-0.1.11.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for Py2Play: finished with status 'done' Stored in directory: /tmp/tmprtn23l30 Successfully built Py2Play Cleaning up... Removing source in /tmp/pip-wheel-oe5tmtf9/Py2Play Removed build tracker '/tmp/pip-req-tracker-aenolk0d'