From: Jonathan P. <jp...@dc...> - 2005-12-21 09:28:19
|
On 19 Dec 2005, at 17:54, Anne G wrote: > 2005-12-19 18:44:42.170 SimpleApp[557] Can't open input > server /Library/InputManagers/SIMBL > 2005-12-19 18:44:42.447 SimpleApp[557] MyView(0x3fbe60) - > NSView not correctly initialized. Did you forget to call > super? > > With all the examples, I can see how rubycocoa works, but > it would be nice to have examples which run without errors Did you find out what you have got installed that requires SIMBL? Try moving the directory "SIMBL" in /Library/InputManagers to the trash and trying again. The second error you're seeing (about NSView not being correctly initialised) is something to do with RubyCocoa, but it's not yet been resolved. Things seem to work okay despite the error message. |