rougier / matplotlib-tutorial

Matplotlib tutorial for beginner
2.96k stars 808 forks source link

Python v2.7 error in Earthquakes.py #4

Open jbosch-noaa opened 8 years ago

jbosch-noaa commented 8 years ago

We discovered in the SciPy Tutorial that the url line should be updated for people running Python V 2.7

import urllib2 and line #26 should be changed to:

url = urllib2.urlopen(feed + "4.5_month.csv")

Cheers! Jen