Hello,
I wanted to try out omnicompletion with Python 2.5, and I get the
following:
Error detected while processing function <SNR>62_DefPython:
line 517:
Traceback (most recent call last):
Error detected while processing function <SNR>62_DefPython:
line 517:
File "<string>", line 1, in <module>
Error detected while processing function <SNR>62_DefPython:
line 517:
ImportError: dlcompat: dyld: vim Undefined symbols:
Error detected while processing function <SNR>62_DefPython:
line 517:
/usr/local/lib/python2.5/lib-dynload/cStringIO.so undefined reference to
_PyArg_ParseTuple expected to be defined in a d
ynamic image
Error detected while processing function <SNR>62_DefPython:
line 517:
/usr/local/lib/python2.5/lib-dynload/cStringIO.so undefined reference to _PyAr
Error detected while processing function pythoncomplete#Complete:
line 35:
Traceback (most recent call last):
Error detected while processing function pythoncomplete#Complete:
line 35:
File "<string>", line 1, in <module>
Error detected while processing function pythoncomplete#Complete:
line 35:
NameError: name 'vimcomplete' is not defined
Error detected while processing function pythoncomplete#Complete:
line 36:
E121: Undefined variable: g:pythoncomplete_completions
Error detected while processing function pythoncomplete#Complete:
line 36:
E15: Invalid expression: g:pythoncomplete_completions
Anybody any idea where the problem is? Python installation (seems
to work fine otherwise)?
$ vim --version
VIM - Vi IMproved 7.0 (2006 May 7, compiled Mar 25 2007 18:58:04)
Included patches: 1-220
Compiled by [EMAIL PROTECTED]
Huge version without GUI. Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+folding -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist
+keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
-netbeans_intg -osfiletype +path_extra -perl +postscript +printer +profile
+python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace
+wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O3 -I/sw/include -arch
ppc -g -O3 -I/sw/include -I/usr/local/include/python2.5
Linking: gcc -L/sw/lib -arch ppc -L/usr/local/lib -o vim -lncurses
-liconv -L/usr/local/lib/python2.5/config -lpython2.5
-L/sw/lib/system-openssl/lib -lssl -lcrypto -lcurses -lpanel -lncurses -u
_PyMac_Error
$ uname -a
Darwin krille.blacktrash.org 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30
20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh
powerpc
Thanks in advance for any pointers.
c
--
Vim plugin to paste current GNU Screen buffer in (almost) any mode:
<http://www.vim.org/scripts/script.php?script_id=1512>