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=VwiDowgiCy/oFsBwPhFt6lBGFRKFC
	aTfHApwxF7aLodsvqkSGB5Egx7l7cFNP1BIxnZnl0G0ul5jwmwDkF1Qzl8rS77w0
	y/DPrL78YIA+bY9Y8tYMStGFXDWnVLm+mBacDWaCQj4UtImcDnZjgM7oOwPud1vh
	PokHuCytzfVY0w=
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=5pTaD28xQJK0GY9xjxJUYJML60k=; b=L4+
	Z+YiyXs8sxiDWlJkwT0PTIKV4Oa5cyN83W3Z5hj6DUcBzBecu3C1gB2TnLDMUJC0
	DfV8gwpBlxNKHTob8/OucX5cBg+1NHBqo4xNrcwjetVM/pLWjaU18OEJIQJXYHxA
	HuhtQ1VpN9qkkITMBC1EzOrJmjz0Kv6hwOkswNHA=
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=2.8 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=experiencing, traceback, 343, dear
X-HELO: mail-vk0-f52.google.com
MIME-Version: 1.0
X-Received: by 10.31.6.17 with SMTP id 17mr90130638vkg.75.1452553125002; Mon, 11 Jan 2016 14:58:45 -0800 (PST)
Date: Mon, 11 Jan 2016 23:58:44 +0100
Message-ID: <CAMqVDuPiM_5tyLL_oFEJbKa1XbUnxgsTJ-DvZ5oHXjqXTZWU3A@mail.gmail.com>
Subject: Problems with lxml package
From: =?UTF-8?Q?Christian=2DManuel_R=C3=B6derer?= <cm.roederer@googlemail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

Dear list,

is anyone else experiencing problems with the current versions of the
lxml package for python 3 (python-lxml-3.2.3-1 and
python-lxml-3.4.4-1, 64 bit)? It seems to install correctly (and so do
the dependencies) but then it seems to be incomplete:

$ python3.4
Python 3.4.3 (default, May  5 2015, 17:58:45)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml
>>> from lxml import etree
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No such file or directory

Help and hints much appreciated,

Chris

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

