I was having issues with windows installations today, and this is probably the culprit. However, I am now getting this error when I run the old ez_setup.py:
(cElementTree section) error: Unexpected HTML page found at http://effbot.org/downloads/index.cgi/cElem entTree-1.0.5-20051216.zip?index I was having similar issues with cElementTree earlier today. A setuptools error told me I needed the .Net Framework installed to install cElementTree, but the framework was already there. The only way to fix it was to go back to the old version (1.0.2) of cElementTree. I wonder if that's what I should do now. Sean

