uniicode and executing a process with subprocess.call, or os.system

"Martin v. Löwis" martin at v.loewis.de
Sun Jul 26 00:07:21 EDT 2009


> I am very confused about unicode. Can someone point me in the right
> direction?

Try Python 3.1. This should accept Unicode strings directly for sp.call,
so you wouldn't need to encode first.

Regards,
Martin



More information about the Python-list mailing list