iain duncan wrote: > I'm not sure where to ask this so sorry if it's OT. I know pylons is > (optionall?) moving to WebOb, and I'd like to get more experience > using it. I frequently find myself writing mini-apps for clients that > need to be hosted in a crappy environment but really don't need to > execute fast. Are there any examples around of how you might use webob > in a cgi deployment scenario? Is this possible?
There's a CGI runner in the wsgiref package. App Engine basically uses CGI, and the file for launching a Pylons/Paste-Deploy app with it basically will work elsewhere too: https://appengine-monkey.googlecode.com/svn/trunk/paste-deploy.py -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
