|
From: Tiago R. <wo...@gm...> - 2008-03-23 03:08:26
|
Hi, I'm running a vanilla copy of Mac OS X 10.5.2 and just installed matplotlib-0.91.2, geos-2.2.3 and baselib-0.9.9.1 from their sources. The matplotlib examples work fine, but when trying to import baselib, it says it cannot find it: >>> from matplotlib.toolkits.basemap import Basemap Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named basemap >>> Any idea of what could be happening? The lib is definitively on my path (/Library/Python/2.5/site-packages/) Best, Tiago |