On Friday, July 31, 2015 at 6:25:02 PM UTC+2, Ratan wrote: > On Friday, July 31, 2015 at 12:19:06 PM UTC-4, Lorenzo Fontana wrote: > > On Friday, July 31, 2015 at 6:18:27 PM UTC+2, Lorenzo Fontana wrote: > > > On Friday, July 31, 2015 at 6:10:37 PM UTC+2, Ratan wrote: > > > > On Friday, July 31, 2015 at 11:58:48 AM UTC-4, Lorenzo Fontana wrote: > > > > > What's the output of vim --version | grep python ? > > > > Some info: > > > > python version: 2.7.10 > > > > vim version: 7.4.712 > > > > os x yosemite > > > > > > > > Full output of command: > > > > +cryptv +linebreak +python +viminfo > > > > +cscope +lispindent -python3 +vreplace > > > > Linking: /usr/bin/clang -L. -L/usr/local/lib -L/usr/local/lib > > > > -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -o vim > > > > -lm -lncurses -liconv -framework Cocoa -fstack-protector > > > > -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -lperl > > > > -F/usr/local/Cellar/python/2.7.10/Frameworks -framework Python > > > > -lruby.2.0.0 -lobjc > > > > > > > > > The error you do something like this, the error appears? > > > > > > :python print 'Hi!' > > > > > > Sorry, > > If you do something like this, the error appears? > > > > :python print 'Hi!' > > Same error as above.
So python support is present but broken. Since you are on osx I suppose you installed vim with homebrew. Can you run a: brew install --with-python -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
