20 Oct
                
                    2005
                
            
            
                20 Oct
                
                '05
                
            
            
            
        
    
                10:12 a.m.
            
        on Win32 + MSYS + MinGW + GTK2.8 + Python24,
the detection of Python fails:
checkPYTHON_CFLAGS = -Ic:\Python24\include
where it should be
checkPYTHON_CFLAGS = -Ic:/Python24/include
and
checkPYTHON_LIBS=" None/None None"
where it should be
checkPYTHON_LIBS=" -Lc:/Python24/libs -lpython24"