Discussion:
Bottle and CherryPy
Kelly A
2014-06-30 01:01:01 UTC
Permalink
Has anyone had luck using CherryPy with bottle? After installing cherrypy
and ensuring it works independently with a simple hello world app, I tried
specifying 'cherrypy' as the server option in bottle. When attempting to
make any HTTP request, it hangs indefinitely. Are there any known issues or
is it something I've missed?
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Tim Ludwinski
2014-07-11 18:17:46 UTC
Permalink
I've been using bottle with CherryPy for a while now.

Here are the versions I'm using:
OS: "Red Hat Enterprise Linux Server release 6.4 (Santiago)" - Also works
on "CentOS release 6.5 (Final)"
bottle-0.13_dev-1.noarch
python-cherrypy-3.2.2-3.el6.noarch

I'm currently experiencing some issues with URL encoding though, so I might
switch to a different server later.
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...