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

2005-03-12 Thread Bob Ippolito
On Mar 12, 2005, at 19:06, Heiko Hartmann wrote: I installed the pygame 1.7.0 distribution on my Mac (Mac OS X 10.3.8 with Python 2.3.5) and I get the following error when I initialize the display mode in a window (taken from the Apple Bug Report): ... This code did work with the pygame 1.6 distr

Re: [Pythonmac-SIG] Matplotlib warning means what?

2005-03-12 Thread Bob Ippolito
On Mar 12, 2005, at 17:55, Brendan Simons wrote: I've been tooling around with matplotlib, as graciously packaged by Chris Barker, and hosted on Bob Ippolito's pythonmac.org/packages site. Everything seems to be working smoothly, but I've run into a couple of warnings I can't decrypt. 1) Exe

[Pythonmac-SIG] Matplotlib warning means what?

2005-03-12 Thread Brendan Simons
I've been tooling around with matplotlib, as graciously packaged by Chris Barker, and hosted on Bob Ippolito's pythonmac.org/packages site. Everything seems to be working smoothly, but I've run into a couple of warnings I can't decrypt. 1) Executing the following code, #! /usr/bin/pythonw

Re: [Pythonmac-SIG] GUI design tools

2005-03-12 Thread Troy Rollins
> >> I > >> thought someone had built a wxGlade package for OS-X. > > wxDesigner is available, and the cost of its being commercial is not an issue. Its pretty limited functionality is more the issue. It does not seem capable of building complex windows, more aimed at dialog boxes, and even then t

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

2005-03-12 Thread Heiko Hartmann
Hello, I installed the pygame 1.7.0 distribution on my Mac (Mac OS X 10.3.8 with Python 2.3.5) and I get the following error when I initialize the display mode in a window (taken from the Apple Bug Report): Date/Time: 2005-03-12 16:00:34 -0800 OS Version: 10.3.8 (Build 7U16) Report Ve

Re: [Pythonmac-SIG] GUI design tools

2005-03-12 Thread Charles Hartman
"Quite reasonable" seems to mean $129. Too much for me, though I'm tempted to try it & talk myself into it. On Mar 10, 2005, at 9:39 PM, Chris Barker wrote: Have you tried wxDesigner? It's commercial, but quite reasonable. And I thought someone had built a wxGlade package for OS-X. (Yes, but I c

Re: [Pythonmac-SIG] Trouble installing mxdatetime

2005-03-12 Thread Kevin Dangoor
Sounds like you might not have Xcode/Developer Tools installed. They don't come installed by default. Kevin Jason Van Anden wrote: Hi, I was attempting to install mxdatetime on a mac mini - but it fails when I run setup. Repeated messages tell me it was unable to execute gcc. I unzipped the r

[Pythonmac-SIG] Trouble installing mxdatetime

2005-03-12 Thread Jason Van Anden
Hi, I was attempting to install mxdatetime on a mac mini - but it fails when I run setup. Repeated messages tell me it was unable to execute gcc. I unzipped the release in a temp folder and ran: sudo python setup.py install Advice appreciated. J ___