On 4/27/06, Jonathan LaCour <[EMAIL PROTECTED]> wrote: > > Has anyone successfully built a double-clickable version of a > TurboGears app for Windows using py2exe? My initial experiments show > that there may be some issues with it being able to detect eggs. > > Is there some documentation on this subject, or anyone with > experience making this happen?
I've done it (Zesty News). If you look on the py2exe wiki, there's a page that describes the basic process. py2exe (and py2app) don't do eggs yet, so my process generally involves expanding out the eggs, then pruning the modules in the eggs from the .zip file created by py2exe, finally dropping the eggs in place next to the .exe file. It's mildly painful, but it works fine once you get it going. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

