[matplotlib-devel] Running basemap 0.99.4 on RHEL

2009-08-25 Thread Michael Hearne
I just built matplotlib and basemap from source on a RHEL system, with EPD as my base Python installation. The build procedure for matplotlib was fairly straightforward, as was basemap (once I read Jeff's documentation on installing). However, once I try to import basemap, I get an error abou

Re: [matplotlib-devel] Running basemap 0.99.4 on RHEL

2009-08-25 Thread Jeff Whitaker
Michael Hearne wrote: > I just built matplotlib and basemap from source on a RHEL system, with > EPD as my base Python installation. > > The build procedure for matplotlib was fairly straightforward, as was > basemap (once I read Jeff's documentation on installing). > > However, once I try to i

Re: [matplotlib-devel] Running basemap 0.99.4 on RHEL

2009-08-26 Thread Michael Hearne
Jeff - Thanks, that seemed to solve _that_ problem. However, after going through the build process (again, successfully), I get the following when trying to import Basemap: from mpl_toolkits.basemap import Basemap File "/usr/local/epd/lib/python2.5/site-packages/mpl_toolkits/ basemap/__in

Re: [matplotlib-devel] Running basemap 0.99.4 on RHEL

2009-08-26 Thread Jeff Whitaker
Michael Hearne wrote: > Jeff - Thanks, that seemed to solve _that_ problem. However, after > going through the build process (again, successfully), I get the > following when trying to import Basemap: > > from mpl_toolkits.basemap import Basemap > File > "/usr/local/epd/lib/python2.5/site-pac