You are writing a comment about Search Recipes for Yahoo's BOSS in Python, here is a quick summary:

This entry is a bit of a cookbook for using Yahoo's Python library for accessing the BOSS Mashup Framework. It has full examples for searching the web, images, news , for paginating results, and for limiting searches to specific domains.


You are responding to this comment written by Paras Chopra on August 26th 2008, 21:04.

Hey, I followed your tutorial but while executing example 3, I get this error:

Traceback (most recent call last): File "C:Documents and SettingsParasDesktopsearchexamplesex1.py", line 20, in <module> yn = db.create(name="yn", data=search("iphone", vertical="news", count=50)) File "C:Python25Libsite-packagesyosbossysearch.py", line 38, in search return rest.load_json(url) File "C:Python25Libsite-packagesyoscrawlrest.py", line 28, in load_json return simplejson.loads(download(url)) File "C:Python25Libsite-packagesyoscrawlrest.py", line 25, in download return urllib2.urlopen(req).read() File "C:Python25liburllib2.py", line 124, in urlopen return _opener.open(url, data) File "C:Python25liburllib2.py", line 387, in open response = meth(req, response) File "C:Python25liburllib2.py", line 498, in http_response 'http', request, response, code, msg, hdrs) File "C:Python25liburllib2.py", line 425, in error return self._call_chain(*args) File "C:Python25liburllib2.py", line 360, in callchain result = func(*args) File "C:Python25liburllib2.py", line 506, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found

Any idea why?


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")