Re: [Pyobjc-dev] Dinu's ReSTEdit Refactored
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2004-02-17 16:25:14
|
On Feb 17, 2004, at 1:46 AM, Dinu Gherman wrote: > Now I've built it on 10.2.8 with PyObjC from CVS, but on both, > 10.2.8 (with Safari 1.0) and 10.3.2 (with Sadari 1.2), I'm getting > this message when launching this version of ReSTedit: > > Traceback (most recent call last): > File > "/Users/dinu/Desktop/source/build/ReSTedit.app/Contents/Resources/ > __main__.py", line 21, in ? > sys.exit(AppKit.NSApplicationMain([])) > objc.error: NSInvalidUnarchiveOperationException - *** > -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of > class (WebView) It won't run on 10.2.8, that is certain, as I'm using Cocoa Bindings. I'm not sure why it won't work under 10.3.2. Are you using buildapp.py or are you building via the Xcode project? If buildapp.py, it likely needs to have the WebKit framework added to the build. b.bum |