RE: TaDAAA!!!!
"Joseph Lee" <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Robin, First, congratulations on this milestone. I’m happy to report that NonVisual Desktop Access (www.nvaccess.org <http://www.nvaccess.org> ) has been ported to wxPython 4: https://github.com/nvaccess/nvda/issues/7077 One question: will you be hosting a .pdb for Phoenix builds somewhere? If so, let us know where, otherwise NV Access plans to build wxPython so we can have debug symbols. Thanks. Cheers, Joseph From: [email protected] [mailto:[email protected]] On Behalf Of Robin Dunn Sent: Sunday, April 16, 2017 6:49 PM To: [email protected] Subject: Re: [wxPython-dev] TaDAAA!!!! Eric Fahlgren wrote: Thanks for this, Robin! To keep using latest snapshots, should we use the old magic handshake: pip download \ --pre \ --trusted-host wxpython.org <http://wxpython.org> \ --find-links http://wxpython.org/Phoenix/snapshot-builds/ \ wxPython_Phoenix or grab the latest pypi wheel for the 4.0 installer? pip download wxPython Only releases will be going to PyPI. Snapshots will still be uploaded to wxPython.org on days when changes are committed to the master branch. However the name on the snapshots will be changing to "wxPython" now that Phoenix is official, also it's no longer necessary to use the --trusted-host flag since https is supported on the server. So something like this should work to get the snapshots going forward: pip install --pre --find-links http://wxpython.org/Phoenix/snapshot-builds/ wxPython -- 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] <mailto:[email protected]> . For more options, visit https://groups.google.com/d/optout. -- 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.