Allen wrote:> Thanks for responding Kevin. Here''s the results:
>
> irb(main):001:0> require ''wx''
> LoadError: no such file to load -- wx
> from (irb):1:in `require''
> from (irb):1
> irb(main):003:0> require ''wxruby2''
> LoadError: no such file to load -- wxruby2
> from (irb):3:in `require''
> from (irb):3
> from :0
It definitely seems to be a problem with how gem is working on your
system. But you are saying that other gems have been working fine?
I am completely baffled. It''s probably something small and easy that
I''m
just not thinking of.
Oh, I did just think of one other thing. One of my systems ended up in a
confused state because it had 2 different gem installations. You could
try uninstalling rubygems, looking around to make sure there isn''t
another partial copy left over (and deleting it if there is), then
reinstalling rubygems.
> Finally, I didn''t receive your response as e-mail. I had to go to
the
> archives and lo! there it was. Is something wrong with the listserve?
Not that I have seen or heard of. Hopefully it was just a transient
problem and you will get this one.
Kevin