
Nov. 18, 2013
7:01 a.m.
Am 18.11.2013, 05:12 Uhr, schrieb Jonathan Gossage <jgossage@gmail.com>:
I am trying to use lxml on Ubuntu 13.10 64 bit. I created a virtualenv workspace with Python 3.3.2 64 bit and installed lxml using pip with no reported errors. However when I try to run a Python script with the following code:
import lxml context = lxml.etree.iterparse(...)
I get the following error: AttributeError: 'module' object has no attribute 'etree'
Use: import lxml.etree .. --dirk