From: Chris <ce...@gm...> - 2009-09-29 19:55:38
|
John Hunter <jdh2358@...> writes: > > On Wed, Sep 23, 2009 at 8:47 AM, Lev Givon <lev@...> wrote: > > contain a setup.cfg file: > > > > $ tar zft matplotlib-0.99.1.tar.gz |grep setup.cfg > > matplotlib-0.99.1/setup.cfg > > matplotlib-0.99.1/setup.cfg.template > > It seems to depend on which mirror you get the file from. From Voxel, > I see setup.cfg but from "German Research Network (Berlin, Germany) " > I do not see it. We may just need time for the mirrors to update. I > probably should have used a different file name... John Hunter <jdh2358@...> writes: > > On Wed, Sep 23, 2009 at 8:47 AM, Lev Givon <lev@...> wrote: > > contain a setup.cfg file: > > > > $ tar zft matplotlib-0.99.1.tar.gz |grep setup.cfg > > matplotlib-0.99.1/setup.cfg > > matplotlib-0.99.1/setup.cfg.template > > It seems to depend on which mirror you get the file from. From Voxel, > I see setup.cfg but from "German Research Network (Berlin, Germany) " > I do not see it. We may just need time for the mirrors to update. I > probably should have used a different file name... I also find setup.cfg in 0.99.1.1.tar.gz, and had to delete it to begin building: $ wget http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib- 0.99.1/matplotlib-0.99.1.1.tar.gz?use_mirror=kent ... 20:44:41 (2.11 MB/s) - `matplotlib-0.99.1.1.tar.gz' saved [11905737/11905737] $ tar xf matplotlib-0.99.1.1.tar.gz $ cd matplotlib-0.99.1.1 $ ls setup.cfg setup.cfg Chris |