cow133 wrote: > I've had hassle too on an XP machine. The easy_install -Uf command > crashed with a security error, trying to overwrite easy_install.exe I > think.
I ran into this same problem. If you're using easy_install.exe updating to setuptools-0.6c2 will try to overwrite your current easy_install.exe with the new one while it is still in use. The way I got around that was to run "ez_setup.py" (from the PEAK website) first, which updated me to setuptools-0.6c2 (including easy_install.exe). Then I could run "easy_install TurboGears" and successfully updated to the latest version of TG. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

