﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
285	python error when multiple pythons installed	Brent Fraser	Jeff McKenna	"When using the ""MS4W-Shell"", typing ""python"" results in:

{{{
Fatal Python error: init_sys_streams: can't initialize sys standard streams
Traceback (most recent call last):
  File ""C:\Program Files\Python38\lib\io.py"", line 54, in <module>
ImportError: cannot import name 'open_code' from 'io' (unknown location)
}}}

This is due to my PYTHONHOME env variable being set to one of the other Python locations.

It would be nice if MS4W's setenv.bat would include:
{{{
set PYTHONHOME=C:\ms4w\Python
}}}"	defect	closed	major	4.0.5 release	MS4W - Python	4.0.4	fixed		TC Haddad		
