Re: [Matplotlib-users] basemap with Python26?

2008-10-23 Thread Yeates, Mathew C
yes, thats the problem. I need ssl Thx Mathew From: Jeff Whitaker [EMAIL PROTECTED] Sent: Thursday, October 23, 2008 10:01 AM To: Yeates, Mathew C Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] basemap with Python26? Yeates

Re: [Matplotlib-users] basemap with Python26?

2008-10-23 Thread Jeff Whitaker
Yeates, Mathew C wrote: > Hi > I'm getting the traceback > > from mpl_toolkits.basemap import Basemap > > /home/myeates/lib/python2.6/site-packages/httplib2/__init__.py:44: > DeprecationWarning: the sha module is deprecated; use the hashlib module > instead > import sha >

[Matplotlib-users] basemap with Python26?

2008-10-23 Thread Yeates, Mathew C
Hi I'm getting the traceback >>> from mpl_toolkits.basemap import Basemap /home/myeates/lib/python2.6/site-packages/httplib2/__init__.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha Traceback (most recent call last): File "", line 1, in F

[Matplotlib-users] basemap with Python26

2008-10-23 Thread Mathew Yeates
Hi I'm getting the traceback >>> from mpl_toolkits.basemap import Basemap /home/myeates/lib/python2.6/site-packages/httplib2/__init__.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha Traceback (most recent call last): File "", line 1, in Fi