Precisa de ajuda para instalar o lxml no os x 10.7

Estive lutando para poder fazerfrom lxml import etree (import lxml funciona bem por sinal) O erro é:

ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-            packages/lxml/etree.so, 2): Symbol not found: _htmlParseChunk
Referenced from: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lxml/etree.so
Expected in: flat namespace
in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lxml/etree.so

i usei o pip para instalar o lxml e o homebrew para reinstalar o libxml2 com a arquitetura correta (ou pelo menos eu acho) ... alguém tem ideias sobre como corrigir / diagnosticar isso? Estou em python de 64 bits

questionAnswers(1)

yourAnswerToTheQuestion