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 Will Larson on August 11th 2008, 05:43.

Gill,

These instructions appear to not work with Windows XP, but I am uncertain where things are going wrong (is the version of simplejson buggy on WinXP? Or is the mashup framework somehow buggy? Are my instructions buggy for WinXP?). I can guarantee that they do work on OS X and (the majority of, since its hard to make a universal statement about) linux.

I'll try to find a WindowsXP machine to test on, but unfortunately I am traveling for the next few days to go apartment hunting, so it may take a bit.


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