From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128502 invoked by alias); 7 May 2015 06:16:08 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 128493 invoked by uid 89); 7 May 2015 06:16:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-wi0-f171.google.com Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 May 2015 06:16:06 +0000 Received: by widdi4 with SMTP id di4so47039992wid.0 for ; Wed, 06 May 2015 23:16:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=CKopcOvInShD38QkmPzv1Za79gVaKWOKm6/Y8ANi3c8=; b=gIwT6iLom3+yvp30XKYAFJ7UeG08L2e53zSqTzFcnSS5erCUjSJR6HuL/T2gWDGrZ5 QKNpVbk+agz3MrjDYDdjvD7StjWnprifK3ECjbJKUYMn/HcvCvTiCc52qXDQjJajLq7K mnyMrDBqMCIvJX8T9rLL9KSxyx6dRmC9a9gFVFrO5/d4DjzHkVekNl5qaG8UuFODx9Ke QLGPIVtNGMhCqfvfNh3WfEB3JJ4r04o5F8II1wvkWTC2vLgTYboFVbZq4sYfcfD9hkBl oDFp4bv+zNQww3ZWZM2sIWZHzGnMOb5G1xtYexR9vQUpDgcHGMytNtqU4vK3hPV9WcLM dm/Q== X-Gm-Message-State: ALoCoQlGzCaEzXrw2G8ERB8H1dkPJGddTduzE2bKUKt8LwPnqwsFNIYbCyE9fI4RBewB+veRb/9K MIME-Version: 1.0 X-Received: by 10.180.84.97 with SMTP id x1mr3506182wiy.1.1430979362992; Wed, 06 May 2015 23:16:02 -0700 (PDT) Received: by 10.28.62.77 with HTTP; Wed, 6 May 2015 23:16:02 -0700 (PDT) Date: Thu, 07 May 2015 07:15:00 -0000 Message-ID: Subject: Vim: Python3 features no longer works since upgrrade to Python 3.4.3 From: Joakim Karlsson To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-05/txt/msg00085.txt.bz2 Hi, After upgrading to Python 3.4.3, some features in Vim stopped working. I believe this is because Vim is built against a specific version of python3, namely python 3.2. Vim needs to be rebuilt agains python 3.4.3 for this to work as well. Vim version information: :version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 13 2015 01:51:17) Included patches: 1-692 Output when starting vim: Error detected while processing /home/jkr/.vimrc: line 378: E370: Could not load library libpython3.2m.dll E263: Sorry, this command is disabled, the Python library could not be loaded. line 379: E370: Could not load library libpython3.2m.dll E263: Sorry, this command is disabled, the Python library could not be loaded. line 380: E370: Could not load library libpython3.2m.dll E263: Sorry, this command is disabled, the Python library could not be loaded. Press ENTER or type command to continue Regards, Joakim -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple