Michal Suchanek wrote: > > Maybe I am missing some subtlety of macports or there are multiple > curses libraries .. but aren't curses a stdlib extension which should > need no gem? > > Thanks > > Michal There is a basic curses which comes in stdlib. However, ncurses adds more to it. It *seems* that the ncurses that is installed with "port install ncurses" is the 1.8 version. It does not run with 1.9. However, ncurses-ruby (1.2.4) does work with 1.9, however, there is no gem for it. You have to make the gem yourselves and install it. -- Posted via http://www.ruby-forum.com/.