[Tutor] Re: Web app in Python: alternatives to CGI?
orbitz at ezabel.com
orbitz at ezabel.com
Sun Apr 18 12:20:43 EDT 2004
You could always run the services on your own computer, atleast just to get an
idea of how they all work. I run a twisted server on my computer and it works
out well. I just signed up for one of those dynamic dns services so people can
access it.
For web applications in twisted I'd suggest checking out nevow:
http://divmod.org/Home/Projects/Nevow/
On Sat, 17 Apr 2004 20:22:22 -0700 (PDT)
Terry Carroll <carroll at tjc.com> wrote:
> On Sat, 17 Apr 2004, Lee Harr wrote:
>
> > You should look at Zope and Twisted (with nevow).
>
> Thanks. I should mention, it's not my web server, it's my ISP's. I've
> never looked much into Zope or Twisted; can I install and use them without
> being sysadmin?
>
> (I'm a minority user by using Python for CGI, I think, so I won't have
> any luck getting my sysadmin to install something new for one app of one
> user. We're running Python 2.1, and Ive managed to get installing 2.3 on
> his to-do list, but it's a very low priority. I ended up installing my
> own copy.)
>
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list