no such file to load -- rexml_helper (LoadError)

A

Active View

Hi,

I am facing the above error. I am having Ubuntu 9.04 system with Ruby
1.8 running. Please advice. Thanks in advance.

Best Regards,
Active Noob
 
R

Ryan Davis

I am facing the above error. I am having Ubuntu 9.04 system with Ruby
1.8 running. Please advice. Thanks in advance.

There is no rexml_helper in the standard ruby distribution... maybe
you are missing a dependency (some 3rd party code that provides
rexml_helper)?
 
A

Active View

Hmm... No wonder when I tried to do a google search, nothing much seems
to appear... Thanks!

require 'gtk2'
require 'open-uri'
require 'rexml/document'
require 'rexml_helper'
include REXML

Above is part of my code. Not sure if it can helps the experts here to
guide me on what dependency I could have missed out. Thanks for advance!
 
7

7stud --

Active said:
Hmm... No wonder when I tried to do a google search, nothing much seems
to appear... Thanks!

require 'gtk2'
require 'open-uri'
require 'rexml/document'
require 'rexml_helper'
include REXML

Above is part of my code. Not sure if it can helps the experts here to
guide me on what dependency I could have missed out. Thanks for advance!

require 'porsche'

puts 'hello'


--output:--
r1test.rb:1:in `require': no such file to load -- porsche (LoadError)
from r1test.rb:1
 

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

No members online now.

Forum statistics

Threads
474,169
Messages
2,570,919
Members
47,458
Latest member
Chris#

Latest Threads

Top