On Jun 5, 2006, at 3:10 PM, Georg Baum wrote:
Am Montag, 5. Juni 2006 20:40 schrieb Bennett Helm:
Traceback (most recent call last):
File "/Applications/LyX-test.app/Contents/Resources/lyx2lyx/
lyx2lyx", line 91, in ?
sys.exit(main(sys.argv))
File "/Applications/LyX-test.app/Contents/Resources/lyx2lyx/
lyx2lyx", line 84, in main
file.convert()
File "/Applications/LyX-test.app/Contents/Resources/lyx2lyx/
LyX.py", line 315, in convert
steps = getattr(__import__("lyx_" + step), mode)
ImportError: No module named lyx_1_5
It seems that you are running an installed version, and the lyx_1_5.py
file is missing (this is new in 1.5). Please update your installer
(and/or copy the file by hand to /Applications...)
I'm confused.
On Mac, LyX only runs from an application bundle, so I must run "make
install" before launching. Shouldn't doing this install all needed
modules?
Do you mean that I need to run ./configure again?
Bennett