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:in-reply-to:references:date
	:message-id:subject:from:to:content-type
	:content-transfer-encoding; q=dns; s=default; b=UOXtBu8iPDhERCel
	ckI3f8rtqN2z8Rh63J2GV6BhdSH0j5W8VyhqtPRvUP3UV0aRWdAjwWQfO802IqR5
	wrI642ZSOY3CfGM+q8fLvRTcOepIxFUGF7JChnlQE7pfgX+ulm6JBQmF2tJ15qNs
	Ol3S4eKh5sdp3gQofq/YfhYmUaw=
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:in-reply-to:references:date
	:message-id:subject:from:to:content-type
	:content-transfer-encoding; s=default; bh=JekMfMaSmj5yIZfjQQ4qc6
	ViVIM=; b=pcBe1AzPZYEjmLe98jQ4feDr6GbBVFCB+w/0+d+UK2osMeEWHOANQC
	vog8cU9fSV4RYU2cIAfPjVlUefEKZ/roW44+E1djgPAvd735NDSMS8noq8brPA2z
	CLa0aaxmauoSeUeBW17vg5khF24/9Zb07Bq8KCZs/y+/Wvw1sCONo=
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=1.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=2.7, Problems, sk:christi, Rderer
X-HELO: mail-vk0-f51.google.com
MIME-Version: 1.0
X-Received: by 10.31.190.195 with SMTP id o186mr59580665vkf.100.1452591285429; Tue, 12 Jan 2016 01:34:45 -0800 (PST)
In-Reply-To: <56948054.2080109@cygwin.com>
References: <CAMqVDuPiM_5tyLL_oFEJbKa1XbUnxgsTJ-DvZ5oHXjqXTZWU3A@mail.gmail.com>	<56948054.2080109@cygwin.com>
Date: Tue, 12 Jan 2016 10:34:45 +0100
Message-ID: <CAMqVDuMGQpsNqaWqfgT-44bivz8PF5hdzXYkP0_YvDCyBLBQjw@mail.gmail.com>
Subject: Re: 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
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u0C9Yx8V016500

Hi Yaakov,

On Tue, Jan 12, 2016 at 5:25 AM, Yaakov Selkowitz <yselkowitz@cygwin.com> wrote:
> On 2016-01-11 16:58, Christian-Manuel Röderer wrote:
>>
>> 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)?
>
>
> Those are for Python 2.7.  For Python 3.4 you need python3-lxml.

Sorry, just forgot the "3" in the names above. I have python3-lxml
installed (as well
as python-lxml) and also have the same problem with python2 (see below). etree
seems to be missing.

Cheers,

Flo

$ python2.7
Python 2.7.10 (default, Jun  1 2015, 18:05:38)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from etree import lxml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named etree
>>>

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


