Am Sonntag, 3. September 2006 14:45 schrieb Andre Poenitz: > Objections?
No. When I first looked at math stuff I was surprised by the heavy string usage anyway, and we even introduced enums for new stuff like MathFracInset::Kind. > PS: Opening the current UserGuide with current LyX results in an error: > > Traceback (most recent call last): > File "/usr/src/lyx/trunk/lib/lyx2lyx/lyx2lyx", line 21, in ? > import LyX > File "/usr/src/lyx/trunk/lib/lyx2lyx/LyX.py", line 28, in ? > import lyx2lyx_version > ImportError: No module named lyx2lyx_version That is a known problem that was fixed at some time but reappeared. I simply did a ln -s lib/lyx2lyx/lyx2lyx_version.py ../../build-tree/lib/lyx2lyx/lyx2lyx_version.py as a workaround. Georg
