On 5/3/07, drag sidious <[EMAIL PROTECTED]> wrote:
> So I am running off of the example at:
> http://pythonpaste.org/do-it-yourself-framework.html
>
> I have a lighttpd server setup with mod_scgi.
> I am using Debian Unstable and it's python-paste package version 1.3-2
> Also using the python-flup
On 3 May 2007 at 21:25, drag sidious wrote:
> class Root(object):
>
> def welcome(self, name):
> return 'Hello %s!' % name
>
> 2007-05-03 21:17:32 : GET /scripts/welcome
> MultiDict([('name', 'asdf')]) feilds
> feilds type
> <__main__.Root object at 0xb79c684c> obj
So you see obj
On 5/3/07, drag sidious <[EMAIL PROTECTED]> wrote:
> I realy have no clue what I am doing. All this python web stuff is very
> confusing and mystifying. It took me a few days of mucking around before
> I found paste and I am just trying to get it working so that I can start
> to play around with it
On Fri, 2007-05-04 at 12:27 -0700, Mike Orr wrote:
> On 5/3/07, drag sidious <[EMAIL PROTECTED]> wrote:
> > I realy have no clue what I am doing. All this python web stuff is very
> > confusing and mystifying. It took me a few days of mucking around before
> > I found paste and I am just trying to