pyorbited tutorial error

2007-08-31 Thread Jose Galvez
First I'll apologize for cross posting but I'm not sure if this is an orbited, pylons or paste issue so this is being put on all three lists. Ok so I was going over the orbited pylons chat tutorial and I found an interesting error. I set up my pylons app to be served with cherrypy rather then P

Re: Actions without User Intervention

2007-08-31 Thread Yury Yurevich
On Fri, 31 Aug 2007 06:15:51 -, Andrew wrote: > > Hello everybody! > > I'm new to Pylons, but I have the basics down as far as I can tell. > > What I'm trying to do is get an event to happen at certain increments > of time. > > [...] > > Any ideas? Look at WebWare's TaskKit: http://www.

Re: Actions without User Intervention

2007-08-31 Thread Aaron R
I remembered seeing this when I was looking at Turbogears. It looks like it originally came from elsewhere and you might be able to incorporate it easily enough. Not sure it would work in this environment though, what happens if process restarts? http://trac.turbogears.org/browser/trunk/turbog

Re: Trouble with Routes

2007-08-31 Thread Jose Galvez
Ben Bangert wrote: > On Aug 31, 2007, at 2:25 PM, Jose Galvez wrote: > >> Dear Ben, >> In general I agree with you ambiguity is bad, and /user should be >> different from /users/index, however users are also lazy, and they >> have grown accustomed to being able to type http://somewebsite/ >>

Re: Trouble with Routes

2007-08-31 Thread Ben Bangert
On Aug 31, 2007, at 2:25 PM, Jose Galvez wrote: Dear Ben, In general I agree with you ambiguity is bad, and /user should be different from /users/index, however users are also lazy, and they have grown accustomed to being able to type http://somewebsite/ and having that return a page. so

Re: Trouble with Routes

2007-08-31 Thread Jose Galvez
Dear Ben, In general I agree with you ambiguity is bad, and /user should be different from /users/index, however users are also lazy, and they have grown accustomed to being able to type http://somewebsite/ and having that return a page. so I'm just trying to figure out how to get my users to main

Re: Trouble with Routes

2007-08-31 Thread Ben Bangert
On Aug 31, 2007, at 1:02 PM, Jose Galvez wrote: so would adding mapper(':controller', action='index') above mapper (':controller/:action') map /main as main/index or will there be no real way to map a controller without an action to the index action? That would work just fine. Though I'd be

Re: Trouble with Routes

2007-08-31 Thread Jose Galvez
so would adding mapper(':controller', action='index') above mapper(':controller/:action') map /main as main/index or will there be no real way to map a controller without an action to the index action? Jose On 8/31/07, Ben Bangert <[EMAIL PROTECTED]> wrote: > > On Aug 30, 2007, at 8:08 PM, Jose G

Re: Actions without User Intervention

2007-08-31 Thread Andrew Sayman
On 8/31/07, Daniel Tang <[EMAIL PROTECTED]> wrote: > > I don't know if there's anything Pylons-specific for this, but if > you're running on *nix, you can just use a cron job that runs every so > often. I think you can use the task scheduler in Windows, but I've > never tried it before. One idea

Nice tattooooooooooooooooooos..............

2007-08-31 Thread Juicy Hilton
*A tattoo, or dermal pigmentation, is a mark made by inserting pigment into the skin for decorative or other reasons. Tattoos on humans are a type of decorative body modification, while tattoos on animals are most commonly used for identification or branding.Tattooing has been practiced worldwide.

Re: Actions without User Intervention

2007-08-31 Thread Daniel Tang
I don't know if there's anything Pylons-specific for this, but if you're running on *nix, you can just use a cron job that runs every so often. I think you can use the task scheduler in Windows, but I've never tried it before. Dan On 8/31/07, Andrew Sayman <[EMAIL PROTECTED]> wrote: > > Hello e

Re: Trouble with Routes

2007-08-31 Thread Ben Bangert
On Aug 30, 2007, at 8:08 PM, Jose Galvez wrote: ok so if I get it then mapper(':controller/:action', action='index') will match /main/index but not main. is that correct? Yep, no more minimizing the URL by leaving off defaults. - Ben smime.p7s Description: S/MIME cryptographic signature

Re: Pudge Doc Working?

2007-08-31 Thread Peter Hansen
On 8/30/07, Aaron R <[EMAIL PROTECTED]> wrote: > In another message string it was mentioned that James was working on a > replacement for Pudge? Any info on this, i would potentially be > interested in helping as I have a desire for documentation system. We're very interested in this whole area

Re: ANN: Orbited Pylons Tutorial

2007-08-31 Thread Mike Orr
On 8/30/07, desmaj <[EMAIL PROTECTED]> wrote: > > Hi Mike, > > On Aug 30, 4:58 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > > > > Cool! Can you put a link to it in the Pylons Cookbook? We may need a > > new page for external tutorials. > > I added an external tutorials page under the tutorials se

Re: using Pudge

2007-08-31 Thread Mike Orr
On 8/31/07, Frederik <[EMAIL PROTECTED]> wrote: > I use reStructuredText in my docstrings. But docutils themselves seem > to have no tools to extract these docstrings and build a module > documentation from them. I thought about using epydoc for > documentation before I read that Pudge was recomme

Re: Too many database connections.

2007-08-31 Thread caffecoder
On 27 Sie, 14:12, caffecoder <[EMAIL PROTECTED]> wrote: > Hello. > > I have pylons 0.96 (SVN) and current SQLAlchemy, and I have bug that > doesn't exist earlier. > > My connection code: > > import sqlalchemy.mods.threadlocal > from sqlalchemy import DynamicMetaData, objectstore > > metadata =

Re: Too many database connections.

2007-08-31 Thread caffecoder
On 27 Sie, 14:12, caffecoder <[EMAIL PROTECTED]> wrote: > Hello. > > I have pylons 0.96 (SVN) and current SQLAlchemy, and I have bug that > doesn't exist earlier. > > My connection code: > > import sqlalchemy.mods.threadlocal > from sqlalchemy import DynamicMetaData, objectstore > > metadata =

Re: using Pudge

2007-08-31 Thread Frederik
On Aug 30, 9:50 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > Pudge has been having ongoing errors for a long time. I could never > get the Pylons docs to compile. I think James is writing something to > replace Pudge, but it may be several months before it's ready. In the > meantime if you need