From: Steve Klabnik Date: 2011-03-12T08:42:13+09:00 Subject: Re: Problem in script help (shoes) --001636c594ffd13d78049e3d82b8 Content-Type: text/plain; charset=ISO-8859-1 You can check the Shoes Console with command-/. When typing something into the search bar, I see 'uninitialized constant Shoes::App::SomeDataProcessing.' This happens because you use SomeDataProcessing before you define it. Moving the definition above gives an error about not having the data file, do you have an example of the format it's in? --001636c594ffd13d78049e3d82b8--