Re: [Matplotlib-users] python3 and basemap bluemarble()

2014-10-17 Thread Werner
On 10/17/2014 13:27, Tommy Carstensen wrote: > To matplotlib-users, > > basemap bluemarble() requires PIL, which is not available for Python3. Have you tried using pillow? https://pypi.python.org/pypi/Pillow/2.6.1 It might just a drop in replacement, but that depends on how bluemarble uses PIL.

Re: [Matplotlib-users] python3 and basemap bluemarble()

2014-10-17 Thread Paul Hobson
Tom, I believe the "pillow" package is the actively maintained fork of PIL. Could be wrong on that though. -p On Fri, Oct 17, 2014 at 4:27 AM, Tommy Carstensen < tommy.carsten...@gmail.com> wrote: > To matplotlib-users, > > basemap bluemarble() requires PIL, which is not available for Python3. >