Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1427 closed defect (fixed)

upgrade the setuptools to 0.6a10

Reported by: Ian@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi.
While trying out the latest SVN trunk with python 2.3 I got the following

desrv01:~/django_src iholsman$ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 2, in ?
    ez_setup.use_setuptools()
  File "/nethome/iholsman/django_src/ez_setup.py", line 84, in use_setuptools
    import setuptools; setuptools.bootstrap_install_from = egg
OverflowError: signed integer is greater than maximum

when I switched ez_setup.py to use 0.6a10 it no longer occurred.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2447]) Fixed #1427 -- Upgraded ez_setup.py to 0.6a10

Note: See TracTickets for help on using tickets.
Back to Top