Re: My very first python web app (no framework)

2007-12-10 Thread scardig
On 9 Dic, 15:43, [EMAIL PROTECTED] wrote: > This is my first Python web pseudo-app: "you give me some data, I give > you func(data)". I'm on a shared host with mod_fastcgi so I installed > a virtual python environment + flup (no middleware now, just wsgi > server). > > = dispatch.fcgi =

[newbie] My very first python web app (no framework)

2007-12-09 Thread scardig
This is my first Python web pseudo-app: "you give me some data, I give you func(data)". I'm on a shared host with mod_fastcgi so I installed a virtual python environment + flup (no middleware now, just wsgi server). = dispatch.fcgi = from fcgi import WSGIServer import sys,