it runs correctly. I AM aware of the need to load rubygems. Therefore
in my program, I have the explicit statements:
require ‘rubygems’
require ‘wx’
As a result, I’m not sure what could be the problem. Can anyone offer
any help?
Do you have multiple different versions of Ruby installed on your
system, one with wxRuby installed, and one without? Perhaps the ruby
being used when you invoke it the first way (timeclock.rb) isn’t the
same as the ruby in PATH - what’s the shebang line?
alex
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.