Le Mon, 25 Aug 2008 13:50:50 +0000, KLEIN Stéphane a écrit :
I've this bug only with lxml2, lxml 1.3.3 work very well.
Regards,
Stephane
Hi,
>
I'm on Ubuntu 8.04.1
>
I've installed lxml with easy_install lxml command.
>
Now, when I load etree I've this error :
>
$ python
Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu
4.2.3-2ubuntu7)] on linux2 Type "help", "copyright" , "credits" or
"license" for more information.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "lxml.etree.pyx ", line 40, in lxml.etree (src/lxml/
lxml.etree.c:11 9415)
AttributeError: 'module' object has no attribute 'BytesIO'
Have you some idea about this issue ?
>
I'm on Ubuntu 8.04.1
>
I've installed lxml with easy_install lxml command.
>
Now, when I load etree I've this error :
>
$ python
Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu
4.2.3-2ubuntu7)] on linux2 Type "help", "copyright" , "credits" or
"license" for more information.
>>>from lxml import etree
File "<stdin>", line 1, in <module>
File "lxml.etree.pyx ", line 40, in lxml.etree (src/lxml/
lxml.etree.c:11 9415)
AttributeError: 'module' object has no attribute 'BytesIO'
>>>>
>>>>
>>>>
Regards,
Stephane