Unable to load win32/api.so from ruby script -
the command run following :
c:\v4\framework\scripts > ruby scm.rb
the error following :
c:/rubby/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in require: 126: specified module not found. - c:/rubby/lib/ruby/gems/2.4.0/gems/win32-api-1.4.8-x86-mingw32/lib/win32/ruby19/win32/api.so (loaderror) c:/rubby/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require' c:/rubby/lib/ruby/gems/2.4.0/gems/win32-api-1.4.8-x86-mingw32/lib/win32/api.rb:2:in
the first few lines of calling script looks following :
require 'watir/win32ole' require 'windows/com' require 'windows/window/message'
the second line giving load error. googled , not able find solution.
wiki
Comments
Post a Comment