Re: How to run the paste server process as a daemon?

2011-10-24 Thread ravi teja
be able to see the output of the server, and if you are > running it in production, you probably wouldn't want the server to reload > each time the code changes(b/c realistically it shouldn't). So I would > recommend using each of those two flags separate of one another.

Re: How to run the paste server process as a daemon?

2011-10-24 Thread ravi teja
so see its other options by > typing paster serve development.ini --help. > > > On Mon, Oct 24, 2011 at 3:02 PM, Raviteja Dodda > wrote: > Hi, > > How to run the paste server process as a daemon? > > -Ravi > > -- > You received this message because y

Re: cron-like service with pyramid

2011-10-18 Thread ravi teja
I have used Advanced Python Scheduler, you can try that. On 19-Oct-2011, at 1:13 AM, yorjo wrote: > Hi, > > I wonder if any pyramid users have ever needed a cron-like service > such as the TurboGears scheduler: http://code.google.com/p/tgscheduler/ > > I would like to run a periodic task that w

New project . Pylons or Pyramid

2011-03-04 Thread Ravi
Hi Group: I have started a new web based project and it is in its early stage. So with pylons merging with pyramids, I have two questions: 1) do you all suggest starting with Pyramids ? Or shall I wait for some more months ? 2) Are there any DO/DON'T that I should follow for make sur

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
The error was due to the copyright character '©' before 'Copyright..' in the footer div of the template. Chameleon templates might not recognize this character. --Teja -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, se

Re: Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
Thanks for your quick response, Chris. This is the traceback in text format: The problem is in view.pt, i m trying to figure out. I have the same view.pt, given in your tutorial application (http://docs.pylonshq.com/pyramid/dev/tutorials/wiki2/definingviews.html) URL: http://localhost:6543/Fro

Help: Error while rendering chameleon zpt template

2011-01-12 Thread ravi teja
Hello everyone, I am getting the following error while running the tutorial wiki-application. I am using view_renderer directly in the main(__init__.py) to render my chameleon zpt templates. WebError Traceback: RuntimeError: Unable to read body Can anyone tell me what's causing it. FYI, I am

Re: TurboGears is to become part of the Pylons Project

2011-01-10 Thread ravi teja
Yes, very promising for python web frameworks :) -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googleg