Results from running my Phoenix update today (on Windows 10) - Previously this batch file ran fine - Can you see the issue?

Randy Raymond wrote:

<https://lh3.googleusercontent.com/-9Gzu9f2AD6s/V3Kvhu-LpHI/AAAAAAAABj0/wORmOIILJx8F0_vjByEnyPIqkZetDVmHQCLcB/s1600/wxPythonPhoenixCapture.PNG&gt;

It looks like the last set of builds for Windows failed due to urllib on Windows not liking the new SSL cert on wxpython.org, so your update tried to build from source instead. Then the build failed due to not quoting the path to python.exe everywhere. (Although if you don't have the compiler or other dependencies then it would have again failed later.) I'll get these fixed ASAP.

···

--
Robin Dunn
Software Craftsman

Thank you, very much. I am really excited about the Phoenix project. Yes, excited enough to donate! Randy Raymond

···

On Tuesday, June 28, 2016 at 12:56:18 PM UTC-5, Robin Dunn wrote:

Randy Raymond wrote:

<https://lh3.googleusercontent.com/-9Gzu9f2AD6s/V3Kvhu-LpHI/AAAAAAAABj0/wORmOIILJx8F0_vjByEnyPIqkZetDVmHQCLcB/s1600/wxPythonPhoenixCapture.PNG>

It looks like the last set of builds for Windows failed due to urllib on
Windows not liking the new SSL cert on wxpython.org, so your update
tried to build from source instead. Then the build failed due to not
quoting the path to python.exe everywhere. (Although if you don’t have
the compiler or other dependencies then it would have again failed
later.) I’ll get these fixed ASAP.


Robin Dunn

Software Craftsman

http://wxPython.org

Yes, that worked.

···