Am Samstag, 3. Februar 2007 13:49 schrieb Nick Hopton: > I've just installed Python 2.5, reconfigured everything and tried again, > with the following results: > > =============================TERMINAL WINDOW OUTPUT===================== > Traceback (most recent call last): > File "C:/Program Files/LyX > 1.5svn-01-02-2007/Resources/./lyx2lyx/lyx2lyx", lin > e 91, in <module> > sys.exit(main(sys.argv)) > File "C:/Program Files/LyX > 1.5svn-01-02-2007/Resources/./lyx2lyx/lyx2lyx", lin > e 84, in main > file.convert() > File "C:\Program Files\LyX > 1.5svn-01-02-2007\Resources\lyx2lyx\LyX.py", line 3 > 80, in convert > steps = getattr(__import__("lyx_" + step), mode) > File "C:\Program Files\LyX > 1.5svn-01-02-2007\Resources\lyx2lyx\lyx_1_5.py", li > ne 23, in <module> > import unicodedata > ImportError: No module named unicodedata
This module is part of python since many years. If lyx2lyx cannot find it then there is still someting wrong with your installation. Maybe LyX still uses the old one? Georg