update wxPhoenix with pip3 still fail

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]

Talk to the pip and setuptools groups about that. Everything in the error messages you showed is from those tools.

My suggestion is to make sure you have the newest pip and setuptools installed. If your distro doesn't have the newest in its package repository then an easy workaround is to create a virtualenv, install pip and setuptools in that environment along with anything else you need, and then use the python from the virtualenv for building and testing Phoenix.

···

c.buhtz@posteo.jp wrote:

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.

--
Robin Dunn
Software Craftsman

I have because I installed them with pip and not with apt-get.

···

On 2015-04-08 14:06 Robin Dunn <robin@alldunn.com> wrote:

My suggestion is to make sure you have the newest pip and setuptools
installed.

<Redirecting to Google Groups;

···

On 2015-04-08 14:06 Robin Dunn <robin@alldunn.com> wrote:

Talk to the pip and setuptools groups about that. Everything in the
error messages you showed is from those tools.