"Ky Phan" wrote: > I've browsed the website but have not looked at it closely. There are a lot > of minimalistic python framework around. The smallest I've worked with is > webpy and it has treated me well. It doesn't get in my way, I feel like I'm > writing any other Python application. I've also touched Rails a little bit > but that is a bit too strict of a structure for my taste. That's probably > why I like webpy. CherryPy seems to be similar to webpy so I'm favoring it > right now. If you can tell me a little bit about the advantages of Pylons, > I'll be happy to listen.
I did a quick look. Even if the SoC project is called "based on cherrypu and cheetah" I have no objections if you use something else. But here some thoughts: I agree webpy looks similar to cherrypy. But cherrypy has the advantage that I already hooked it into our main loop and added cheetah support (kaa.cherrypy). Both have no direct javascript support but that can be added very easy. Pylons looks similar to TurboGears and provides more than we want. We don't need support to write a blog in 30 lines we only need a simple easy to use webserver and a template engine. The javascript stuff can be done directly in the template our you wrap something to add it by default. Here are my requirenments: 1. It should run without too much extra stuff to set up. No MySQL db (if you need a db, sqlite would be ok) and it should work without an apache. 2. It must be added to our main loop or integration of kaa modules is not possible. And kaa.beacon and freevo.ipc is needed. For cherrypy I have this working with using cherrypy in threads and jump to our main loop for the callbacks. Dischi -- If the opposite of pro is con, then what must be the opposite of progress?
pgpuI3RZyd7ni.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
