i'm trying to create an exe from a python script. I've read the instractions on the py2exe site, and the exe works on my PC, but it another it tells me "MSVCR100.DLL is missing".
Now i'm confused, on the site they tell me to use MSVCP90.DLL but the exe wants MSVCR100.DLL.
another thing, do i include it with the 'dist' folder, or just point setup.py to a location where that DLL is located?
I'm using python 3.4