Executable problem - socket?

Gib Bogle g.bogle at auckland.no.spam.ac.nz
Thu Feb 25 21:14:06 EST 2010


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.



More information about the Python-list mailing list