FS#11889 - Vim need to be rebuild for python 2.6
Attached to Project:
Arch Linux
Opened by Kazuo Teramoto (kazuo) - Sunday, 26 October 2008, 12:34 GMT
Last edited by Allan McRae (Allan) - Thursday, 30 October 2008, 04:24 GMT
Opened by Kazuo Teramoto (kazuo) - Sunday, 26 October 2008, 12:34 GMT
Last edited by Allan McRae (Allan) - Thursday, 30 October 2008, 04:24 GMT
|
Details
Description: Vim need to be rebuild for python 2.6
I don't know exactly how to report this, but using vim(7.1.330)+latexsuite if python 2.6 I needed to rebuild my vim, or I got a error: Error detected while processing /home/kazuo/.vim/ftplugin/latex-suite/texviewer.vim: line 719: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named re line 869: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named re Error detected while processing /home/kazuo/.vim/ftplugin/latex-suite/main.vim: line 1022: Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/kazuo/.vim/ftplugin/latex-suite/pytools.py", line 1, in <module> import string, vim, re, os, glob ImportError: No module named string Rebuild it works (I rebuild version 7.2.25, but I think is the same for current version) |
This task depends upon
Closed by Allan McRae (Allan)
Thursday, 30 October 2008, 04:24 GMT
Reason for closing: Fixed
Additional comments about closing: 7.2.25-1
Thursday, 30 October 2008, 04:24 GMT
Reason for closing: Fixed
Additional comments about closing: 7.2.25-1
Simple rebuild of vim/gvim was sufficient in my case.