Hi, I just tried to install Turbogears in my new environment (created using workingenv.py) on a windows machine. Everything went fine until it tried to install easy_install.exe and a "Permission denied" error occured. I assume this was because that file was in use (executing). I guess I need to have workingenv.py install setuptools NOT as an egg, but I'm not sure how.
In install command and output is below. Thanks, Steve (srts) C:\python_envs\srts\bin>easy_install TurboGears ...snip snip snip... Installed c:\python_envs\srts\lib\python2.5\cherrypy-2.2.1-py2.5.egg Processing dependencies for CherryPy>=2.2.1,<3.0.0alpha Finished processing dependencies for CherryPy>=2.2.1,<3.0.0alpha Finished installing CherryPy>=2.2.1,<3.0.0alpha Searching for setuptools==0.6c7 Best match: setuptools 0.6c7 Processing setuptools-0.6c7-py2.5.egg Adding setuptools 0.6c7 to easy-install.pth file Installing easy_install-script.py script to C:\python_envs\srts/bin/ Installing easy_install.exe script to C:\python_envs\srts/bin/ error: C:\python_envs\srts/bin/easy_install.exe: Permission denied --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

