Hi Yaakov, On Tue, Jan 12, 2016 at 5:25 AM, Yaakov Selkowitz <yselkow...@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