From: conker Date: 2007-01-11T12:50:05+09:00 Subject: Re: Rubyscript2exe FileUtils error That did it! Thanks for the prompt reply and easy fix! Mike Harris wrote: > conker wrote: > > Hi, I am having trouble with rubyscript2exe when FileUtils is in my > > script. The error is easily reproducible: > > > > require "FileUtils" > > puts "Hello World" > > > > RubyScript2EXE does this: > > require "fileutils" > > If you require FileUtils in a different case, it gets required again by > RubyScript2EXE, fileutils.rb gets loaded twice, which causes the > problem. > > -- > Posted via http://www.ruby-forum.com/.