Vincent van Ravesteijn wrote: > I don't understand. We package Python with LyX and we install Python in > a subdir of the "C:\Program Files (x86)\LyX". Then we add this directory > to the path ourselves. How come that we suddenly use Python3.0 ?
Probably because the windows system path takes precendence over the windows user path (and the LyX path prefix which is prepended to the user path AFAIK). For details see the other thread "Python problems on windows - some debugging hints", especially my messages from today 21:36 CET and from yesterday 20:47 CET. IMHO it would be really good if somebody who can build LyX on windows could investigate whether this is correct. Georg