Christian Robottom Reis [Thu, Oct 16, 2003 at 01:59:45AM -0300]: > > Added at the end of FAQ 21.5 > http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.005.htp
Cool. IMO you could also mention cxFreeze there - it's homepage is at http://starship.python.net/crew/atuining/cx_Freeze/index.html . It's really worth mentioning, because it seems to work for me in a bit different way, than py2exe and McMillan Installer (it's much faster with building the package, doesn't automatically include all the DLLs, anyway, it's worth trying). Also, py2exe and McMillan Installer give me MemoryError after exe'fying my app (I didn't consult this with authors yet) - cxFreeze doesn't - and it's good to have choice in case some utilities fail and you need that .exe for yesterday ;) Regards, -- Michal Pasternak :: http://pasternak.w.lub.pl _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
