I'm trying to make an exe for a python program I developed, with py2exe. I managed to do it, but I can't figure out the last problem I have: include the msvcr100.dll.
I tried to follow the tutorial here: http://www.py2exe.org/index.cgi/Tutorial
But they do it with an old version of Visual Studio. I installed visual studio 2010 express, and the files are not even in the same directory.
So, as my program will be used by only one person, I simply copied the dll in the same directory as the exe. But when I try to run the exe on a fresh windows install, I get an error message: "The application or the dll MSVCR100.dll is not a valid windows "image" (translation from french, sorry. I don't even know what that means in my own language).
Could you give me a hand please ?