Ticket #803 (enhancement)
Opened 1 month ago
Patch for running under Google App Engine
Status: new
| Reported by: | fmcingvale@gmail.com | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
I've been working on getting CherryPy to run under Google's App Engine. My notes are 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 my patch. (I could only get this to work with the CherryPy 3.1.0beta.)

