Simple python cgi question

Wilk wilkSPAM at OUTflibuste.net
Wed Sep 17 16:23:23 EDT 2003


Stephen Boulet <stephen at SPAM.theboulets.IS.BAD.net> writes:

> Wilk wrote:
>> Stephen Boulet <stephen at SPAM.theboulets.IS.BAD.net> writes:
>>
>>>First of all, I'm not sure that the easiest way to do this is with
>>>python ...
>>>
>>>I'd like to set up a web page that would accept a text file, process
>>>it with a local program, and then make available generated pdf and
>>>postscript files for downloading.
>>>
>>>I'd like to limit the size of the file to be uploaded.
>>>
>>>I have apache2 already up. Is this a job for (mod_)python?
>> Yes why not ?
>
> I was hoping for a bit more detail ...
>

If you will do it in cgi, look at the cgi module, and for the pdf look
at http://www.reportlab.com 

After, try to be more precise in your question if you want more
details...

bye

-- 
William Dode - http://flibuste.net




More information about the Python-list mailing list