Gem_orinial_require issue

S

Shawn Sullivan

=20
am fairly new to ruby so please help me. I am getting the
"gem_orginal_require" error.
Here is what I have.
The following gems installed:

*** LOCAL GEMS ***
activerecord (1.15.3)
Implements the ActiveRecord pattern for ORM.
activesupport (1.4.2)
Support and utility classes used by the Rails framework.
fastthread (1.0)
Optimized replacement for thread.rb primitives
hoe (1.2.1)
Hoe is a way to write Rakefiles much easier and cleaner.
hpricot (0.6)
a swift, liberal HTML parser with a fantastic library
mechanize (0.6.9)
Mechanize provides automated web-browsing
rake (0.7.3)
Ruby based make-like utility.
rubyforge (0.4.2)
A simplistic script which automates a limited set of rubyforge
operations
scrubyt (0.3.0)
A powerful Web-scraping framework
sources (0.0.1)
This package provides download sources for remote gem installatio
=20
The version of ruby installed: ruby 1.8.6 (2007-03-13 patchlevel 0)
[i686-linux]
=20
And here is the script I am trying to run
=20
#!/usr/bin/ruby
=20
require 'rubygems'
require 'scrubyt'
=20
google_data =3D Scrubyt::Extractor.define do
fetch 'http://www.google.com/ncr'
fill_textfield 'q', 'ruby'
submit
=20
result 'Ruby Programming Language'
end
=20
google_data.to_xml.write($stdout, 1)
Scrubyt::ResultDumper.print_statistics(google_data)

=20
And finally the errors I get:
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- parse_tree_reloaded
(LoadError)
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/lib/ruby/gems/1.8/gems/scrubyt-0.3.0/lib/scrubyt.rb:9
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
`gem_original_require'
from
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from ./test.rb:4

=20
Any help would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,067
Latest member
HunterTere

Latest Threads

Top