I'm doing a fresh install of 0.9a1 on CentOS 4.2 (RHEL 4 by any other
name).  Architecture is x86_64 and CentOS is still on python 2.3.

I get the following:

--------
Using /usr/lib/python2.3/site-packages/TurboGears-0.9a1-py2.3.egg
Processing dependencies for TurboGears
Searching for PasteDeploy
Reading http://www.turbogears.org/preview/download/index.html
Reading http://www.python.org/pypi/PasteDeploy/
Reading http://pythonpaste.org/deploy/
Best match: PasteDeploy 0.5
Downloading
http://cheeseshop.python.org/packages/2.3/P/PasteDeploy/PasteDeploy-0.5-py2.3.egg#md5=e4e94ddb33b32fe6be2756aae478f106
Processing PasteDeploy-0.5-py2.3.egg
Traceback (most recent call last):
  File "/usr/bin/easy_install", line 7, in ?
    sys.exit(
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 1506, in main
    with_ei_usage(lambda:
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 1495, in with_ei_usage
    return f()
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 1509, in <lambda>
    distclass=DistributionWithoutHelpCommands, **kw
  File "/usr/lib64/python2.3/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/usr/lib64/python2.3/distutils/dist.py", line 907, in
run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.3/distutils/dist.py", line 927, in
run_command
    cmd_obj.run()
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 211, in run
    self.easy_install(spec, not self.no_deps)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 446, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 466, in install_item
    self.process_distribution(spec, dists[0], deps, "Using")
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 515, in process_distribution
    distros = WorkingSet([]).resolve(
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 481, in resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 717, in best_match
    return self.obtain(req, installer) # try and download/install
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 729, in obtain
    return installer(requirement)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 446, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 461, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 619, in install_eggs
    return [self.install_egg(dist_filename, tmpdir)]
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 671, in install_egg
    self.check_conflicts(dist)
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/setuptools/command/easy_install.py",
line 793, in check_conflicts
    names = dict.fromkeys(dist._get_metadata('top_level.txt')) # XXX
private attr
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 1957, in _get_metadata
    for line in self.get_metadata_lines(name):
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 1017, in get_metadata_lines
    return yield_lines(self.get_metadata(name))
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 1014, in get_metadata
    return self._get(self._fn(self.egg_info,name))
  File
"/usr/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 1072, in _get
    return self.loader.get_data(path)
OverflowError: signed integer is greater than maximum
--------


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