Re: [Distutils] Sourceforge changed HTML again...

2006-01-18 Thread Ian Bicking
Phillip J. Eby wrote: > I checked what the NetBSD "pkgsrc" system does, and it uses the fact > that there is a .dl.sourceforge.net subdomain for mirrors. I > investigated further and found that dl.sourceforge.net is a round-robin > (or random?) DNS for each of the mirrors in the subdomain, so t

Re: [Distutils] namespace_packages

2006-01-18 Thread Phillip J. Eby
At 12:51 PM 01/18/2006 -0600, Robert Kern wrote: >Charlie Moad wrote: > > Following the instruction for setuptools, I am trying to make > > matplotlib and basemap (a mpl toolkit) share the namespace > > "matplotlib/toolkits". I can build and install the eggs no problems. > > "matplotlib/toolkits"

Re: [Distutils] namespace_packages

2006-01-18 Thread Phillip J. Eby
At 01:35 PM 01/18/2006 -0500, Charlie Moad wrote: >Following the instruction for setuptools, I am trying to make >matplotlib and basemap (a mpl toolkit) share the namespace >"matplotlib/toolkits". I can build and install the eggs no problems. >"matplotlib/toolkits" is in both's "EGG-INFO/namespace

Re: [Distutils] namespace_packages

2006-01-18 Thread Robert Kern
Charlie Moad wrote: > Following the instruction for setuptools, I am trying to make > matplotlib and basemap (a mpl toolkit) share the namespace > "matplotlib/toolkits". I can build and install the eggs no problems. > "matplotlib/toolkits" is in both's "EGG-INFO/namespace_packages.txt" > files.

[Distutils] namespace_packages

2006-01-18 Thread Charlie Moad
Following the instruction for setuptools, I am trying to make matplotlib and basemap (a mpl toolkit) share the namespace "matplotlib/toolkits". I can build and install the eggs no problems. "matplotlib/toolkits" is in both's "EGG-INFO/namespace_packages.txt" files. I have added __init__.py files