>>>>> "F" == Ferenc Engard <ferenc / engard.hu> writes: F> I just tell here, that both the 1.6.8-6 and the 1.8.0-2 ruby packages F> are break on this simple script: What is your version of tcl/tk : if it's 8.4 try to downgrade to 8.3 pigeon% cat b.rb require 'tk.rb' begin raise "blah" rescue puts "rescued" end pigeon% pigeon% ruby b.rb rescued pigeon% Guy Decoux