Am Sonntag, 4. Februar 2007 12:35 schrieb Nick Hopton: > This is very odd, Georg, I did an absolutely standard installation of > Python25, using all of the defaults. I have the following two files > installed, if this is any help: > > C:\Python25\DLLs\unicodedata.pyd > C:\Python25\libs\unicodedata.lib
I am on linux, and it works here with only this file named unicodedata.*: /usr/lib/python2.3/lib-dynload/unicodedata.so Therefore I guess that no further files are required. What happens if you run the python interpreter by hand and then type import unicodedata ? If it prints nothing, then your python installation is OK, and I would guess that LyX finds another (incomplete) python installation. If it prints an error message then something with your python installation is wrong. Georg
