Hello,

I run on archlinux testing, and they switched about one month ago to python2.5
Since then I have some problems with vim-latex

When running vim, I get the following message in the terminal :
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback

When setting $PYTONHOME to /usr (that is what I get with
python-config --exec-prefix), I only have the 'import site' failed;
use -v for traceback error.

In both cases, I get an error when opening a tex file (it disapears
instantly and I don't know how to see it again).
When compiling (\ll) I get the following message in vim :

                  line    2:
Traceback (most recent call last):
  File "<string>", line 1, in ?
NameError: name 'catFile' is not defined
line    4:
E121: Undefined variable: retval
E15: Invalid expression: retval
Error detected while processing function
RunLaTeX..Tex_CompileMultipleTimes..Tex_IsPresentInFile:
line    1:
Traceback (most recent call last):
  File "<string>", line 1, in ?
NameError: name 'isPresentInFile' is not defined
line    3:
E121: Undefined variable: retval
E15: Invalid expression: retval
line    1:
Traceback (most recent call last):
  File "<string>", line 1, in ?
NameError: name 'isPresentInFile' is not defined
line    3:
E121: Undefined variable: retval
E15: Invalid expression: retval
Ran latex 1 time(s)


Still the document compiles and I'm able to view it. Completion work...

I guess it's an as simple matter as setting the right variable, but I
didn't find anything about that.

Regards,

tristram

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to