I followed your directions. you said (thanks for being so explicit ): That is, in Terminal, type:
cd ~/Library/Application\ Support/LyX-1.5/ to get to the user directory. Then type: python /Applications/LyX.app/Contents/Resources/configure.py to reconfigure. (Note that in this line there is no "/ui" before "configure".) I still did not have luck. Is this perhaps because i have placed my files in the wrong spot? Should the authesis.layout file i made be with all the other layout files? in Applications/LyX.app/Contents/Resources/layouts/ instead of in username/Library/Application Support/Lyx-1.5/layouts ? And perhaps, these files (authesis.cls, aucas.clo, aut10.clo, auecon.clo) should not be in this location: users/username/library/texmf/tex/latex/authesis/ Once again, thank you very much. Mike On Wed, Oct 22, 2008 at 1:09 PM, Bennett Helm <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 11:28 AM, Richard Heck <[EMAIL PROTECTED]> wrote: >> >> Mike Martell wrote: >>> >>> I changed the layout file. to read report instead of article, ran >>> texhash, and still got the reconfigure error. >>> >>> You said: >>> >>>> >>>> Hmm. That looks like a successful reconfigure to me. Try this again now >>>> from >>>> inside your LyX user directory. To verify where that is, go to >>>> Tools>Preferences, User Interface, hit "Browse" and then "User Files". >>>> This >>>> will dump you into a subdirectory of your user directory. Worth doing >>>> just >>>> to make sure. >>>> >>> >>> I verified the directory and ran the python command. Here is my >>> terminal line I typed and its response. >>> >>> dhcp-226-212:~ mikemartell$ python >>> /Applications/LyX.app/contents/Resources/ui/configure.py >>> >>> /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python: >>> can't open file >>> '/Applications/LyX.app/contents/Resources/ui/configure.py': [Errno 2] >>> No such file or directory >>> >>> >> >> You need to type exactly the same thing you did last time, whatever that >> was, but to do it from inside the LyX user directory. > > That is, in Terminal, type: > cd ~/Library/Application\ Support/LyX-1.5/ > to get to the user directory. Then type: > python /Applications/LyX.app/Contents/Resources/configure.py > to reconfigure. (Note that in this line there is no "/ui" before > "configure".) > Bennett