python - Matplotlib Basemap not working Windows 8.1 -


i want plot gps-data using python 2.7 using matplotlibs basemap.

i download binary windows installer , executes , run without problems. however, when try import , run in python get:

from mpl_toolkits.basemap import basemap importerror: no module named basemap 

i tried the

python setup.py  

and

pip install basemap-1.0.8-cp27-none-win_amd64 

in prompt seems succesful. geos, dependency should involved in basemap installer installed osgeo4w64 separately make sure geos_c , init in place.

i hope can me out. feels above level.

i have ofcourse looked through other threads on page, none of them seem offer solution.

best regards

instead of this:

from mpl_toolkits.basemap import basemap

do this:

from mpl_toolkits.basemap import basemap 

check this well.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -