From: Wayne Vucenic Date: 2005-10-13T09:38:54+09:00 Subject: Re: Anyone use "syndication" gem? Hi Kevin, I installed Syndication on WindowsXP and tried your example. I got the same error you got. I then used a utility to snoop on file system activity, and saw that require was looking for syndication.rb in the wrong place. The requires should actually be: require 'open-uri' require 'syndication/syndication' require 'syndication/rss' With these changes, your example now works OK on my system. Hope this helps. Wayne Vucenic No Bugs Software "Ruby and C++ Agile Contract Programming in Silicon Valley"