From: Tiffani Ashley Bell Date: 2006-12-01T08:08:37+09:00 Subject: Re: [ANN] aws/s3 0.1.0 (initial release) ------=_Part_1997_11932136.1164928112343 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Should I be getting this after following the install instructions in the aws/s3 Rubydocs? theBox:~ muppet $ irb -rubygems irb(main):001:0> require 'aws/s3' NameError: uninitialized constant XML from /usr/local/lib/ruby/gems/1.8/gems/aws- s3-0.1.1/lib/aws/s3/extensions.rb:119:in `const_missing' from /usr/local/lib/ruby/gems/1.8/gems/aws-s3-0.1.1/lib/aws/s3.rb:59 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from (irb):1 It looks somewhat like the problems that sprung up in another stack trace someone posted. Upon removing const_missing_from_s3_library, I still get the following error: /usr/local/lib/ruby/gems/1.8/gems/aws-s3-0.1.1/bin/../lib/aws/s3.rb:60:NameError: uninitialized constant XML I've got xml-simple installed, so I don't know what's going on. Any ideas? TIA. ------=_Part_1997_11932136.1164928112343--