Hi all,
I"m teaching a Python class, and we’re using py3 – so I thought I"d give Phoenix a try for wxPython. So far so good, but:
One of my students got a missing dll error with the win32 build. He wasn’t up to running DependencyWalker, but he did install the MS 2015 complier, community edition – and now it works fine.
So I suspect there is a VS runtime dll missing.
Others with win64 had no trouble – maybe they already had the runtime dll, or maybe the win64 build includes it…
(I dont’ have a Windows box to try it out on at the moment…)
-Chris
···
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
It's probably msvcp140.dll.
https://groups.google.com/d/msg/wxpython-dev/jvQ77KGRrgA/zoox5wYSEwAJ
Regards,
Dietmar
···
On 25.05.2016 01:37, Chris Barker wrote:
One of my students got a missing dll error with the win32 build. He wasn't up to running DependencyWalker, but he did install the MS 2015 complier, community edition -- and now it works fine.
So I suspect there is a VS runtime dll missing.
Thanks, that probably is it.
Yes, it should be in the wheel – though it’ll be in a lot of wheels, so it would be better if it were shipped with the python runtime. EVen though, apparently, it isn’t actually used by Python itself.
I’ll post to python-dev about this
-CHB
···
On Wed, May 25, 2016 at 10:59 AM, Dietmar Schwertberger maillist@schwertberger.de wrote:
One of my students got a missing dll error with the win32 build. He wasn’t up to running DependencyWalker, but he did install the MS 2015 complier, community edition – and now it works fine.
So I suspect there is a VS runtime dll missing.
On 25.05.2016 01:37, Chris Barker wrote:
It’s probably msvcp140.dll.
https://groups.google.com/d/msg/wxpython-dev/jvQ77KGRrgA/zoox5wYSEwAJ
Regards,
Dietmar
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
–
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
Robin has just updated build.py, so the DLL should be included in the next snapshots.
Regards,
Dietmar
···
On 25.05.2016 21:23, Chris Barker wrote:
I'll post to python-dev about this