[Matplotlib-users] import error with Basemap

2008-02-08 Thread Tim Michelsen
Hello, using the basemap toolkit on Windows with Python 2.5 I get the following import error: In [1]: from matplotlib.toolkits.basemap import Basemap --- Traceback (most recent call last) M:\ in () C:\python\Lib\

Re: [Matplotlib-users] import error with Basemap

2008-02-08 Thread Jeff Whitaker
Tim Michelsen wrote: > Hello, > using the basemap toolkit on Windows with Python 2.5 I get the following > import > error: > > > In [1]: from matplotlib.toolkits.basemap import Basemap > --- >Traceback (most recent

Re: [Matplotlib-users] import error with Basemap

2008-02-08 Thread Tim Michelsen
> If you've used the binary installer, it should definitely have been > installed - so if that's the case let me know and I'll investigate further. I used the binary installer for windows that you can download from Sourceforge.net In fact, the thing is strange: I developed a program which displa

Re: [Matplotlib-users] import error with Basemap

2008-02-08 Thread Jeff Whitaker
Tim Michelsen wrote: >> If you've used the binary installer, it should definitely have been >> installed - so if that's the case let me know and I'll investigate further. >> > I used the binary installer for windows that you can download from > Sourceforge.net > > In fact, the thing is stran

Re: [Matplotlib-users] import error with Basemap

2008-02-15 Thread Tim Michelsen
> Timmie: It's possible that the windows installer is missing the httplib2 > module - I don't have access to windows right now to check. Could you > try installing httplib2 and let me know if that fixes it? Installing httplib2 solved the issue. Has this dependancy on httplib2 been introduced in

Re: [Matplotlib-users] import error with Basemap

2008-02-15 Thread Jeff Whitaker
Tim Michelsen wrote: >> Timmie: It's possible that the windows installer is missing the httplib2 >> module - I don't have access to windows right now to check. Could you >> try installing httplib2 and let me know if that fixes it? >> > Installing httplib2 solved the issue. > > Has this depe