Guillermo:

> 2) My script gets output from a Popen call (to execute a Powershell
> script [new Windows shell language] from Python; it does make sense!).
> I suppose changing the Windows codepage for a single Popen call isn't
> straightforward/possible?

   You could try SetConsoleOutputCP and SetConsoleCP.

   Neil
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to