X-Recipient: archive-cygwin@delorie.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=JUOnEhyb74AJ3peOvJXh780oD5K13
	0YhESbmbtWDmSeFVC567vA5B0CebvbxG+I8clDIGB6Ox5jb03HnWf44ynWG3w2oH
	wjgQa4AxZsbgrzDuAZ3qo2q+EZD1SsZopgGKhx8a8lUgmK+hGNFVxJ3mGNahuQM/
	lGn8OvJzjcH4U8=
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=3qexBv53CzLDDPo1oQ7DW5j+0l0=; b=M0/
	QN2xvoDM37uxJKBL+/51NnWFrYghjnLdn2mzL/RJN79n1lnLP7JHoxuwdfpIk9Ou
	ZqjYhARIun5RLh2Vcup3Q3jW3LQIYe1JWASLr4nADFAESYKjUhfl2dzZ5Rn9UHCl
	vrc9LcMB7uFvDv1ukYuOU5vtPEZViJ5kzXt9+Hnk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2
X-HELO: mail-oa0-f52.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=9h/UaFQHNRmuMLGqyV1k2pRP1drL6d8FxLihGuVApVo=;        b=bDmMDadCjc17wdvjxAgGXuq1tdJOE8GBaYCigFXGfeqaRrkQ99YPyvJQuq1RyMkSg7         QAxgSWK4vxc4HkjUV3iCD5l7c8gHxkOngCsnVZnX0KfroELyDsiXfj6B7PJkrj/7JPeD         G6kL4kjRISzYXTfOYWGvs8Nvd3i4lG3/se7UbUQ6M6VNwpEWsIYHGyAVgXwWckOckbdM         bbDXCKLJ19LJP7oKLRZbtwTkPnbI0I4TUvO0EDd0nHIX6cirx0MoJqAZ/s4LvKk/t4B4         IFuoHJhljd2ub6+1nWKu8Cc+q9lGT4Of22vuXzPN8okkA3cbm0e+Xv/97tkOYgMr7WB9         7i0g==
X-Gm-Message-State: ALoCoQnGql1Fq/tSudYh13aBCFk6bu0YnHWXLp5cmTRJLUFEFT3ypZf9bgTOZoeKf3Y5SzCRrKoK
MIME-Version: 1.0
X-Received: by 10.182.142.229 with SMTP id rz5mr37060685obb.12.1397514169367; Mon, 14 Apr 2014 15:22:49 -0700 (PDT)
Date: Mon, 14 Apr 2014 18:22:49 -0400
Message-ID: <CALkygnMr-Q7jzhfTkGw=RmcU5yresGdzkLrRpbEPwF+iL6q+RQ@mail.gmail.com>
Subject: Python3 needs to be depended on libuuid-devel
From: Guy Rozendorn <guy@rzn.co.il>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

from https://github.com/pypa/pip/issues/1695#issuecomment-40407490:
without libuuid-devel, python3 crashes when importing uuid

once the libuuid-devel package in installed, importing uuid works:
http://stackoverflow.com/questions/18947163/uuid-python-import-fails-on-cygwin-64bits

so I guess the Python3 is missing the libuuid-devel package, at least
on 64bit cygwin/windows. I didn't check on 32bit Windows/cygwin.

Thanks,
Guy

--
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

