On 05/30/10 16:59, Christopher Harvey wrote:
> [..] because calling
> os.system("meld file1 file2 &") in python is putting up so many red
> flags in my head it's not funny. [..]

On a sidenote: the subprocess module offers better alternatives to
calling os.system:
http://docs.python.org/library/subprocess.html

Best,



Sebastian

Reply via email to