Ok. I managed to get the pylunch_dist made. But I get this error on running paster-service-control.exe
C:\pylunch\pylunch_dist\> paster-service-control.exe -c c:\Proj\development.ini -l c:\Proj\logs Traceback (most recent call last): File "controller.py", line 140, in <module> File "controller.py", line 77, in main File "ConfigParser.pyo", line 511, in get ConfigParser.NoSectionError: No section: 'pasterservice' What am I missing? regards Sanjiv On Fri, Feb 20, 2009 at 10:19 PM, Florent Aide <[email protected]> wrote: > > On Fri, Feb 20, 2009 at 5:45 PM, Sanjiv Singh <[email protected]> wrote: >> >> On Fri, Feb 20, 2009 at 8:46 PM, Florent Aide <[email protected]> wrote: >>> >>> On Fri, Feb 20, 2009 at 4:12 PM, Sanjiv Singh <[email protected]> >>> wrote: >>>> >>>> Hi Florent, >>>> >>>> This sounds awesome. I will try it out soon and get back. >>> >>> Awaiting for your comment :) >> >> Is it possible to use pylunch for a TG2 app running off a virtualenv? >> How do I install py2exe in a virtualenv? >> I tried easy_install py2exe but it failed. > > Yes. The idea is to code inside your virtual env and to call pylunch > from outside the venv. > > Pylunch only uses your application's setup.py and tries to find the > dependencies using either the normal index or a provided index. > > You thus need to have py2exe installed system wide. > > Florent. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
