> An 'include Qt' statement in qtruby.rb where a couple of > methods were being added to class Module was causing all the > Qt methods to be added to Module. Oops, this a really serious > bug. Various methods in qtruby.rb are now module methods in > the Qt::Internal module. This "hack" caused a problem in RubyScript2Exe when trying to "compile" a Ruby application which uses Qt. I've tested the combination RubyScript2Exe and Qt with a little HelloWorld program. It works! gegroet, Erik V.