Invoking a external program from a script
Charlie Derr
charlie at intelligenesis.net
Fri Mar 31 15:21:10 EST 2000
More information about the Python-list mailing list
Fri Mar 31 15:21:10 EST 2000
- Previous message (by thread): Are newlines sometimes required at end of Python code?
- Next message (by thread): Invoking a external program from a script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It can't possibly be as simple as dropping the start can it?
os.system('converter file-in file-out)
Since nobody else has responded yet, i figured it was worth suggesting.
YMWPS :-]
~c
Olav Viken wrote:
>
> I'm trying to make a python script to do a file-converting job for me on a
> webserver. To do the converting I use a Visual Basic app. with a command
> line interface. When run from the command line it works fine.
> The syntax I use in the python script is:
> os.system('start converter file-in file-out')
> The converting is actually done, but the program "converter" do not exit,
> (it remains in memory) and the script stops.
> If anyone can help me in the right direction I would be thankful
>
> Best regards Olav
> .
- Previous message (by thread): Are newlines sometimes required at end of Python code?
- Next message (by thread): Invoking a external program from a script
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list