About Archive Tag Cloud Translations RSS

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 alex borsody on December 17th 2008, 13:15.

i do not understand this parthttp://webpage

tar -xzvf simplejson-1.9.2.tar.gz cd simplejson-1.9.2 python2.5 setup.py build python2.5 setup.py install cd ../ rm -rf simplejson-1.9.2*

how do i install simplejson? you give better instructions then readme but you can you every step by step. without leaving anything out?? thanks so much


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