>
>
> Does someone know if there's a way to explicitly set the stdout/stderr/
> stdin
> encoding that python should use?
>
> The encoding can be set using the C API for file objects - from Python
> code, use ctypes:
>
>
Yeap, but that would leave me with the original problem: I need to run a
script to run the original script I want to run...(and not being compatible
with other python implementations). Isn't there any way to set that
externally (like environment variable, args to the interpreter or anything
else like that)?

Thanks,

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

Reply via email to