#41344: vim @7.4.052_0+breakindent+huge+python27+python33 - vim breaks with two Python versions ---------------------+---------------------- Reporter: ml@… | Owner: raimue@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: vim | ---------------------+---------------------- Changes (by raimue@…): * status: new => assigned Comment: Please be aware that only one version of python can be loaded at a time in vim anyway. This is the correct way this is supposed to work and documented in `:help python-2-and-3`. But the problems you encountered are probably really broken behavior. I could reproduce the issue with `:python3 import sys` and it's clearly missing the path to the frameworks directory here. I am looking into this. However, I could not reproduce the second issue with `:python import sys` and `MAXREPEAT` on Mavericks. It could be you are seeing an upstream issue introduced in 2.7.4 (http://bugs.python.org/issue18050). Was your vim built against python27 @2.7.4 and then python27 was upgraded later on? -- Ticket URL: <https://trac.macports.org/ticket/41344#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X