On Wed, Jan 7, 2009 at 3:35 AM, Brian Fisher <br...@hamsterrepublic.com> wrote: > On Tue, Jan 6, 2009 at 12:22 AM, René Dudfield <ren...@gmail.com> wrote: >> >> - Remove pyobjc dependency on macosx > > > I've been looking at removing pyobjc dependency a bit, but like Nirav, I > don't want to being on my to do list to stop anybody else who has wanted to > contribute to that from doing so. > > Basically, it looks to me like it ought to be fairly straightforward to add > a .m (objective-C) source file to the pygame sources that will be compiled > in only for Mac, and that it would just replace what is in the macosx.py or > whatever file that uses pyobjc now. I don't know exactly how to do any of > that, but I've been looking at the pyobjc sources for a bit of reference. > > If anybody else wants to help with that, I'd be happy to sync up. > >
Indeed. It might be a good idea to try and remove as much of the macosx.py that is there as possible... then try and add in what you need until it is working. cheers,