Am Samstag, 3. Februar 2007 12:01 schrieb Nick Hopton: > Do you think I installed 'LyX.py' properly. In the directory I see that > a 'LyX.pyc' has appeared, with today's date.
Yes, you did. LyX.pyc is a compiled version of LyX.py, generated by python. This us used to speed up subsequent runs of lyx2lyx. Your problem is that your python installation is crippled. Get yourself a full python installation (2.3 or above), and it will work. Georg