I removed the "i" and it works fine for the time being. The service has started but I get 500. Looks like I am having dependency issues here. It is unable to find some packages e.g. repoze.tm2 and catwalk. Maybe I need to specify them explicitly in my setup.py.
I will try it out tomorrow. Thanks Sanjiv On Sat, Feb 21, 2009 at 1:34 AM, Florent Aide <[email protected]> wrote: > > On Fri, Feb 20, 2009 at 7:36 PM, Sanjiv Singh <[email protected]> wrote: > >> [pasterservice] >> ; the name under which the paster service will try to >> ; register itself. >> name = pasterWSGI > > ok this is the important part for the paster service... I am wondering > what could be that "i" variable. Are you sure your application works > in develop mode without pylunch? > I ask this because in the traceback I see that the pylunch code has > done its job and is already out of the way when the crash occurs > inside weberror-0.10.1 > > On my machine I still have weberror-0.9.1... > > I'll look into weberror 0.10.1 > > 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 -~----------~----~----~----~------~----~------~--~---
