On Jun 12, 4:04 am, William McBrine <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jun 2008 12:25:29 -0700, geoffbache wrote: > > (1) py2exe. This is really for when python isn't installed on the remote > > user's machine, so it requires you to distribute a large amount of DLLs > > etc which are part of the python installation. A bit silly when I know > > that the remote user has python anyway. > > If you know the target user has Python installed, why don't you just > distribute the .pyw file? (Use ".pyw" instead of ".py" to avoid the extra > console window.) > > -- > 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 -- pass it on
I really like cx_freeze: http://python.net/crew/atuining/cx_Freeze/ -- http://mail.python.org/mailman/listinfo/python-list