Re: WxPython For Python 3.5.1
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On 29.02.2016 21:00, Robin Dunn wrote: > Regardless, the current Phoenix master and the linked wxWidgets > submodule should work fine for building for Python 3.5 without needing > any extra files or tweaks. Using Phoenix's build.py should take care > of the rest. If it doesn't please let me know what is missing There's a small problem with the Python 3.5 .whl files for Windows. Vlastimil Brom has reported this on wxpython-users. The .pyd files have a dependency MSVCP140.DLL (for the 32 bit version). When you have Visual Studio or the redistributable package installed, this DLL is sitting in the system32 folder. Vlastimil has found this DLL in his matplotlib installation. I've checked and the DLL is actually in the matplotlib .whl file. Would it be an option for Phoenix to include it as well? The Microsoft license does allow this. Of course, the best solution would be to have it in the Python installer already, just as with vcruntime140.dll. Regards, Dietmar -- 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.