monchy added the comment:
The only thing I changed was the version of python I was using, which means
that whatever caused the problem was python itself
if something was changed in how the interpreter operates the environmental
variables or something then that might do it
PYTHON broke MY
New submission from monchy :
in previous python verions a pygame window could be embedded into wxpython by
assigning the SDL_WINDOWID to the current wx.Panel.GetHandle() and the
SDL_VIDEODRIVER to 'windib' before importing python
the same code creates a separate pygame window in