I changed the subject line to something Phillip might notice :) This came up once before.
Just to clarify, though, when you say "from scratch" do you mean that you did not have either one installed previously, or that you uninstalled and are reinstalling? Phillip Eby said that this problem is basically that setuptools is trying to overwrite cElementTree, but that the file is still considered to be "in use". He recommended the --always-unzip installation option. (I can set the cElementTree egg to not be "zip safe", but I'd imagine Phillip would probably like to get to the bottom of this problem). Kevin On 10/13/05, avillena <[EMAIL PROTECTED]> wrote: > > I just installed turbo-gears (and python) from scratch, but when I try > to run tg-admin, I get the next problem: [snip] > line 14, in ? > from cElementTree import * > File "build\bdist.win32\egg\cElementTree.py", line 7, in ? > File "build\bdist.win32\egg\cElementTree.py", line 4, in > __bootstrap__ > File > "c:\dev\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg\pkg_resources.py", > line 676, in resource_filename > return get_provider(package_or_requirement).get_resource_filename( > File > "c:\dev\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg\pkg_resources.py", > line 1064, in get_resource_filename > self._extract_resource(manager, self._eager_to_zip(name)) > File > "c:\dev\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg\pkg_resources.py", > line 1097, in _extract_resource > os.rename(tmpnam, real_path) > OSError: [Errno 17] File exists > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

