Skip to content

Python v2.7 error in Earthquakes.py #4

Description

@jbosch-noaa

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions