|
From: Charlie M. <cw...@gm...> - 2005-12-12 20:26:41
|
That's great to hear! Thanks for the info. I am just surprised I have not seen this response when it has came up on the twisted list. - Charlie On 12/12/05, Robert Kern <rob...@gm...> wrote: > Charlie Moad wrote: > > The way mpl uses the basemap toolkit will not work using > > setuptools. This is also an issue that twisted runs into. Since > > matplotlib will be put in one egg folder and basemap will be stuck in > > another, trying to import matplotlib.toolkits.basemap will yield an > > error. Just something to think about for down the road, but its > > probably not a priority now. > > That's why setuptools/eggs have the concept of namespace packages. Both t= he > matplotlib egg and basemap egg provide the matplotlib.toolkits namespace = package. > > E.g.: > > setup(#... > namespace_packages=3D['matplotlib.toolkits'], > ) > > -- > Robert Kern > rob...@gm... > > "In the fields of hell where the grass grows high > Are the graves of dreams allowed to die." > -- Richard Harter > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |