Dominik »Ingrid« Waßenhoven wrote: > Guenter Milde wrote: > >> You problem is not the PATH (for binaries) but the PYTHONPATH (for >> Python modules). > > This seems not to be the problem, either. I tried the following:
Okay, further experiments brought me to the solution: I tried to import 'os' in the python that was in the LyX\bin directory (python 2.6.1), and it failed. I then renamed the python.exe in this directory to something else. Thus, my manually installed Python 2.5.1 is used, finds 'os' to import it and the re-configure of LyX works again. Should I update to Python 2.6.1 or is 2.5.1 sufficient? Thanks to all for your help, Dominik.- P.S.: Strange though, that it worked earlier, also with Python 2.5.1 installed...