Re: Running CGI from within CGI

2008-02-14 Thread Bruno Desthuilliers
rodmc a écrit : (top-post corrected - rod, please learn to quote, thanks !-) > On Feb 14, 3:26 pm, Bruno Desthuilliers [EMAIL PROTECTED]> wrote: >> rodmc a écrit : (snip) >>> However I would like to execute a script instead so calling for >>> example myscript.py - thus populating the existing for

Re: Running CGI from within CGI

2008-02-14 Thread rodmc
Thanks for the details, is execfile full of security issues or something? You are right about exploring templates, I may explore that later. However I need to integrate the forms in with another system, which will not be using templates. I suspect I may have taken the long way round but I suppose

Re: Running CGI from within CGI

2008-02-14 Thread Bruno Desthuilliers
rodmc a écrit : > I am new to using Python as a CGI platform, so please excuse me if > this is a dumb question. > > Anyway I have written a series of web forms (with Python scripts) > which allow the user input but also retrieve data from a database. The > data entry stage works fine however retri

Running CGI from within CGI

2008-02-14 Thread rodmc
I am new to using Python as a CGI platform, so please excuse me if this is a dumb question. Anyway I have written a series of web forms (with Python scripts) which allow the user input but also retrieve data from a database. The data entry stage works fine however retrieving data is a little more