Re: autoconfigure vss python question

2005-06-24 Thread John Machin
lode leroy wrote: > Hi folks, > > I'm trying to build a python module using MINGW on MSYS > the "configure" script is determining where python is installed as follows: > > python.exe -c 'import sys; print sys.prefix' > c:\Python24 > > which is good on native windows (i.e. when invoked from CMD.E

autoconfigure vss python question

2005-06-24 Thread lode leroy
Hi folks, I'm trying to build a python module using MINGW on MSYS the "configure" script is determining where python is installed as follows: python.exe -c 'import sys; print sys.prefix' c:\Python24 which is good on native windows (i.e. when invoked from CMD.EXE) Is there a way to configure som