From: "Sylvain Hellegouarch" <s...@defuze.org>
Date: Tue, 13 May 2008 16:13:30 +0200 (CEST)
Local: Tues, May 13 2008 10:13 am
Subject: Re: [cherrypy-users] Re: wsgi-app + reload
> On Tuesday 13 May 2008 14:44:16 Sylvain Hellegouarch wrote: >> import cherrypy >> class Dummy: pass >> wsgi_app = ... >> cherrypy.tree.graft(wsgi_app, '/some/path') >> Your WSGI application is just grafted and served by the WSGI server but > I will try that, one question though: it is necessary that my wsgi-app is import cherrypy def application(environ, start_response): cherrypy.tree.graft(application, '') - Sylvain 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.
| ||||||||||||||