Re: Web application toolkit recommendation?

2005-04-07 Thread Pierre Quentel
[EMAIL PROTECTED] a écrit : I have looked briefly at Karrigell. does it support user logins? S Yes, you can take a look at the "portal" demo to see how it works Regards, Pierre -- http://mail.python.org/mailman/listinfo/python-list

Re: Web application toolkit recommendation?

2005-04-06 Thread [EMAIL PROTECTED]
I have looked briefly at Karrigell. does it support user logins? S -- http://mail.python.org/mailman/listinfo/python-list

Re: Web application toolkit recommendation?

2005-04-06 Thread quentel . pierre
You can also take a look at Karrigell (http://karrigell.sourceforge.net). You can write pure Python scripts or use a PHP-like syntax, and it is shipped with gadfly, an SQL engine, and with KirbyBase, a database engine which uses a Pythonic syntax. As for all the web frameworks, you can also work wi

Re: Web application toolkit recommendation?

2005-04-05 Thread PA
On Apr 05, 2005, at 02:01, Stewart Midwinter wrote: I don't want to hear anything about Zope - it's way too complex for my needs or desires. Other than that, fire away! I have an inexplicable attraction to CherryPy. Perhaps something to do with its name 8^) http://www.cherrypy.org/ http://www.che

Re: Web application toolkit recommendation?

2005-04-04 Thread Shalabh Chaturvedi
Stewart Midwinter wrote: hi all: I'm a python user in my day job. Now I want to take on a personal pet project which will involve the creation of a website on my home server. I'll want to keep track of users through user accounts and logins, allow them to upload information to a database (maybe my

RE: Web application toolkit recommendation?

2005-04-04 Thread Robert Brewer
Stewart Midwinter wrote: > I would like to take a stab at doing this in Python instead of PHP, > but I'd like to hear from people who are familiar with both, or who > have a good understanding of web application toolkits in Python. > Which is likely to be the least painful route? > > I'm already

Re: Web application toolkit recommendation?

2005-04-04 Thread Grig Gheorghiu
Check out http://pyre.third-bit.com/pyweb/index.html Grig -- http://mail.python.org/mailman/listinfo/python-list

Web application toolkit recommendation?

2005-04-04 Thread Stewart Midwinter
hi all: I'm a python user in my day job. Now I want to take on a personal pet project which will involve the creation of a website on my home server. I'll want to keep track of users through user accounts and logins, allow them to upload information to a database (maybe mySQL or SqLite), and in t