Re: phoenix wheel for linux (TravisCI)?
Jon Peirce <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks guys, Sorry Robin, I've now seen you answer the issue on https://github.com/wxWidgets/Phoenix/issues/465 as well. FWIW I had been looking in the snapshot builds folder, following an older link, and that only had the 4.0.0a1 release. Now I see the extras folder instead with the beta releases too. I've made it work on Travis using: - if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04/wxPython-4.0.0b1-cp35-cp35m-linux_x86_64.whl; fi - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-14.04/wxPython-4.0.0b1-cp27-cp27m-linux_x86_64.whl; fi thanks for your help Jon On Wednesday, August 23, 2017 at 6:15:30 PM UTC+1, Robin Dunn wrote: > > > Read (don't skim) > https://wxpython.org/blog/2017-08-17-builds-for-linux-with-pip/index.html > and https://wxpython.org/pages/downloads/. > > > > On Wednesday, August 23, 2017 at 8:54:46 AM UTC-5, Jon Peirce wrote: >> >> 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 >> >> > -- 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.