Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-16 Thread Noah Kantrowitz
Yes, that is what it does actually. The reason for need a new port for pygame was partially because I just removed the dependency on pyobjc completely, and let it use the system one. --Noah Brian Fisher wrote: That sounds like great work, Noah I haven't tried to run it myself, but it looks

Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-16 Thread René Dudfield
Is anyone able to update the wiki for Leopard compile instructions? http://pygame.org/wiki/MacCompile On Dec 16, 2007 10:37 PM, Noah Kantrowitz [EMAIL PROTECTED] wrote: Yes, that is what it does actually. The reason for need a new port for pygame was partially because I just removed the

Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-15 Thread Brian Fisher
I just upgraded my iMac to Leopard, and deleted my framework build of python 2.4 so I could test out the packages here: http://pythonmac.org/packages/py24-fat/index.html I installed this: http://pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg then this:

Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-15 Thread Brian Fisher
On Dec 15, 2007 3:51 PM, Nathan [EMAIL PROTECTED] wrote: Sorry, that was supposed to say Not in the case of PyObjC 1.4... Try installing it with macports. You'll get to experience the problems yourself. thanks for clearing up how to repro the problem you experienced (install through macports)

Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-15 Thread Brian Fisher
That sounds like great work, Noah I haven't tried to run it myself, but it looks like you've got a ports file for PyObjC 1.4 there - the system python on leopard should have PyObjC 2.0 built into it (looks like one could get source here: http://svn.red-bean.com/pyobjc/tags/r200-leopard ), so I

Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-12 Thread Brian Fisher
I was wondering about all the Leopard support questions recently, wouldn't the python 2.4 packages here: http://pythonmac.org/packages/py24-fat/index.html all work on leopard? I know it's not python 2.5, and not the system python, but it shouldn't have any of the pyobjc problems (cause of the

[pygame] Mac OS X 10.5, Leopard Support

2007-12-10 Thread Olle Olsson
Hello. What's the statup of PyGame for Leopard? Compiling with Macports or Fink doesn't work due to the dependancy on PyObjC. PyObjC got re-written for Leopard and is now v2.0. It is included with the OS version of Python (v1.4 simply won't compile under Leopard). The OS Python version

Re: [pygame] Mac OS X 10.5, Leopard Support

2007-12-10 Thread Nathan
I've asked the same thing twice on this list, and gotten zero response. I also asked the macports people for help, zero response. I also asked the PyObjC people for help, and basically got PyObjC 2 is included with Leopard, duh as a response - as if that somehow helps. I've since discovered and