Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 2152  Older »

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

cherrypy/mako dynamic form 
  I am trying to configure a dynamic form such that, when I select dropdown A, I can select all values associated with it for dropdown B IE ...dicta = {'fruit':['apple','orange'], 'vegetable':['pea', 'potato']} ...loader = TemplateLookup(directories=tem plateDir) tmpl = loader.get_template('index.htm l')... more »
By clewis1573  - May 25 - 3 new of 3 messages    

Cherrypy-Mako-jQuery << Help! 
  Hi! I'm rather new in Cherrypy & Mako but I would like to ask help regarding my simple application. 1. *This is my cherrypy test file in python:* [link] 2. *This is my html template for mako* [link]... more »
By Paul Tito  - May 25 - 2 new of 2 messages    

upload json file and process it 
  Hi guys, I'm starting a new project, and I'm using cherrypy for a backend. One thing though, I'm trying to do an upload of a json file, and I'd like to process this json file 'on the fly' without needing to access the physical file on disk. ¿is this possible? Thanks!!
By saptah  - May 19 - 3 new of 3 messages    

Better way than this for client-side SSL? 
  I've made a ServerAdapter that saves client-side credentials (if any) to the WSGI environment, but was wondering if there's a better way to set up the default server to use it. Here's the code: import cherrypy.wsgiserver from cherrypy.wsgiserver import ssl_builtin class ClientSSLAdapter(ssl_builtin.B uiltinSSLAdapter):... more »
By Simon Haines  - May 16 - 1 new of 1 message    

doubts on cherrypy 
  Hi...all, I am using cherrypy more than 2 months, now i am having strange doubt, is it necessary we should use def index(), for our index page....(exact name index(), we can't use other names?)? One more is i want to call directly a html file, that is navigation from one html file to another... more »
By ram_ganeshu  - May 14 - 6 new of 6 messages    

Latching signal handling? 
  Some of my modules used as CherryPy applications spin up their own threads (via threading.Timer) for background processing. However, I can't find a way to latch cherrypy.engine.signal_handler or cherrypy.engine.console_contro l_handler to properly clean things up when Ctrl-C is pressed on a Linux/Windows console.... more »
By Simon Haines  - May 13 - 3 new of 3 messages    

Web-framework+db with the widest scalability? 
  Disclosure: I have posted this question on stackoverflow<[link]>and comp.lang.python<[link]> . I am building a project requiring high performance and scalability, entailing: - Role-based authentication<[link]>with... more »
By Alec Taylor  - May 12 - 1 new of 1 message    

link data 
  Hello, How does one get and post data in cherrypy? for example, I have a link link.html?user=foo now in link.html how can I handle user=foo? An example would be much appreciated.
By Rita Morgan  - May 11 - 2 new of 2 messages    

Using simpledb with boto 
  Anyone using Amazon's SimpleDB with boto in CherryPy? I have to connect then get a domain: import boto sdb = boto.connect_sdb(...) dom = sdb.get_domain('test_users') Then in my page handlers I can look for a user 'shooter' with: user2 = dom.get_item('shooter') if user2 == None: print "no user shooter"... more »
By Mark  - May 3 - 5 new of 5 messages    

Cheroot 
  Hi, I have been a CP user for a few years now and was wondering where does cheroot fit in the cherrypy ecosystem? Cheers, EuGeNe
By eugene.vandenbu...@gmail.com  - May 1 - 3 new of 3 messages    

1 - 10 of 2152   « Newer | Older »

XML       Send email to this group: cherrypy-users@googlegroups.com