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: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 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=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: <56948054 DOT 2080109 AT cygwin DOT com> Date: Tue, 12 Jan 2016 10:34:45 +0100 Message-ID: Subject: Re: Problems with lxml package From: =?UTF-8?Q?Christian=2DManuel_R=C3=B6derer?= To: cygwin AT cygwin DOT 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 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 "", line 1, in 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