I'm using Ruby 1.9.3 on Windows 7, 32-Bit. I installed qtbindings using the following command :
gem install qtbindings
The process completed without any error. Later, I tried to test whether the gem had installed properly or not by running : require ‘Qt’ in irb. But I get the following error :
NameError : uninitialized constant Qt::RubyThreadFix::Queue.
Incidently, when I test : require ‘qtuitools’, irb returns => true.
Hi,
I'm using Ruby 1.9.3 on Windows 7, 32-Bit. I installed qtbindings using the following command : gem install qtbindings The process completed without any error. Later, I tried to test whether the gem had installed properly or not by running : require ‘Qt’ in irb. But I get the following error : NameError : uninitialized constant Qt::RubyThreadFix::Queue.
Incidently, when I test : require ‘qtuitools’, irb returns => true.
Have I missed a step? How could I fix it?