Re: wxPython Phoenix build fail ("Could not build python extensions"?) in pyenv 3.5.1 on Linux

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Michael Freeman wrote:
> I install wxPython Phoenix using:
>
> pip install -v -U -f https://wxpython.org/Phoenix/snapshot-builds/
> wxPython_Phoenix 2>&1 | tee pip_wxpython-phoenix_install_output.txt
>
> which gives build errors:
> http://files.djbarney.org/pip_wxpython-phoenix_install_output.txt
>


It looks like there are some prerequisites that don't appear to be on
your system.  The wxWidgets build adapts okay to them not being present,
but Phoenix is still expecting them to be there and doesn't yet know how
to adapt if they are not.  You'll want to install development packages
for the following, what the packages are actually named will depend on
your linux distribution

python3.5-dev
libwebkitgtk-dev
libjpeg-dev
libtiff-dev
libgtk2.0-dev
libsdl1.2-dev
libgstreamer-plugins-base0.10-dev
libnotify-dev
freeglut3-dev

-- 
Robin Dunn
Software Craftsman
http://wxPython.org

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.