#8 closed defect (fixed)

bundle setuptools with package

Reported by: zooko Owned by: zooko
Priority: minor Milestone:
Component: packaging Version:
Keywords: Cc:
Launchpad Bug:

Description

zfec depends on setuptools, but you currently have to manually install setuptools before you can install zfec.

Okay: use the ez_setup boot script to fetch setuptools from the net automatically Better: bundle setuptools with zfec package so that it doesn't try to touch the net

Change History (3)

comment:1 Changed at 2007-04-28T19:14:54Z by warner

  • Component changed from component1 to packaging

comment:2 Changed at 2007-04-30T05:32:18Z by zooko

  • Owner changed from somebody to zooko
  • Priority changed from major to minor
  • Status changed from new to assigned

comment:3 Changed at 2007-05-04T05:55:37Z by zooko

  • Resolution set to fixed
  • Status changed from assigned to closed

fixed. using ez_setup.py (hacked). Not bundling setuptools because there are 3 different versions (py2.3, py2.4, py2.5), and each one is more than 200 KiB.

Note: See TracTickets for help on using tickets.