Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion A Python Web Application Package and Format
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Daniel Holth  
View profile  
 More options Apr 19 2011, 9:43 am
From: Daniel Holth <dho...@gmail.com>
Date: Tue, 19 Apr 2011 06:43:27 -0700 (PDT)
Local: Tues, Apr 19 2011 9:43 am
Subject: Re: [Web-SIG] A Python Web Application Package and Format

I have read it all but to me the consensus so far is unclear. I'm not sure
we are talking about Ian's original suggestion 'make changes to the Silver
Lining format to make it more general'. I thought the idea meant 'make a few
changes to a virtualenv so it doesn't depend on the absolute filesystem
path' or 'define a directory tree with a site-packages subdirectory (a place
where .pth files are evaluated) and a .wsgi script'.

I think I'll understand your proposal if you can walk me through the
packaging and deployment of this application, with all bundled dependencies,
metadata, the application lifecycle, lifecycle event callback scripts and so
forth:

def application(environ, start_response):
    start_response('200 OK', [('Content-Type', 'text/plain')])
    return ['Hello World!\n']

_______________________________________________
Web-SIG mailing list
Web-...@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: http://mail.python.org/mailman/options/web-sig/python-web-sig-garchiv...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.