py2exe Python 3.4, what dll -
i'm trying create exe python script. i've read instractions on py2exe site, , exe works on pc, tells me "msvcr100.dll missing".
now i'm confused, on site tell me use msvcp90.dll exe wants msvcr100.dll.
another thing, include 'dist' folder, or point setup.py location dll located?
i'm using python 3.4
starting python 3.3, windows build of python built using visual studio 2010. need use msvcr100.dll
python 3.3 or 3.4.
see this tutorial step specifying correct library. replace *90.dll
*100.dll
.
note starting python 3.5, visual studio 2015 being used, introduces new way of distributing crt, won’t need msvcr140.dll
else instead. it’s py2exe take while become compatible.
Comments
Post a Comment