I try to:
easy_install lxml
and I get this error:
File "build/bdist.macosx-10.3-fat/egg/setuptools/command/build_ext.py", line 85, in get_ext_filename KeyError: 'etree'
any hints?
|
I try to:
and I get this error:
any hints? |
|||
|
|
|
Due to incompatible changes in the 2.6.3 version of python's distutils, the old
assuming the 2.6.3 EDIT: Besides the option to migrate from setuptools to Distribute, Python 2.6.4, which should be released in a couple of weeks, will contain a workaround in distutils that will unbreak setuptools. Thanks, Tarek, for the fix and thanks, jbastos, for bringing this issue up. FURTHER EDIT: setuptools itself has been updated (as of |
|||||||||||
|
|
Ned :
Not precisely. The API hasn't changed but Setuptools overrides them, and makes the assumption they are called in a particular order. Lennart:
Yes indeed, this precise bug was detected some time ago and fixed in Distribute (and in Ubuntu's setuptools package) |
|||||||||
|