From: pere.noel@... (=?ISO-8859-1?Q?Une_b=E9vue?=) Date: 2006-03-11T03:23:44+09:00 Subject: problem with date and date/format i've a RubyCocoa app, working well on my computer, but this app crashed on another one the error message being : /Applications/BookmarksMerge.app/Contents/Resources/ThirdParty/date/ format.rb:6: Date is not a class (TypeError) from /Applications/BookmarksMerge.app/Contents/Resources/ThirdParty/ date.rb:197 from /Applications/BookmarksMerge.app/Contents/Resources/rb_main.rb:43 the line 43 in my rb_main.rb being : require 'date' line 6 of format.rb being simply : class Date and line 197 of date.rb : require 'date/format' how this could work on one computer and not on another ??? -- une b�vue