Re: [Pyobjc-dev] Developing on 10.5, targeting 10.4u
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-03-26 20:46:31
|
On 26 Mar, 2008, at 18:36, David Bolen wrote: > Ronald Oussoren <ron...@ma...> writes: > >> Fixing all of that is on my todo list, but I don't know when I'll get >> around doing this because (a) I'm working on some other things and >> (b) >> I don't use 10.4 anymore. > > Is it also still true that things will break if the WebKit framework > gets updated on a 10.4 system to the latest version? I'm still using > a 10.4 system (with PyObjC 1.4) to build applications to run on > client's using 10.4, but have been excluding the 10.4.11 upgrade as I > know it brings a later framework (maybe for Safari 3?) and I recall > reading that it would break the build process for my application, as > I currently use WebKit. That's true for PyObjC 1.4. I definely won't fix that, I really don't have time for that. PyObjC 2.x uses a completely different method for wrapping frameworks. The good news is that it should be possible to update the problematic wrappers using tools included with PyObjC 1.4, "Tools/CodeGenerators/ cocoa_generator.py" is the script that I used to create the framework wrappers in PyObjC 1.4. The main portion of that is a Python script that parses header files using regular expressions and generates the Python and ObjC code for the wrappers. Running that on a 10.4.11 system should get you working wrappers for that version of webkit. Ronald > > > -- David > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |