cherrypy Questions

4

Solved

I'm trying to make a cherrypy application with a wxpython ui. The problem is both libraries use closed loop event handlers. Is there a way for this to work? If I have the wx ui start cherrypy...
Involuntary asked 7/1, 2010 at 17:48

2

for instance, say I have my cherrypy index module set up like this >>> import cherrypy >>> class test: def index(self, var = None): if var: print var else: print "nothing" ...
Mogul asked 3/1, 2010 at 1:33

2

Solved

So I'm trying to do more web development in python, and I've picked cherrypy, hosted by lighttpd w/ fastcgi. But my question is a very basic one: why do I need to restart lighttpd (or apache) every...
Iaria asked 22/12, 2009 at 16:9

2

I'm building a Django app, which I comfortably run (test :)) on a Ubuntu Linux host. I would like to package the app without source code and distribute it to another production machine. Ideally the...
Kluge asked 7/12, 2009 at 9:4

7

Solved

CherryPy vs Django, which would you use and why?
Minim asked 3/10, 2009 at 20:26

1

Is it possible to use the CherrPy server as a blocking/non-threading server (for easier debugging?)
Cuspidate asked 1/10, 2009 at 7:37

1

Solved

I've got an application that runs Twisted by starting the reactor with reactor.run() in my main thread after starting some other threads, including the CherryPy web server. Here's a program that sh...
Norbert asked 2/7, 2009 at 16:25

2

I'm developing a CherryPy FastCGI server behind lighttpd with the following setup to enable using ORM SQLAlchemy sessions inside CherryPy controllers. However, when I run stress tests with 14 concu...
Ginelle asked 9/3, 2009 at 7:28

5

Solved

Good morning. As the title indicates, I've got some questions about using python for web development. What is the best setup for a development environment, more specifically, what webserver to u...
Vogler asked 24/2, 2009 at 9:15

1

Solved

We're receiving some POST data of xml + arbitrary binary files (like images and audio) from a device that only gives us multipart/mixed encoding. I've setup a cherrypy upload/POST handler for our ...
Procrustes asked 6/1, 2009 at 0:16

5

Solved

For a website like reddit with lots of up/down votes and lots of comments per topic what should I go with? Lighttpd/Php or Lighttpd/CherryPy/Genshi/SQLAlchemy? and for database what would scale b...
Ironbound asked 15/10, 2008 at 13:57

2

Solved

I have a web application written using CherryPy, which is run locally on 127.0.0.1:4321. We use mod-rewrite and mod-proxy to have Apache act as a reverse proxy; Apache also handles our SSL encrypti...
Goldbrick asked 2/10, 2008 at 17:40

© 2022 - 2024 — McMap. All rights reserved.