From: Jeremy Hinegardner Date: 2008-12-06T09:57:11+09:00 Subject: Re: rubyscript2exe problem On Fri, Dec 05, 2008 at 01:35:03PM +0900, Mew Shew wrote: > Jeremy Hinegardner wrote: > > > This sounds like a perfect opportunity to use crate on windows. Please > > let me > > know how I can help, I have yet to distribute a windows application with > > it. > > And I want to make sure windows is supported, feel free to contact me on > > or off > > list and we can get you up and running. > > > > enjoy, > > > > -jeremy > > Hey Jeremy, > > Thanks very much for the response. I thought your name looked familiar. > I've been reading through the crate tutorial on your website. > > I extremely keen to get my app working as a self-contained executable > but have so far been unsucessful. I followed your tutorial and hit a > problem quite early. See below: > > C:\>gem install crate > Successfully installed crate-0.1.1 > 1 gem installed > Installing ri documentation for crate-0.1.1... > Installing RDoc documentation for crate-0.1.1... > > C:\>crate -v > C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- logging (LoadError) > from > C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > from C:/Ruby/lib/ruby/gems/1.8/gems/crate-0.1.1/lib/crate.rb:7 > from > C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > from > C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > from > C:/Ruby/lib/ruby/gems/1.8/gems/crate-0.1.1/lib/crate/main.rb:1 > from > C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > from > C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require' > from C:/Ruby/lib/ruby/gems/1.8/gems/crate-0.1.1/bin/crate:7 > from C:/Ruby/bin/crate:19:in `load' > from C:/Ruby/bin/crate:19 > > C:\> > > I can't help but get the impression that there is something that I'm > doing wrong or something wrong with my installation (though I have > reinstalled Ruby and all gems with the same result). > > If you can provide any insight or assistence it would be greatly > appreciated. :) No, this is my mistake, I forgot to include logging as a gem dependency. if you run 'gem install logging' then this error will clear up. I'll push a new version of crate out by monday that has this fix in it. enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner jeremy@hinegardner.org