If I understand correctly you want a means to package your py2exe
generated .exe file and its dependent files and directories into an
installation package that will install them into a predetermined
directory on other systems.  If that is correct, I'm not aware of an
Pywin32 API to handle that, but someone else might.  There are several
programs on the web that can help you create .msi or install
applications...just google for them.  If that is too complicated or
expensive then you can always use WinZip to zip your files and then
create a self-extracting .exe with the default install directory
specified.<br>
<br>Bobby<br><br><div class="gmail_quote">2009/5/27 Sweet Boy <span dir="ltr">&lt;<a href="mailto:zweetboy@live.com">zweetboy@live.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
hola!.<br>ese es mi problema, quisiera saber como puedo implementar una rutina de autocopiado en python para un .exe hecho con py2exe. el problema es que el programa debe averiguar su propia ubicacion actual y no sé como hacer para que lo haga, claro que con Apis de PyWin32.<br>
<br><hr>See all the ways you can stay connected <a href="http://www.microsoft.com/windows/windowslive/default.aspx" target="_blank">to friends and family</a></div>
<br>_______________________________________________<br>
python-win32 mailing list<br>
<a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32</a><br>
<br></blockquote></div><br>