On Sun, Jan 23, 2011 at 2:21 PM, <hid...@gmail.com> wrote: > Hello i want to code from different languages using a Python script i know i > can use os.system, but i don't know how to receive data or send arguments > using that method if theres any another way to make it or there's a way to > send arguments and receive data using os.system?
Which other languages specifically? Also, the `subprocess` module (http://docs.python.org/library/subprocess.html ) is preferred over os.system(). Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list