[Pythonmac-SIG] ANN: pygame 1.7.0 for Mac OS X 10.3

2005-03-11 Thread Bob Ippolito
Although the official sdist tarball isn't cut yet, I've packaged what should be pygame 1.7.0 for Mac OS X 10.3 users. It is available from pythonmac.org packages at: http://pythonmac.org/packages/ This installer ships with: pygame: Installed to /Library/Python2.3/ pygame header

[Pythonmac-SIG] PyMac_Initialize()?

2005-03-11 Thread has
Hi, Reading up on embedding the Python interpreter, and says to use PyMac_Initialize() instead of Py_Initialize() to initialise it on Mac; however it doesn't appear to be declared. Is this a typo in the Python docs? has -- http://freespace.vi

Re: [Pythonmac-SIG] PyMac_Initialize()?

2005-03-11 Thread Bob Ippolito
On Mar 11, 2005, at 6:21, has wrote: Reading up on embedding the Python interpreter, and says to use PyMac_Initialize() instead of Py_Initialize() to initialise it on Mac; however it doesn't appear to be declared. Is this a typo in the Python

Re: [Pythonmac-SIG] ANN: pygame 1.7.0 for Mac OS X 10.3

2005-03-11 Thread Troy Rollins
I've packaged what > should be pygame 1.7.0 for Mac OS X 10.3 users. > It is available from pythonmac.org packages at: > http://pythonmac.org/packages/ On my OSX.3.8, the installer starts with a dialog which says "The installationCheck tool was either not readable or not executable." And then it o

Re: [Pythonmac-SIG] ANN: pygame 1.7.0 for Mac OS X 10.3

2005-03-11 Thread Bob Ippolito
On Mar 11, 2005, at 9:04, Troy Rollins wrote: I've packaged what should be pygame 1.7.0 for Mac OS X 10.3 users. It is available from pythonmac.org packages at: http://pythonmac.org/packages/ On my OSX.3.8, the installer starts with a dialog which says "The installationCheck tool was either not rea

Re: [Pythonmac-SIG] ANN: pygame 1.7.0 for Mac OS X 10.3

2005-03-11 Thread Jörg Kantel
Hi Bob, Am 11.03.2005 um 09:31 schrieb Bob Ippolito: Although the official sdist tarball isn't cut yet, I've packaged what should be pygame 1.7.0 for Mac OS X 10.3 users. It is available from pythonmac.org packages at: http://pythonmac.org/packages/ I gave it a try and it works fine. I've wrote

[Pythonmac-SIG] Eric 3.6.2

2005-03-11 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I got it to install, somehow (hosed my desktop in the process: NEVER run sudo python install.py on your desktop!!). So no need for anyone else to test it. Eric3 was the holdup on assembling a new installer of PyQt for Mac; the new PyQt does some things

Re: [Pythonmac-SIG] Eric 3.6.2

2005-03-11 Thread Bob Ippolito
On Mar 11, 2005, at 5:35 PM, Kevin Walzer wrote: I got it to install, somehow (hosed my desktop in the process: NEVER run sudo python install.py on your desktop!!). So no need for anyone else to test it. Really makes me trust that using Eric 3 is safe! hah :) -bob ___