AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Ubuntu vim-nox has python, but does not work with Conque #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install conque vimball on an Ubuntu 11.04 machine
2. launch :ConqueTerm bash in a vim window
3. See error

What is the expected output? What do you see instead?
Expected Conque to load with bash, instead I get "Your version of Vim appears 
to be installed without the Python interface."

What version of the product are you using? On what operating system?
conque_2.1.vba, vim-nox 7.3, Ubuntu 11.04.

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 24 2011 07:09:45)
Included patches: 1-35
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by buildd@
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 
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs 
-dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path 
+find_in_path +float +folding -footer +fork() +gettext -hangul_input +iconv 
+insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent 
+listcmds +localmap +lua/dyn +menu +mksession +modify_fname +mouse -mouseshape 
+mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse 
+mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype 
+path_extra +perl/dyn +persistent_undo +postscript +printer +profile 
+python/dyn +python3/dyn +quickfix +reltime +rightleft +ruby +scrollbind +signs
 +smartindent -sniff +startuptime +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/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H     -Wall -g -O2 
-D_FORTIFY_SOURCE=1    -I/usr/include/tcl8.4  -D_REENTRANT=1  -D_THREAD_SAFE=1  
-D_LARGEFILE64_SOURCE=1  -I/usr/lib/ruby/1.8/i686-linux -DRUBY_VERSION=18 
Linking: gcc   -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-export-dynamic  
-Wl,-E  -Wl,--as-needed -o vim       -lncurses -lselinux   -lacl -lgpm -Wl,-E  
-fstack-protector -L/usr/local/lib  -L/usr/lib/perl/5.10/CORE -L/usr/lib 
-ltcl8.4 -lieee -lruby1.8 -lrt -lm

Please provide any additional information below.
Vim on Ubuntu has +python/dyn and +python3/dyn. Are these options "good enough" 
and just not a part of the dependency checking or are they not supported due to 
lacking features?

Original issue reported on code.google.com by chris.se...@gmail.com on 9 Jul 2011 at 5:02

GoogleCodeExporter commented 8 years ago
Hi. I tried Ubuntu with only "vim-nox" installed and didn't get the error. My 
version output matched yours. I did notice trying to use python3 made vim-nox 
version of vim crash. But python 2 worked fine.

Try running a python command in Vim. If it works then it's probably a Conque 
problem, if you get an error it means your Vim installation isn't loading 
python properly.

E.g.

:python print "hi"

If python isn't working you could try a few things such as re-installing 
python, or installing a more common vim package such as vim-gnome/vim-gtk

Original comment by nicora...@gmail.com on 11 Jul 2011 at 12:58

GoogleCodeExporter commented 8 years ago
Haven't heard back for a while. Assuming your Vim version doesn't have a 
working python interface.

Original comment by nicora...@gmail.com on 15 Aug 2011 at 8:02