Re: How to create "cross-backend" python web app

2005-07-15 Thread matt
Thanks Paul- I'll look into WebStack. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to create "cross-backend" python web app

2005-07-15 Thread Paul Boddie
"matt" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi all- > > I'm trying to port an ajax spell-checker > (http://www.broken-notebook.com/spell_checker/index.php) to use with > the moin moin wiki and have been somewhat successful. (By successful I > mean I can spell check u

How to create "cross-backend" python web app

2005-07-14 Thread matt
Hi all- I'm trying to port an ajax spell-checker (http://www.broken-notebook.com/spell_checker/index.php) to use with the moin moin wiki and have been somewhat successful. (By successful I mean I can spell check using the php backend and my python port running as cgi-bin). My question is this: