Re: [CMake] Problems with FindPythonInterp

2011-10-11 Thread Yngve Inntjore Levinsen
Onsdag 12 oktober 2011 skrev Campbell Barton: > On Tue, Oct 11, 2011 at 10:50 PM, Yngve Inntjore Levinsen > wrote: > > Fredag 07 oktober 2011 skrev Yngve Inntjore Levinsen: > >> Dear all, > >> > >> I have some configuration scripts in python that needs to be run for my > >> project, so I use the F

Re: [CMake] Problems with FindPythonInterp

2011-10-11 Thread Campbell Barton
On Tue, Oct 11, 2011 at 10:50 PM, Yngve Inntjore Levinsen wrote: > Fredag 07 oktober 2011 skrev Yngve Inntjore Levinsen: >> Dear all, >> >> I have some configuration scripts in python that needs to be run for my >> project, so I use the FindPythonInterp package. This has nicely found the >> versio

Re: [CMake] Problems with FindPythonInterp

2011-10-11 Thread Yngve Inntjore Levinsen
Fredag 07 oktober 2011 skrev Yngve Inntjore Levinsen: > Dear all, > > I have some configuration scripts in python that needs to be run for my > project, so I use the FindPythonInterp package. This has nicely found the > version 2.7 on my system so far, but now it suddenly finds /usr/bin/python

[CMake] Problems with FindPythonInterp

2011-10-07 Thread Yngve Inntjore Levinsen
Dear all, I have some configuration scripts in python that needs to be run for my project, so I use the FindPythonInterp package. This has nicely found the version 2.7 on my system so far, but now it suddenly finds /usr/bin/python which is a soft link to version 3.2. My script doesn't work with