Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Related Groups
Discussion about the TurboGears front-to-back web development megaframework.
Medium activity, 3644 members
Pylons is a Python Web Framework aimed at making development, distribution, and deployment faster and easier.
Low activity, 1949 members
Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
High activity, 15441 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1782  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: For questions about using CherryPy
 

xmlrpc server problems in CherryPy 
  I filed a couple of bug reports: [link] [link] Basically I'm following the documentation pretty closely, and attached files of where xmlrpc serving seems broken in CherryPy. Thoughts, anyone?
By Ken Kinder  - Nov 10 - 1 new of 1 message    

Configuring log line format (headers) 
  Hi there, My CherryPy application is running behind Apache and so the host portion of my access and error log lines is always '127.0.0.1'. Of course, Apache gives CherryPy the original requesting host in X- Forwarded-For' (I think). But how do I configure CherryPy's log messages to include this X-Forwarded-For host header instead of the... more »
By Richard Lewis  - Nov 10 - 2 new of 2 messages    

need help using cherrypy 
  Hi All, i know this is very basic usage, i am a new user of cherrypy. i have a problem like below def index(self): return """<form method='POST' action='/form'> type something <input type='text' name='inp'> <input type='submit'> </form>""" index.exposed=True def form(self,inp=None,**kw):... more »
By Madhusudhan sunkara  - Nov 8 - 4 new of 4 messages    

html, rss, atom, Oh My! 
  I am working on a back end controller to serve out data to various clients. What I'm looking for is a way to return data in a variety of formats based on the client request. for instance: /controller/noun/verb returns html (the default) /controller/noun/verb.html returns html... more »
By dundeemt  - Nov 8 - 4 new of 4 messages    

Invitation to connect on LinkedIn 
  LinkedIn ------------ I'd like to add you to my professional network on LinkedIn. - Arjun Confirm that you know Arjun Kochhar [link] Every day, millions of professionals like Arjun Kochhar use LinkedIn to connect with colleagues, find experts, and explore opportunities.... more »
By Arjun Kochhar  - Nov 2 - 1 new of 1 message    

Method dispatcher wiki example problem 
  Taking the example from the wiki: import cherrypy class Root(): exposed = True def __init__(self, *things): self.things = list(things) def GET(self): return repr(self.things) def POST(self, thing): self.things.append(thing) root = Root(1, 2, 3)... more »
By Voltron  - Oct 31 - 2 new of 2 messages    

Page handler url matching problem 
  I have an application mounted as test. This has a page handler called foo. I cant seem to get the default handler to match this URL.: [link] This was the handler I used: @cherrypy.expose def default(self, *args, **kwargs ): This always error out with this traceback:... more »
By Voltron  - Oct 26 - 2 new of 2 messages    

Passing multiple values to cherrypy.url() 
  How does one pass multiple values to the "qs" variable in the cherrypy.url function? I would like to have "foo=1" and "bar=2" cherrypy.url("title", qs="foo=edit") Thanks
By Voltron  - Oct 20 - 4 new of 4 messages    

CherryPy Performance 
  Hi We are migrating a something complex system from Java to Python and we are thinking about choosing CherryPy as our framework. My doubt: does cherrypy stand +/- 4 million users and +/- 250 thousands simultaneous access? Of course we are talking about using a very large cache structure (memcached), WSGI and apache.... more »
By victor.pantoja  - Oct 18 - 5 new of 5 messages    

Tornado server adapter for CherryPy engine 
  Since we many of us are trying different ways [1] to run CherryPy applications, I though releasing the bits and pieces I had done on running CP over Tornado would interest you guys. Here it is: [link] It's not yet really tested and should be widely edited but demonstrates... more »
By Sylvain Hellegouarch  - Oct 12 - 2 new of 2 messages    

1 - 10 of 1782   « Newer | Older »

XML       Send email to this group: cherrypy-users@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google