Re: building Phoenix this time on Windows
Christian Aichinger <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On 06.05.2015 22:40, [email protected] wrote: > Maybe installed Windows SDK. The installer sucks and don't tell me much > what he really installed. Don't know how to check if everything needed > is there. Hi! You need to install MS Visual Studio 2010, since that is what Python 3.4 is built with, and Phoenix wants to build with that as well. You can get the Visual C++ 2010 Express edition by going here: https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx On that page, search for "2010", pick the "Visual C++ 2010 Express" download (or the 2010 Express All-in-One ISO) and install it. To check if that was successful, open a command prompt and type "set", you need to see that line somewhere (may require a reboot): C:\> set ... VS100COMNTOOLS=c:\Program Files (x86)\Microsoft Visual Studio... ... Also, be sure to read "Const"'s excellent build instructions for Windows. See here: https://groups.google.com/forum/#!topic/wxPython-dev/M-DOfni43yg Cheers, Chris -- 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.