On 12/9/05, martin <[EMAIL PROTECTED]> wrote: > I try to use the vanilla setup (with py2exe added) to create the exe > file, however much is created, no error is shown and still the actual > file is not created > > i cant really find anything on it the web, what would be the fault? > > I want to have a standalone, distro without requiring python or > turbogears on the future server.....
py2exe does not yet understand Python Eggs. I put a rough recipe up on the py2exe wiki: http://starship.python.net/crew/theller/moin.cgi/ExeWithEggs Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

