I am trying to import a premailer into my project, but it continues to fail when importing etree. I installed 2.7 binary for lxml. The lxml module imports a fine, and it shows the correct path to the library folder if I write the lxml module, but I cannot import etree from it. There is etree.pyd in the lxml folder, but python does not seem to see \ read it.
I'm on windows7 64bit.
Does anyone know what is going wrong here?
source share