On Sat, Oct 31, 2009 at 1:58 PM, xrfang <[email protected]> wrote:
>
> What is the relationship between web.py and CherryPy?  What does
> web.py offers more than a bare CherryPy (I heard that web.py is based
> on CherryPy).
>
> And, if I use web.py on Goole AppEngine do I still need CherryPy? i.e.
> I have an impression that CherryPy is a web server while web.py is a
> framework?? I might be very wrong because I just browsed CherryPy
> tutorial...

web.py is not based on CherryPy. web.py uses WSGI server provided by
CherryPy as development web server and it not used when you are
running your app with apache, lighttpd or app engine.

Anand

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to