When casting is <type 'float'> and the rcode is "NaN" a value error exception occurs
ValueError: invalid literal for float(): NaN
Logged In: NO
Example: from yahoo.search.local import LocalSearch srch = LocalSearch(app_id = yid, zip = "90210", query="Smith") dom = srch.get_results() results = srch.parse_results(dom)
Hmmmm, I can't reproduce this, I ran the latest pYsearch (3.1) using your example, and it seems to work fine (i.e. no exception or anything).
Log in to post a comment.
Logged In: NO
Example:
from yahoo.search.local import LocalSearch
srch = LocalSearch(app_id = yid, zip = "90210", query="Smith")
dom = srch.get_results()
results = srch.parse_results(dom)
Logged In: NO
Hmmmm, I can't reproduce this, I ran the latest pYsearch (3.1) using your example, and it seems to work fine (i.e. no exception or anything).