> 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
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
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
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.
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
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
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
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
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
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
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
11 matches
Mail list logo