[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

exerb4.2.0 don't work with ruby1.8.7 and yaml

Wu Junchen

7/1/2008 6:49:00 AM

There is my test.rb:
require 'yaml'
config = YAML::load(File.open("config.yml"))

and there is my config.yml:
topic: forum-39-thread-11173510-1-1

"mkexy test.rb" and "exerb test.exy" can execute all right and generate
test.exe,
but when I execute test.exe,it raise an error:
yaml.rb:9:in `require': Win32API Error #127
(ExerbRuntime::Error)
from yaml.rb:9
How can I fix it?Any help will be appreciated!
--
Posted via http://www.ruby-....