Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Active older topics
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 1786  Older »

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

Custom tool: where is session? 
  I use basic_auth. But I need some way to save the additional info about logged user in session. How to do it? Does exists way to "listen" successfull authentification with 'basic_auth' ? I can't find something like this. So, I try to write own, custom 'basic_auth': def my_basic_auth(realm, users, encrypt=None):... more »
By Yosifov Pavel  - Nov 23 - 7 new of 7 messages    

شركتی که هداياي مجاني ميده؟--امتحانش ضرر نداره 
  سلام . چندروز پيش از طرف يكي از دوستانم ايميلي گرفتم راجع به نحوه ی دریافت موبایل , mp3 player ,HDTV مجانی و ... ، که من جدی نگرفتم و فکر کردم –مثل همیشه- سر کاریه و حتی روی لینکش کلیک هم نکردم... more »
By Farsheed Ashouri  - Nov 18 - 1 new of 1 message    

Reload application configuration 
  Hello, I have a web application using Cherrypy 3.1 that I start with the "startServer" method def getusers(): '''Returns a dictionnary : - key : user login - value : user password hash ''' all_users = {} for utilisateur in wapp.creche.utilisateurs: all_users[utilisateur.login] = utilisateur.motDePasseChiffre... more »
By Guilhelm  - Nov 15 - 1 new of 1 message    

Cherrypy Flex and upload 
  To keep things simple I'm using the tut09_files.py example that comes with cherrypy All things are dandy if I use the form to upload the form But if I use Flex to try to upload the file using fileReference.upload(new URLRequest("[link] upload")); I get the following error in cherrypy... more »
By Andy  - Nov 12 - 5 new of 5 messages    

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 - 3 new of 3 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 - 6 new of 6 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    

1 - 10 of 1786   « 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