MRAB wrote:

You could try Dependency Walker: http://dependencywalker.com/


I have (belatedly) read the py2exe tutorial:
http://www.py2exe.org/index.cgi/Tutorial#Step522
and learned about the msvcr90.dll issue. I haven't finished sorting this out yet, but I did find that running vcredist_x86.exe (the right version!) on box 1 fixed things there. I also tried (naively) manually adding dist\Microsoft.VC90.CRT with the manifest file and msvcr90.dll, but this doesn't seem to work - it seems that p2exe must do the file copying.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to