From: "QUEISSER,ANDREW (HP-Corvallis,ex1)" Date: 2002-04-13T07:09:27+09:00 Subject: RE: [ANN] Ruby/Google I installed the Google thing and tried to install all the SOAP4R dependencies. At some point I had to install URI, which seems to have disappeared from RAA. I found a uri.rb somewhere but I'm getting the error below. I'm using the Win32 port from the PragmaticProgrammers site. Can someone help? Thanks, Andrew f:/ruby/lib/ruby/site_ruby/1.6/http-access2.rb:291:in `uriStr=': undefined metho d `parse' for URI:Class (NameError) from f:/ruby/lib/ruby/site_ruby/1.6/http-access2.rb:275:in `initialize' from f:/ruby/lib/ruby/site_ruby/1.6/http-access2.rb:170:in `new' from f:/ruby/lib/ruby/site_ruby/1.6/http-access2.rb:170:in `request' from f:/ruby/lib/ruby/site_ruby/1.6/soap/streamHandler.rb:133:in `sendPO ST' from f:/ruby/lib/ruby/site_ruby/1.6/soap/streamHandler.rb:95:in `send' from f:/ruby/lib/ruby/site_ruby/1.6/soap/proxy.rb:101:in `invoke' from f:/ruby/lib/ruby/site_ruby/1.6/soap/proxy.rb:109:in `call' from f:/ruby/lib/ruby/site_ruby/1.6/soap/driver.rb:139:in `call' from (eval):2:in `doGoogleSearch' from f:/ruby/lib/ruby/site_ruby/1.6/google.rb:122:in `search' from F:\rubystuff\ruby-google-0.1.0\examples\search.rb:13 > -----Original Message----- > From: Dave Thomas [mailto:Dave@PragmaticProgrammer.com] > Sent: Friday, April 12, 2002 1:10 PM > To: ruby-talk@ruby-lang.org > Subject: Re: [ANN] Ruby/Google > > > Tobias Reif writes: > > > Ian Macdonald wrote: > > > > > > > The project's page is at http://www.caliban.org/ruby/ > > > > > > did someone get this to run on Windows? > > Works for me (I just installed it on my 2k box so I can play with it > on the road). There are problems under cygwin, but it works using the > MSWin port that I built from source. > > > Dave >