On Tue, Apr 7, 2009 at 4:19 AM, Thang DTN <[email protected]> wrote: > Hello, > > Thank you for good application! > > I ran "python setup.py py2exe" then It successfully generated a > pylunch_dist folder. But I don't know how to config [application] in > the config.ini file . > > I tried name = supertg#mainfunction, name = > supertg.supertg#mainfunction, name = supertg.supertg#main ... but It > was not working....
see http://bitbucket.org/faide/pylunch/src/tip/docs/source/main/turbogears.rst for more info on how to use pylunch for a TG2 application. This explains how to create a windows service out of your tg2 application. One non documented usage is to run paster.exe (the paster.exe produced by pylynch) on you config file. This is undocumented because this name may changed (I don't like using the same name as some other app when I don't expose the same full functionnalities) > > I am using pylunch with a TG2 application. > > Also, I had to put find_links = > http://www.turbogears.org/2.0/downloads/current/ > in the setup.cfg file , because It can't find dependency "TurboGears2 >>= 2.0b7" in http://pypi.python.org/simple/TurboGears/ [...] This sounds logical... We should release on pypi :) > On Jan 8, 8:17 am, "Florent Aide" <[email protected]> wrote: >> Hi all, >> >> I have made some real progress and now have all in place. I have add [...] Please when responding to emails, do not top-post and remove uninteresting parts from your quotes. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

