Installed gem does not load

R

Ralph Shnelvar

[Note: parts of this message were removed to make it a legal post.]

I am attempting run, in 1.8.6, an fxruby sample called babelfish.rb

babelfish.rb requires a gem called tranexp

I installed the gem and
gem list --local produces (in part)
produces
tranexp (1.0.1)

I, of course, tried to run babelfish.rb.

Of course, it wouldn't run ...
- - -
babelfish.rb:4:in `require': no such file to load -- tranexp (LoadError)
from babelfish.rb:4
- - -

What would prevent tranexp to load when all other gems load just fine?
 
R

Roger Pack

I, of course, tried to run babelfish.rb.

Of course, it wouldn't run ...
- - -
babelfish.rb:4:in `require': no such file to load -- tranexp (LoadError)
from babelfish.rb:4
- - -

What would prevent tranexp to load when all other gems load just fine?

do you have a require 'rubygems' in there?
-r
 

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

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top