X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=qxjCXuips0CFgFgrNG4r+8YmESJwi OLvbu5RuC0JQOsw0MNtp38ordp5GwM7qC0JuQYplp6Qm2Yq0DXILuQFInKaZ//bX sy7UctpkIZGLv25VoYZmTHbOMs2c58rE824LYXvpIQu40XoKnt0H/Q+6N7UrFSzd qP6IOrRM19CoCk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=es1unShhGuXYGipUGosLcrI1Frw=; b=feg /5E8+ulBWwMT0OJCueUpOnRbznHuSn40LH196hbGXqwbmuAC9SKijjwLcJh8SqWZ V8sA2KJTE2wtS8Udn5bjGiM+fZB+66wTjqFsiyy/ALHjwsRxLqpRJG7RdFt4n54w PfzXCoYHVP8tw8SONk8tX1Gj9dFLZOoui3xTnrSc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) Date: Thu, 7 May 2015 08:16:02 +0200 Message-ID: Subject: Vim: Python3 features no longer works since upgrrade to Python 3.4.3 From: Joakim Karlsson To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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