[Vim-latex-devel] Latex-suite error
Brought to you by:
srinathava,
tmaas
From: Tom V. <tom...@ea...> - 2006-01-15 23:39:32
|
I am using Mac OS X and the vim latex-suite (build date Jan 9, 2006). When trying to compile a latex file, I got the following error message: Error detected while processiing /Users/tvawter/.vim/ftplugin/latex-suite/main.vim: line 32: E484: Can't open file /Users/tvawter/.vim/ftplugin/latex-suite/texrc Error detected while processing /Users/tvawter/.vim/ftplugin/latex-suite/texviewer.vim: line 727: Traceback (most recent call last): File "<string>", line 1 in ? File "/Users/tvawter/.vim/ftplugin/latex-suite/outline.py", line 12, in ?=20 import stringio ImportError: No module named stringio I removed the outline.py file and was able to compile latex. Of course the outline file is missed and I get the error: Error detected while processing /Users/tvawter/.vim/ftplugin/latex-suite/texviewer.vim: line 727: Traceback (most recent call last): File "<string>", line 1 in ? ImportError: No module named outline. This problem has been submitted and commented on in the vim help list. While I am able to compile, seeing the big red error message is of concern. =20 Tom Vawter |