================================
* try to import pyproj, and if that fails try to import pyproj
from mpl_toolkits.basemap.
* reduced verbosity of grib_list.
* made grib_list more robust (prints "NOT FOUND" when there is an error
reading the value for a key).
* allow for specifying header and library directories separately
(e.g. GRIBAPI_INCDIR and GRIBAPI_LIBDIR env vars, instead of just
GRIBAPI_DIR)
* fix setup.py to reference zlib as "-lz", not "-lzlib" (issue 9).