[Vim-latex-devel] Problems with python2.5
Brought to you by:
srinathava,
tmaas
From: <tri...@gm...> - 2007-02-15 08:53:50
|
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 |