Hello All,
I am trying to go through the "Python Power!" book and i am at the part
where i need to setup a web server. I am thinking of using XAMPP and have
checked its site and wanted to try using mod_python. I am using Python 3.1
but from initial looks it seems mod_python doesnt support it, co
Markus,
That looks like a typo. remove it and it should work.
On Mon, Jul 13, 2009 at 4:50 AM, Markus Hubig wrote:
> Hi @all,
>
> within diveintopython I often found a for-statement like this:
>
> f for f in bla:
> print f
>
> So what actually is the first f for ... is it just to declare f