phoenix wheel for linux (TravisCI)?
Jon Peirce <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there,
Many thanks for the continued work you've all put in. I've recently been
moving our substantial project over to Python3.6 and wx4 (hopefully dual
py2.7/3.6 and wx3.0/4.0 support for a period). It's been going relatively
smoothly, so thanks for all the work you've put it. wx continues to get
slicker and slicker! :-)
Our app gets tested on Travis CI and under py2.7 I was using `apt-get
install wxgtk3.0`. The question is what to do for wx4?
- If I simply do pip install wxpython (working nicely for systems you've
supported on pypi) I get a build error (pasted below). Then again,
installing a binary would be better anyway if poss
- I can't do apt-get (I haven't managed to find the right PPA/package
name)
- I don't know another location to look for a current wheel
(like https://wxpython.org/Phoenix/snapshot-builds)
Is there a current solution for this? How is linux distribution of wx4
going to work? Is it going into the package managers anytime soon?
cheers,
Jon
Build error on travis:
configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
Error running configure
ERROR: failed building wxWidgets
Traceback (most recent call last):
File "build.py", line 1259, in cmd_build_wx
wxbuild.main(wxDir(), build_options)
File "/tmp/pip-build-og8b9dr8/wxPython/buildtools/build_wxwidgets.py", line 368, in main
"Error running configure")
File "/tmp/pip-build-og8b9dr8/wxPython/buildtools/build_wxwidgets.py", line 85, in exitIfError
raise builder.BuildError(msg)
buildtools.builder.BuildError: Error running configure
Finished command: build_wx (0m2.997s)
Finished command: build (0m2.997s)
Command '"/home/travis/virtualenv/python3.6.2/bin/python" -u build.py build' failed with exit code 1.
----------------------------------------
Command "/home/travis/virtualenv/python3.6.2/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-og8b9dr8/wxPython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-lnhnzgfz-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/travis/virtualenv/python3.6.2/include/site/python3.6/wxPython" failed with error code 1 in /tmp/pip-build-og8b9dr8/wxPython/
--
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.