[python-win32] como hacer una rutina de auto-copiado en python con PyWin32
Bobby Metz
bwmetz at gmail.com
Thu May 28 01:19:43 CEST 2009
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.
Bobby
2009/5/27 Sweet Boy <zweetboy at live.com>
> hola!.
> 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.
>
> ------------------------------
> See all the ways you can stay connected to friends and family<http://www.microsoft.com/windows/windowslive/default.aspx>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090527/b07c4918/attachment.htm>
More information about the python-win32
mailing list