Re: [Pyobjc-dev] PyObjC & Fink
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-09-23 15:14:11
|
On Monday, Sep 23, 2002, at 16:52 Europe/Amsterdam, Bill Bumgarner wrote: > I'll whip up a Fink package that install python 2.3 alpha and work > with that... not a problem and likely easier than trying to backport. You might want to do a 'cvs update' of PyObjC before you start hacking. I've just checked in a number of changes, including a fix for the memory leak I mentioned before (I've stared at the buggy part of the code at least 10 times and somehow missed the (pretty silly) bug every time :-(). I also included yet another example application that I wrote for a PyObjC demo at a meeting of Dutch Mac programmers: iClass; a class browser for Cocoa. In just 250 lines of code... > > Though, I will try the fix you mention as it would be nice to have the > pyobjc module work against the current production version of Python, > if at all possible. Let me know about the results. I'm curious if this is possible at al. Ronald |