#803: Patch for running under Google App Engine
----------------------------------+-----------------------------------------
Reporter:
fmcin...@gmail.com | Owner: rdelon
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: CherryPy code | Keywords:
----------------------------------+-----------------------------------------
I've been working on getting CherryPy to run under Google's App Engine. My
notes are [
http://boodebr.org/main/python/cherrypy-under-google-appserver
here]. I had to make a small patch to CherryPy. As is, you cannot even
import cherrypy because {{{wsgiserver/__init__.py}}} makes reference to
{{{socket._fileobject}}} in several places. My crude solution was just to
remove the SSL code, but I'm assuming there is a better way to do this!
Here is [
http://boodebr.org/download/patch-cpy-for-gappengine.txt my
patch]. (I could only get this to work with the CherryPy 3.1.0beta.)
--
Ticket URL: <
http://www.cherrypy.org/ticket/803>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework