[EMAIL PROTECTED] wrote: > Is there actually a fix for this as of version 0.8a5?
The in-development version of setuptools includes such a fix; see: http://svn.python.org/view?view=rev&rev=41460 So, if you don't have at least setuptools-0.6a9.dev-r41460, try running "ez_setup.py setuptools==dev" to upgrade to the version with the fix, then use "easy_install TurboGears" to recreate the .exe files. (Just upgrading setuptools won't recreate any .exe files other than easy_install.exe.)

