Django

Code

Ticket #1427 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

upgrade the setuptools to 0.6a10

Reported by: Ian@holsman.net Assigned to: adrian
Milestone: Component: Admin interface
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

02/28/06 20:49:44 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1427 (upgrade the setuptools to 0.6a10)




Change Properties
Action