Re: Py_Initialize() fails on windows when SDL.h is included.

2011-03-15 Thread Nathan Coulson
Recompiling SDL, using --disable-stdio-redirect fixed this problem. On Tue, Mar 15, 2011 at 1:48 AM, Nathan Coulson wrote: > I began porting one of my projects from linux (no problems under > linux) to windows,  but I am getting the following problem when > attempting to run it  (This was within

Py_Initialize() fails on windows when SDL.h is included.

2011-03-15 Thread Nathan Coulson
I began porting one of my projects from linux (no problems under linux) to windows, but I am getting the following problem when attempting to run it (This was within gdb) warning: Fatal Python error: warning: Py_Initialize: can't initialize sys standard streams warning: I narrowed it down the