From: jogloran Date: 2006-03-30T20:30:52+09:00 Subject: HighLine problems ------=_Part_3694_4235115.1143718247676 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I have a little application which uses the HighLine 1.2.0 gem: it's worked perfectly under Windows and Linux. When invoked in Mac OS X, however, I get= : /opt/local/lib/ruby/gems/1.8/gems/highline-1.2.0/lib/highline.rb:576:in `get_line': The input stream is exhausted. (EOFError) from /opt/local/lib/ruby/gems/1.8/gems/highline-1.2.0/lib/highline.= rb:596:in `get_response' from /opt/local/lib/ruby/gems/1.8/gems/highline-1.2.0/lib/highline.= rb:177:in `ask' from /opt/local/lib/ruby/gems/1.8/gems/highline-1.2.0/lib/highline.= rb:272:in `choose' from lib2.rb:90:in `ask_action' from lib2.rb:22:in `initialize' from lib2.rb:21:in `initialize' from lib2.rb:303 when I try to read input. This is ruby 1.8.4 (2005-12-24) [i686-darwin8.5.2]. I'd be happy to hear any ideas. Thanks... jogloran ------=_Part_3694_4235115.1143718247676--