On 17 Sie, 16:33, AndrewTK <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to write a Python script that takes a ZIP file from a web
> form (using CGI) and uses either of the UN*X unzip, gunzip, tar,
> bunzip2 utilities to expand it.
>
> I can use Python to save the script to disk; but processing
On 8/17/07, AndrewTK <[EMAIL PROTECTED]> wrote:
> The problem for me is this: once an external process is called via
> exec*() the script has effectively fulfilled its task. Is there any
> way one can process a file with an external process and continue
> further processing in Python; /once the ext