Re: [Matplotlib-users] basemap broken with matplotlib 0.99.3?

2010-06-28 Thread Bill Eaton
If you don't mind trying developer releases, use basemap 0.99.5 from http://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap, which should work with numpy 1.4.1. Success! (well, the import worked) I can also report success with the developer release. Works a treat with numpy 1.4.1. Very nice.

Re: [Matplotlib-users] basemap broken with matplotlib 0.99.3?

2010-06-25 Thread PHobson
...@aeroantenna.com] Sent: Wednesday, June 23, 2010 8:24 AM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] basemap broken with matplotlib 0.99.3? I stumbled across a basemap demo a couple of days ago and was immediately enchanted. I can't get it to install nicely

Re: [Matplotlib-users] basemap broken with matplotlib 0.99.3?

2010-06-25 Thread Jeff Whitaker
either have to compile basemap yourself on windows, or downgrade your numpy. -Jeff -Original Message- From: Bill Eaton [mailto:e...@aeroantenna.com] Sent: Wednesday, June 23, 2010 8:24 AM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] basemap broken

Re: [Matplotlib-users] basemap broken with matplotlib 0.99.3?

2010-06-25 Thread Christoph Gohlke
. -paul -Original Message- From: Bill Eaton [mailto:e...@aeroantenna.com] Sent: Wednesday, June 23, 2010 8:24 AM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] basemap broken with matplotlib 0.99.3? I stumbled across a basemap demo a couple of days ago

Re: [Matplotlib-users] basemap broken with matplotlib 0.99.3?

2010-06-25 Thread PHobson
, 2010 11:37 AM To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] basemap broken with matplotlib 0.99.3? IIRC basemap contains Cython code, which would need to be recythonized with the latest Cython version in order to work with numpy 1.4.1. If you don't mind trying

[Matplotlib-users] basemap broken with matplotlib 0.99.3?

2010-06-23 Thread Bill Eaton
I stumbled across a basemap demo a couple of days ago and was immediately enchanted. I can't get it to install nicely on a Windoze box with matplotlib 0.99.3. When I try the famous from mpl_toolkits.basemap import Basemap directive, I get In [1]: from mpl_toolkits.basemap import Basemap