Re: Vim breaks after Python upgrade

2009-11-20 Thread NickC
On Tue, 17 Nov 2009 13:46:25 -0500, Nick Stinemates wrote: > At least with Gentoo, there's a command to recompile all of the plugins > you have installed when upgrading python versions. > > Your issue is probably related to that. I don't think VIM uses hardcoded > locations for scripts at the cor

Re: Vim breaks after Python upgrade

2009-11-17 Thread TerryP
In my experience (FreeBSD), compiling vim with Python, Perl, or Ruby support (etc), generally requires recompiling vim after upgrading the corresponding language. Note also that (if like me) you manage vim installations `by hand` on all systems, rather then use the systems package management syst

Re: Vim breaks after Python upgrade

2009-11-17 Thread Terry Reedy
NickC wrote: Perhaps OT, but I figure here is where people have seen this commonly. I upgraded Python from my distro's default of 2.5.2 to 2.6.2. Vim is now complaining every startup about missing libraries, presumably as some plugins run some python code on initialisation. I'm guessing vim

Re: Vim breaks after Python upgrade

2009-11-17 Thread Nick Stinemates
At least with Gentoo, there's a command to recompile all of the plugins you have installed when upgrading python versions. Your issue is probably related to that. I don't think VIM uses hardcoded locations for scripts at the core. If you have any specific questions about the errors you're receivi

Vim breaks after Python upgrade

2009-11-17 Thread NickC
Perhaps OT, but I figure here is where people have seen this commonly. I upgraded Python from my distro's default of 2.5.2 to 2.6.2. Vim is now complaining every startup about missing libraries, presumably as some plugins run some python code on initialisation. I'm guessing vim is complaini