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 Jonathan Belgourari on July 15th 2008, 18:05.

Thx Will,

As it may help someone else here are exactly what i've done to make it work on debian etch.

  • Install Python 2.5 apt-get install python2.5

  • Make a symlink ln -sf /usr/bin/python2.5 /usr/bin/python

  • Install Python2.5-dev apt-get install python2.5-dev

  • Rebuild and install simplejson & boss as mentionned in the Boss readme.

Time to test now :)


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")