
Here is an error with python3.3
from lxml.etree import HTMLParser Traceback (most recent call last): File "<stdin>", line 1, in <module> File "lxml.etree.pyx", line 48, in init lxml.etree (src/lxml/lxml.etree.c:159821) ValueError: level must be >= 0
Is that something known? Please advise. Thanks. Andriy Kornatskyy

Andriy Kornatskyy, 29.09.2012 20:43:
Here is an error with python3.3
from lxml.etree import HTMLParser Traceback (most recent call last): File "<stdin>", line 1, in <module> File "lxml.etree.pyx", line 48, in init lxml.etree (src/lxml/lxml.etree.c:159821) ValueError: level must be >= 0
Is that something known? Please advise.
What lxml version is that? Note that 2.3.x doesn't work with Py 3.3. Stefan

lxml v2.3.6. Any chances for python3.3? Andriy ----------------------------------------
Date: Sat, 29 Sep 2012 21:39:37 +0200 From: stefan_ml@behnel.de To: lxml@lxml.de Subject: Re: [lxml] ValueError on python3.3
Andriy Kornatskyy, 29.09.2012 20:43:
Here is an error with python3.3
from lxml.etree import HTMLParser Traceback (most recent call last): File "<stdin>", line 1, in <module> File "lxml.etree.pyx", line 48, in init lxml.etree (src/lxml/lxml.etree.c:159821) ValueError: level must be >= 0
Is that something known? Please advise.
What lxml version is that? Note that 2.3.x doesn't work with Py 3.3.
Stefan
_________________________________________________________________ Mailing list for the lxml Python XML toolkit - http://lxml.de/ lxml@lxml.de https://mailman-mail5.webfaction.com/listinfo/lxml

[fixed top-post] Andriy Kornatskyy, 29.09.2012 21:52:
From: Stefan Behnel Andriy Kornatskyy, 29.09.2012 20:43:
Here is an error with python3.3
from lxml.etree import HTMLParser Traceback (most recent call last): File "<stdin>", line 1, in <module> File "lxml.etree.pyx", line 48, in init lxml.etree (src/lxml/lxml.etree.c:159821) ValueError: level must be >= 0
Is that something known? Please advise.
What lxml version is that? Note that 2.3.x doesn't work with Py 3.3.
lxml v2.3.6. Any chances for python3.3?
Sure, 3.0 supports it just fine. 2.3.x does not and will not. Stefan

lxml v2.3.6 is available from pypi. I saw tag 3.0beta1 at github. Any estimates when it will be released? Thanks. Andriy ----------------------------------------
Date: Sat, 29 Sep 2012 22:04:23 +0200 From: stefan_ml@behnel.de To: lxml@lxml.de Subject: Re: [lxml] ValueError on python3.3
[fixed top-post]
Andriy Kornatskyy, 29.09.2012 21:52:
From: Stefan Behnel Andriy Kornatskyy, 29.09.2012 20:43:
Here is an error with python3.3
> from lxml.etree import HTMLParser Traceback (most recent call last): File "<stdin>", line 1, in <module> File "lxml.etree.pyx", line 48, in init lxml.etree (src/lxml/lxml.etree.c:159821) ValueError: level must be >= 0
Is that something known? Please advise.
What lxml version is that? Note that 2.3.x doesn't work with Py 3.3.
lxml v2.3.6. Any chances for python3.3?
Sure, 3.0 supports it just fine. 2.3.x does not and will not.
Stefan
_________________________________________________________________ Mailing list for the lxml Python XML toolkit - http://lxml.de/ lxml@lxml.de https://mailman-mail5.webfaction.com/listinfo/lxml

Le 29/09/2012 22:11, Andriy Kornatskyy a écrit :
lxml v2.3.6 is available from pypi. I saw tag 3.0beta1 at github. Any estimates when it will be released?
I don’t know about the stable release, but the docs for the beta are here: http://lxml.de/3.0/ and they include a link to the tarball that you can install with pip: pip install http://lxml.de/files/lxml-3.0beta1.tgz -- Simon Sapin

Simon Sapin, 30.09.2012 00:43:
Le 29/09/2012 22:11, Andriy Kornatskyy a écrit :
lxml v2.3.6 is available from pypi. I saw tag 3.0beta1 at github. Any estimates when it will be released?
I don’t know about the stable release
It's so long overdue that I'm planning to release it as soon as I find the time. Stefan
participants (3)
-
Andriy Kornatskyy
-
Simon Sapin
-
Stefan Behnel