Sebastian,
The only way I can see that you could get that error is if you have not run latex to generate any aux files in your project directory. Admittedly, a stack trace is not the best way to tell you that. So my question is did you run latex first? If you look in the folder where mt.tex resides is there an mt.aux file?
Brad
On Nov 10, 2007, at 6:10 PM, Sebastian wrote:
Hello,
Today I always receive the error message
Running bibtex on mt.tex Traceback (most recent call last): File "/Applications/TextMate.app/ Contents/SharedSupport/Bundles/Latex.tmbundle/Support/bin/ texMate.py", line 443, in texStatus, isFatal, numErrs, numWarns = run_bibtex(texfile=fileName) File "/Applications/TextMate.app/ Contents/SharedSupport/Bundles/Latex.tmbundle/Support/bin/ texMate.py", line 67, in run_bibtex return stat,fatal,err,warn UnboundLocalError: local variable 'stat' referenced before assignment
I did some "experiments" with the Bibtex setup and Command Editing in the bundle editor, but I never edited any of those python files manually.
The bibtex command is:
# just to remind you of some useful environment variables # see Help / Shell Variables for the full list . "${TM_SUPPORT_PATH}/lib/html.sh" . "${TM_SUPPORT_PATH}/lib/webpreview.sh"
# Prepare output window. html_header 'Run BibTeX'
texMate.py bibtex 1
The typeset & view command looks like this:
# Source some support functions we need. . "${TM_SUPPORT_PATH}/lib/html.sh" . "${TM_SUPPORT_PATH}/lib/webpreview.sh"
# Prepare output window. html_header 'Typeset & View' "$FILE"
# Compile. texMate.py latex 1 RC=$? html_footer
# Cleanup # find . -name "*.log" -exec rm -rf {} ; # find . -name "*.aux" -exec rm -rf {} ; # find . -name "*.aux.bak" -exec rm -rf {} ; # find . -name "*.toc" -exec rm -rf {} ; exit $RC
I am using Version 1.5.7 (1436).
What should I do to fix this?
Thanks!
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate