Thanks for the fast turnaround. I'm running on 10.5.6 on 1 MacBook Pro 17", Core 2 Duo at 2.33 GHz. As far as running the commands manually, here are the results. Last login: Thu Jan 29 19:25:20 on ttys001 travelers-macbook-pro-17:~ traveler$ macruby -e "NSBundle.bundleWithPath('/System/Library/Frameworks/ Cocoa.framework').load; p :ok" :ok travelers-macbook-pro-17:~ traveler$ macruby -e "framework 'Cocoa'" -e:1:in `framework': framework at path `Cocoa' cannot be loaded: Error Domain=NSCocoaErrorDomain Code=4 UserInfo=0x10966f0 "The bundle “Cocoa” could not be loaded because its executable could not be located." (RuntimeError) from -e:1:in `<main>' travelers-macbook-pro-17:~ traveler$ I hope you can figure this out! BTW, is there a way to change my setting from digest to individual messages? Thanks again, Bob Schaaf On Jan 29, 2009, at 12:24 PM, macruby-devel- request@lists.macosforge.org wrote:
macruby -e "NSBundle.bundleWithPath('/System/Library/Frameworks/ Cocoa.framework').load; p :ok"