Re: [Pythonmac-SIG] Pygame installation

2005-03-09 Thread Troy Rollins
> You'll need lots of dependencies in order to get pygame up and running. > I suggest just waiting until 1.7 installation packages are released, > which should be a matter of days. > A pyGame install package sounds awesome, this would take care of all the dependencies for pyGame? It was a night

[Pythonmac-SIG] GUI design tools

2005-03-09 Thread Mark Phillips
This may be a perennial subject. If this is an oft-repeated request, I sincerely apologize for wasting bandwidth. I have a database application I would like to build in Python. I use MacOS X as my primary machine, but historically I have supported old MacOS and Windows machines. This makes it h

Re: [Pythonmac-SIG] GUI design tools

2005-03-09 Thread Bob Ippolito
On Mar 9, 2005, at 2:42 PM, Mark Phillips wrote: This may be a perennial subject. If this is an oft-repeated request, I sincerely apologize for wasting bandwidth. I have a database application I would like to build in Python. I use MacOS X as my primary machine, but historically I have supported

Re: [Pythonmac-SIG] GUI design tools

2005-03-09 Thread Michael Hudson
Mark Phillips <[EMAIL PROTECTED]> writes: > This may be a perennial subject. If this is an oft-repeated request, I > sincerely apologize for wasting bandwidth. It's .. not entirely unfamiliar :) > MacOS X as my primary machine, but historically I have supported old > MacOS and Windows machines.

[Pythonmac-SIG] Using Python with Terminal

2005-03-09 Thread Nick Matsakis
Is there a simple way to use python with the Mac Terminal so that the arrow keys will allow you to execute previously executed statements? I'm using python 2.3.0 on 10.3. Also, a random Python question. I'd like to get an arbitrary element from a sets.Set _without_ mutating the sets. The most c

Re: [Pythonmac-SIG] GUI design tools

2005-03-09 Thread Truls A. Tangstad
On Wed, Mar 09, 2005 at 11:42:13AM -0800, Mark Phillips wrote: > This may be a perennial subject. If this is an oft-repeated request, I > sincerely apologize for wasting bandwidth. > > I have a database application I would like to build in Python. I use > MacOS X as my primary machine, but histo

Re: [Pythonmac-SIG] Using Python with Terminal

2005-03-09 Thread Truls A. Tangstad
On Wed, Mar 09, 2005 at 04:13:25PM -0500, Nick Matsakis wrote: > > Is there a simple way to use python with the Mac Terminal so that the > arrow keys will allow you to execute previously executed statements? > I'm using python 2.3.0 on 10.3. Still haven't solved that one myself, but I usually int

Re: [Pythonmac-SIG] Using Python with Terminal

2005-03-09 Thread Bob Ippolito
On Mar 9, 2005, at 4:13 PM, Nick Matsakis wrote: Is there a simple way to use python with the Mac Terminal so that the arrow keys will allow you to execute previously executed statements? I'm using python 2.3.0 on 10.3. install readline, pyrep, or the like.. I'll have a readline installer up at ht

[Pythonmac-SIG] Missing extensions for Panther Python

2005-03-09 Thread Bob Ippolito
The Python 2.3.0 distributed with Mac OS X 10.3 is missing three extensions typically found on other platforms: _bsddb _tkinter readline Since these are part of the standard library, it is somewhat annoying to build them after the fact. I have put together a little svn repository with the rele

Re: [Pythonmac-SIG] Missing extensions for Panther Python

2005-03-09 Thread Chris Barker
Bob Ippolito wrote: Note that _bsddb and readline include their respective dependencies statically, where _tkinter requires TclTkAqua 8.4 from: http://tcltkaqua.sf.net/ not that this is all that big a deal, but how hard would it be to make a single installer for everything that Tkinter needs (an

Re: [Pythonmac-SIG] Missing extensions for Panther Python

2005-03-09 Thread Bob Ippolito
On Mar 9, 2005, at 5:56 PM, Chris Barker wrote: Bob Ippolito wrote: Note that _bsddb and readline include their respective dependencies statically, where _tkinter requires TclTkAqua 8.4 from: http://tcltkaqua.sf.net/ not that this is all that big a deal, but how hard would it be to make a single