Hello!<br><br>I noticed a small problem in setuptools... workingenv (version 0.6.5-py2.4), in some instances, adds a comment-line &quot;# Duplicating setuptools&#39; site.py...&quot; into the beginning of site.py (workingenv.py
, line 1214). Problem is that easy_install.py checks if the existing file site.py starts with &quot;def __boot():&quot;, and if it doesn&#39;t, it raises an error.<br><br>I fixed the problem in my own environment by skipping empty and comment-lines in easy_install.py (fixed file attached).
<br><br>I just thought to inform you of the problem... feel free to take my fix into setuptools if you like my way to fix the problem.<br><br><br>Best regards,<br>Lauri Hallila<br><br>