Hello, I first did the easy_install upgrade from 0.5.1 to 0.8a1. When I discoved that tg_admin did not work, I tried the new ez_setup.py instructions. Still no luck. Here is the output from my dos box:
C:\Documents and Settings\Radmila\Desktop\holdemdata>python.exe ez_setup.py -f http://www.turbogears.org/download/index.html TurboGears Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a5-py2.4.egg Reading http://www.turbogears.org/download/index.html Searching for TurboGears Best match: TurboGears 0.8a1 Downloading http://www.turbogears.org/download/eggs/TurboGears-0.8a1-py2.4.egg Processing TurboGears-0.8a1-py2.4.egg removing 'c:\python24\lib\site-packages\TurboGears-0.8a1-py2.4.egg' (and everything under it) creating c:\python24\lib\site-packages\TurboGears-0.8a1-py2.4.egg Extracting TurboGears-0.8a1-py2.4.egg to c:\python24\lib\site-packages TurboGears 0.8a1 is already the active version in easy-install.pth Installed c:\python24\lib\site-packages\turbogears-0.8a1-py2.4.egg Processing dependencies for TurboGears Processing setuptools-0.6a5-py2.4.egg creating c:\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg Extracting setuptools-0.6a5-py2.4.egg to c:\python24\lib\site-packages Adding setuptools 0.6a5 to easy-install.pth file Installed c:\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg Processing dependencies for setuptools==0.6a5 C:\Documents and Settings\Radmila\Desktop\holdemdata>turbogears-admin quickstart Traceback (most recent call last): File "C:\Python24\Scripts\turbogears-admin.py", line 4, in ? pkg_resources.run_script('TurboGears==0.5.1', 'turbogears-admin.py') File "c:\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg\pkg_resources.py", line 407, in run_script self.require(requires)[0].run_script(script_name, ns) File "c:\python24\lib\site-packages\setuptools-0.6a5-py2.4.egg\pkg_resources.py", line 914, in run_script raise ResolutionError("No script named %r" % script_name) pkg_resources.ResolutionError: No script named 'turbogears-admin.py' C:\Documents and Settings\Radmila\Desktop\holdemdata>tg-admin quickstart 'tg-admin' is not recognized as an internal or external command, operable program or batch file. As you can see, I tried both turbogears_admin and tg_admin. Any ideas? Steve

