From: Ramiro Diaz Trepat Date: 2008-01-04T02:04:56+09:00 Subject: Re: [noob] Mechanize problem Thank you very much Ryan ! It was as silly as that.... sorry. On Jan 3, 2008 8:51 AM, Ryan Davis wrote: > > On Jan 2, 2008, at 22:20 , Ramiro Diaz Trepat wrote: > > > I can't run even the most trivial examples of Mechanize, neither on > > Ubuntu nor in Leopard because I get the following error: > > > > ./mechanize.rb:4: uninitialized constant WWW (NameError) > > rename your script from mechanize.rb to something else. '.' is in your > path so the require 'mechanize' you (should) have does nothing. > > Bites us all now and then. > > >