This is what happens: Reading http://www.opensource4you.com/nightly_tarballs.shtml Searching for TurboGears Best match: turbogears 0.9a0dev-r587 Processing turbogears-0.9a0dev_r587-py2.4.egg turbogears 0.9a0dev-r587 is already the active version in easy-install.pth Installing tg-admin-script.py script to C:\Python24\Scripts Installing tg-admin.exe script to C:\Python24\Scripts
Using c:\python24\lib\site-packages\turbogears-0.9a0dev_r587-py2.4.egg Processing dependencies for TurboGears Searching for CherryPy>2.1.1 Reading http://www.python.org/pypi/CherryPy/ Reading http://www.cherrypy.org Traceback (most recent call last): File "c:\Python24\Scripts\easy_install-script.py", line 7, in ? sys.exit( File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 1138, in mai n File "C:\Python24\lib\distutils\core.py", line 149, in setup dist.run_commands() File "C:\Python24\lib\distutils\dist.py", line 946, in run_commands self.run_command(cmd) File "C:\Python24\lib\distutils\dist.py", line 966, in run_command cmd_obj.run() File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 230, in run File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 317, in easy _install File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 343, in inst all_item File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 392, in proc ess_distribution File "build\bdist.win32\egg\pkg_resources.py", line 481, in resolve File "build\bdist.win32\egg\pkg_resources.py", line 635, in best_match File "build\bdist.win32\egg\pkg_resources.py", line 647, in obtain File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 308, in easy _install File "build\bdist.win32\egg\setuptools\package_index.py", line 358, in fetch File "build\bdist.win32\egg\setuptools\package_index.py", line 248, in find_packag es File "build\bdist.win32\egg\setuptools\package_index.py", line 449, in scan_url File "build\bdist.win32\egg\setuptools\package_index.py", line 181, in process_url File "build\bdist.win32\egg\setuptools\package_index.py", line 235, in process_ind ex File "build\bdist.win32\egg\setuptools\package_index.py", line 449, in scan_url File "build\bdist.win32\egg\setuptools\package_index.py", line 178, in process_url File "C:\Python24\lib\socket.py", line 285, in read data = self._sock.recv(recv_size) File "C:\Python24\lib\httplib.py", line 457, in read return self._read_chunked(amt) File "C:\Python24\lib\httplib.py", line 496, in _read_chunked chunk_left = int(line, 16) ValueError: invalid literal for int(): After, I tried "tg-admin shell" and got this error: Traceback (most recent call last): File "c:\Python24\Scripts\tg-admin-script.py", line 5, in ? from pkg_resources import load_entry_point File "build\bdist.win32\egg\pkg_resources.py", line 2195, in ? File "build\bdist.win32\egg\pkg_resources.py", line 483, in resolve pkg_resources.DistributionNotFound: CherryPy>2.1.1 But cherrypy seems to be ok: C:\>easy_install cherrypy Searching for cherrypy Best match: cherrypy 2.1.1 Processing cherrypy-2.1.1-py2.4.egg cherrypy 2.1.1 is already the active version in easy-install.pth Using c:\python24\lib\site-packages\cherrypy-2.1.1-py2.4.egg Processing dependencies for cherrypy Any ideas as to what this could be?

