From: Erik Veenstra Date: 2005-04-01T18:59:45+09:00 Subject: Re: QtRuby 1.0.8/Korundum 3.4.0/KDevelop 3.2.0 > 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.