On Thu, Nov 13, 2008 at 6:41 PM, Pezzi <[EMAIL PROTECTED]> wrote: > > All, > > I was wondering - has anybody tried to get tg2exe to work with Python > 2.5 and a recent TurboGears version ? > > http://pypi.python.org/pypi/tg2exe/ refers to 2.4 and I have been > unsuccessful in getting it to work with 2.5 ... > > Any ideas - or are there alternatives which can package an entire > TurboGears project ?
Depends on the real need you are trying to fill. But py2exe is not really adapted to manage eggs. This forces us to do some gym with the python path + pkg_resources to activate eggs in a specific dir. I have been using the service way with real success [1]. Apart from that I am working on a way to bundle any egg relying application as a portable application ala chandler [2]. The point is that the chandler launcher [3] relies on Visual Studio pro to compile because of some includes and I wanted to have something completely free to build. This afternoon I got a POC working so I expect to have a recipe by the end of next week. Don't hesitate nag me I don't give a follow-up in this thread. Cheers, Florent. [1] http://docs.turbogears.org/1.0/WindowsService [2] http://chandlerproject.org/ [3] http://svn.osafoundation.org/chandler/trunk/internal/launchers/win/winlaunch/ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

