Hi Kevin,

I already had installed CherryPy 2.1.0, so I had to use the --ignore-conflicts-at-my-risk switch. It did install the CherryPy-egg as well, what makes I have two identical packages installed now.
If you look at the end of my installation output below you'll  see that  the last step is  the attempt to install easy_install.exe. I get a permissions denied because the file is in use (installing upgrade with it ;-) )
Were there any steps left after this one?
How can I best update easy_install.exe now?

Best regards,

Rudy


C:\Documents and Settings\Schockaert>easy_install --ignore-conflicts-at-my-risk -f http://www.turbogears.org/download/index.html Turbo
Reading http://www.turbogears.org/download/index.html
Searching for TurboGears
Best match: TurboGears 0.8a4
Downloading http://www.turbogears.org/download/eggs/TurboGears-0.8a4-py2.4.egg
Processing TurboGears-0.8a4-py2.4.egg
removing 'c:\python24\lib\site-packages\TurboGears-0.8a4-py2.4.egg' (and everything under it)
creating c:\python24\lib\site-packages\TurboGears-0.8a4-py2.4.egg
Extracting TurboGears-0.8a4-py2.4.egg to c:\python24\lib\site-packages
TurboGears 0.8a4 is already the active version in easy-install.pth
Installing tg-admin.py script to C:\Python24\Scripts
Installing tg-admin.exe script to C:\Python24\Scripts

Installed c:\python24\lib\site-packages\turbogears-0.8a4-py2.4.egg
Processing dependencies for TurboGears
Searching for CherryPy>=2.1.0
Best match: CherryPy 2.1.0
Downloading http://www.turbogears.org/download/eggs/CherryPy-2.1.0-py2.4.egg
Processing CherryPy-2.1.0-py2.4.egg
-------------------------------------------------------------------------
CONFLICT WARNING:

The following modules or packages have the same names as modules or
packages being installed, and will be *before* the installed packages in
Python's search path.  You MUST remove all of the relevant files and
directories before you will be able to use the package(s) you are
installing:

   c:\python24\lib\site-packages\cherrypy

(Note: you can run EasyInstall on 'CherryPy' with the
--delete-conflicting option to attempt deletion of the above files
and/or directories.)
-------------------------------------------------------------------------
creating c:\python24\lib\site-packages\CherryPy-2.1.0-py2.4.egg
Extracting CherryPy-2.1.0-py2.4.egg to c:\python24\lib\site-packages
Adding CherryPy 2.1.0 to easy-install.pth file

Installed c:\python24\lib\site-packages\cherrypy- 2.1.0-py2.4.egg
Searching for setuptools>=0.6a6
Reading http://www.python.org/pypi/setuptools/
Reading http://peak.telecommunity.com/DevCenter/setuptools
Best match: setuptools 0.6a6
Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a6-py2.4.egg#md5=c10d20d29acebce0dc76219dc578d058
Processing setuptools-0.6a6-py2.4.egg
creating c:\python24\lib\site-packages\setuptools-0.6a6-py2.4.egg
Extracting setuptools-0.6a6-py2.4.egg to c:\python24\lib\site-packages
Removing setuptools 0.6a5 from easy-install.pth file
Adding setuptools 0.6a6 to easy-install.pth file
Installing easy_install.py script to C:\Python24\Scripts
Installing easy_install.exe script to C:\Python24\Scripts
error: C:\Python24\Scripts\easy_install.exe: Permission denied


On 10/26/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote:

On 10/25/05, Sean De La Torre < [EMAIL PROTECTED]> wrote:
>
> I was able to upgrade TG without any problems but also noticed (like
> kickdaddy) that CherryPy and MockiKit were not upgraded.

I accidentally left the link to the 2.1.0-rc2 CherryPy egg up there. I
have since fixed this...

Try running the easy_install -f
http://www.turbogears.org/download/index.html TurboGears command
again, and see if it picks up the update.

MochiKit *has* to be updated. It's built right into the TurboGears
egg, and the copy I see says 1.0...

Kevin



--
"You don't stop laughing because you grow old. You grow old because you stop laughing."  -- Michael Pritchard

Reply via email to