Re: Newbie and Page Re-Loading

2007-05-05 Thread mosscliffe
Alex, Thanks for the help. Richard On May 5, 3:42 am, [EMAIL PROTECTED] (Alex Martelli) wrote: > Miki <[EMAIL PROTECTED]> wrote: > >... > > > > Is there a lightweight Https Server I could run locally (WINXP), which > > > would run .py scripts, without lots of installation modifications ? > >

Re: Newbie and Page Re-Loading

2007-05-05 Thread mosscliffe
Miki, Thank you very much for your helpful reply. A simple example is the best way of getting started, I have found. I have no excuses now - to not get it working. I recently tried Visual Studio with Visual Basic. Nice for five minutes, but then all the helping bits got in the way, so then you

Re: Newbie and Page Re-Loading

2007-05-04 Thread Alex Martelli
Miki <[EMAIL PROTECTED]> wrote: ... > > Is there a lightweight Https Server I could run locally (WINXP), which > > would run .py scripts, without lots of installation modifications ? > http://lighttpd.net. > Make sure "mod_cgi" is uncommented, set your document root and set > right python interp

Re: Newbie and Page Re-Loading

2007-05-04 Thread Miki
Hello Richard, > I do not want to run a framework yet. I would like to understand > python at script level, before adding more aspects to learn, like > frameworks. The way CGI works is that your script is called every time the corresponding HTML is loaded. You can access all the parameters sent t

Re: Newbie and Page Re-Loading

2007-05-04 Thread Bruno Desthuilliers
mosscliffe a écrit : > Bruno, > > Many thanks for your very helpful reply. > > I am trying WingIDE Personal as an editor, up to now it seems OK. > > My ISP is running Python 2.4.3 and does not know about mod_python. > Few ISPs want to deploy mod_python... > I do not want to run a framework ye

Re: Newbie and Page Re-Loading

2007-05-04 Thread mosscliffe
Bruno, Many thanks for your very helpful reply. I am trying WingIDE Personal as an editor, up to now it seems OK. My ISP is running Python 2.4.3 and does not know about mod_python. I do not want to run a framework yet. I would like to understand python at script level, before adding more aspe

Re: Newbie and Page Re-Loading

2007-05-04 Thread Bruno Desthuilliers
mosscliffe a écrit : > I am very new to this python world, but I do like the look of the > language / syntax, though I have had some problems with indenting > using a text editor. There's no shortage of smart code editor having a decent support for Python. > > I have managed to get my ISP to ex

Newbie and Page Re-Loading

2007-05-04 Thread mosscliffe
I am very new to this python world, but I do like the look of the language / syntax, though I have had some problems with indenting using a text editor. I have managed to get my ISP to execute .py files on their server. I have created a .py file and it does in fact do the various little tasks I h