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 »
|
|
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 »
|
|
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!!
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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.
|
|
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 »
|
|
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
|
|
|