On 4/5/06, ajones <[EMAIL PROTECTED]> wrote:
>
> It is related to windows. NTFS, or whatever subsystem is handling this,
> has no concept similar to an inode. Most upgrades to an existing file
> can only be made while that file is not actively in use. I'm sure there
> is a way around this, but it probably takes some deep vodoo to
> accomplish, and is much more difficult than telling people to use
> ez_setup.py to upgrade setuptools.

All it requires is using this:

python easy_install_script.py [yadda]

instead of this:

easy_install [yadda]

On Windows, "easy_install" translates to "easy_install.exe", which is
a hack to get around the fact that the Window command shell doesn't
peek at the first line for #! commands.

--
Tim Lesher <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to