Kevin and Sean, Thanks for the tips,
I did an svn up to pick up anything new, and then tried the ex_setup.py -U setuptools, and got the following error. I can clean everything out of my install if that would help. Thanks Mike ----------------------------------------------------------------- E:\pythonpkgs\turbogears_svn\turbogears>ez_setup.py -U setuptools Downloading http://www.turbogears.org/download/eggs/setuptools-0.6a9dev_r41815-p y2.4.eggsetuptools-0.6a9dev_r41815-py2.4.egg Traceback (most recent call last): File "E:\pythonpkgs\turbogears_svn\turbogears\ez_setup.py", line 214, in ? main(sys.argv[1:]) File "E:\pythonpkgs\turbogears_svn\turbogears\ez_setup.py", line 167, in main main(list(argv)+[download_setuptools(delay=0)]) File "E:\pythonpkgs\turbogears_svn\turbogears\ez_setup.py", line 128, in downl oad_setuptools src = urllib2.urlopen(url) File "C:\Python24\lib\urllib2.py", line 130, in urlopen return _opener.open(url, data) File "C:\Python24\lib\urllib2.py", line 364, in open response = meth(req, response) File "C:\Python24\lib\urllib2.py", line 471, in http_response response = self.parent.error( File "C:\Python24\lib\urllib2.py", line 402, in error return self._call_chain(*args) File "C:\Python24\lib\urllib2.py", line 337, in _call_chain result = func(*args) File "C:\Python24\lib\urllib2.py", line 480, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 300: Multiple Choices E:\pythonpkgs\turbogears_svn\turbogears>

