Updating wxPhoenix with pip3 still doesn't work.
I tried to update "3.0.3.dev1684+6933551 gtk2 (phoenix)" to the current
one. As you can see a command give a error-return-code. But because of
the bad code of the setup script I am not able to see what command it
was. Please try to produce easy code. This is python and it make it
quite easy to produce readable code. This would make it much easier to
maintain and service existing code for third people.
Because of that unreadable "pip.exceptions.InstallationError" I am not
able to analyse this error myself.
[err]
Replacing /usr/local/lib/python3.4/dist-packages/wxPython_Phoenix-3.0.3.dev1684+6933551-py3.4.egg-info
Cleaning up...
Command "/usr/bin/python3 -c "import setuptools,
tokenize;__file__='/tmp/pip-build-6hh4u1jk/wxPython-Phoenix/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
'exec'))" install --record /tmp/pip-ne6uhh4t-record/install-record.txt
--single-version-externally-managed --compile" failed with error code 1
in /tmp/pip-build-6hh4u1jk/wxPython-Phoenix Exception information:
Traceback (most recent call last): File
"/usr/local/lib/python3.4/dist-packages/pip/basecommand.py", line 232,
in main status = self.run(options, args) File
"/usr/local/lib/python3.4/dist-packages/pip/commands/install.py", line
347, in run root=options.root_path, File
"/usr/local/lib/python3.4/dist-packages/pip/req/req_set.py", line 549,
in install **kwargs File
"/usr/local/lib/python3.4/dist-packages/pip/req/req_install.py", line
799, in install show_stdout=False, File
"/usr/local/lib/python3.4/dist-packages/pip/utils/__init__.py", line
749, in call_subprocess % (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command "/usr/bin/python3 -c "import
setuptools,
tokenize;__file__='/tmp/pip-build-6hh4u1jk/wxPython-Phoenix/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
'exec'))" install --record /tmp/pip-ne6uhh4t-record/install-record.txt
--single-version-externally-managed --compile" failed with error code 1
in /tmp/pip-build-6hh4u1jk/wxPython-Phoenix
[/err]