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=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 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.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: Subject: 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 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 "", line 1, in 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