On Feb 21, 4:04 am, Sanjiv Singh <[email protected]> wrote: > 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 withoutpylunch? > > I ask this because in the traceback I see that thepylunchcode 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.
Hello Florent, There was an error when I ran "python setup.py py2exe" with demoapp ( http://bitbucket.org/faide/pylunch/src/fbdbe3afc390/docs/source/main/simple_demoapp.rst ) It said: copying F:\Turbogears\Python25\lib\site-packages\py2exe\run_w.exe -> F: \Turbogears\tg2env\pylunch\pylunch_dist\demoapp.e xe copying F:\Turbogears\Python25\lib\site-packages\py2exe\run.exe -> F: \Turbogears\tg2env\pylunch\pylunch_dist\paster-serv ice.exe The following modules appear to be missing ['paste.script.serve'] I have the paste script installed as system wide (not in a virtualenv). And there is a serve.py file on the folder <Drive> \Python25\Lib\site-packages\pastescript-1.7.3-py2.5.egg\paste\script Could you please advise a solution? I can't wait to see my portable application Thank you very much! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
