why does pylons depends on nose<=0.9.9

2007-09-01 Thread Qiangning Hong
nose-0.10.0b1 is out for dozens of days. Should pylons be adapted to compatible with it? -- Qiangning Hong http://www.douban.com/people/hongqn/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" grou

Re: using Pudge

2007-09-01 Thread Qiangning Hong
On 7/16/07, Max Ischenko <[EMAIL PROTECTED]> wrote: > python setup.py pudge > running pudge > error: error in setup.cfg: command 'pudge' has no such option > 'highlighter' I met this too and find out that it is because of buildutils-1.2 (the official release) doesn't support "highlighter" option

Re: Too many database connections.

2007-09-01 Thread Michael Bayer
this issue is resolved in the latest release of SQLAlchemy 0.4 (beta5). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com To

What is the best way to write a service object with Pylons

2007-09-01 Thread mickolka
Hi all I want to write a FileStorage service object with following features - should be configured on the start of the application - should be accessible from the any controller - have only one instance What is the best way to do that? >From the top of my head I can create some singleton and init

Re: Actions without User Intervention

2007-09-01 Thread Andrew Sayman
On 8/31/07, Aaron R <[EMAIL PROTECTED]> wrote: > Not sure it would work in this > environment though, what happens if process restarts? I'm going to have a database with date/time stuff that will determine when an event needs to fire. I just need something to check that periodically. Like... once