Re: [Pythonmac-SIG] add other Python distros to the downloads page?

2006-02-15 Thread Bill Janssen
All right, I've added a wiki page (have I mentioned how much I dislike wiki markup syntax? oh, well...) called PythonDistributionsForMac. Everybody, please review if you care, and fix as necessary. Trent, you'll want to add a fuller description of ActivePython. I'll put a link to this page at th

Re: [Pythonmac-SIG] add other Python distros to the downloads page?

2006-02-15 Thread Bob Ippolito
On Feb 15, 2006, at 6:06 PM, Trent Mick wrote: > [Bill Janssen wrote] >> I was thinking of adding a section at the bottom with pointers to the >> ActiveState Python along with the fink and DarwinPorts Python > > "ActivePython" we call it. > >> downloads. Are there others we might mention? Isn't

Re: [Pythonmac-SIG] add other Python distros to the downloads page?

2006-02-15 Thread Trent Mick
[Bill Janssen wrote] > I was thinking of adding a section at the bottom with pointers to the > ActiveState Python along with the fink and DarwinPorts Python "ActivePython" we call it. > downloads. Are there others we might mention? Isn't there a big > SciPy installer, too. "enthon" they call i

Re: [Pythonmac-SIG] add other Python distros to the downloads page?

2006-02-15 Thread Robert Kern
Bill Janssen wrote: > I was thinking of adding a section at the bottom with pointers to the > ActiveState Python along with the fink and DarwinPorts Python > downloads. Are there others we might mention? Isn't there a big > SciPy installer, too. You are probably thinking of MacEnthon. It was jus

[Pythonmac-SIG] add other Python distros to the downloads page?

2006-02-15 Thread Bill Janssen
I was thinking of adding a section at the bottom with pointers to the ActiveState Python along with the fink and DarwinPorts Python downloads. Are there others we might mention? Isn't there a big SciPy installer, too. Bill ___ Pythonmac-SIG maillist -

Re: [Pythonmac-SIG] Build script for Universal Python

2006-02-15 Thread Bill Janssen
> Using the same icon as the web site is a very good idea. I'd actually rather use a different icon from the Web site, though incorporating design elements from the Web site's icon might be a good idea. I'm eager to see what Kevin and his designers come up with. Bill

Re: [Pythonmac-SIG] Build script for Universal Python

2006-02-15 Thread Christopher Barker
Ronald Oussoren wrote: > only reason > for having a discussion about the icon anyway is that some people claim > that > a photo-realistic snake-related image will scare some users away. The other reason is that we don't want to use an Apple trademark. > http://beta.python.org/ I don't love it,

Re: [Pythonmac-SIG] Fwd: runnig code step by step

2006-02-15 Thread Bob Ippolito
The easiest way is to change the text to say "press return to continue". The problem is that stdin defaults to reading a line at a time (at the OS level), and you have to go through a lot of trouble fiddling with obscure terminal settings if you want to be able to capture individual charac

[Pythonmac-SIG] Fwd: runnig code step by step

2006-02-15 Thread Perico
Hi guys!!! > > I have that piece of code: > > while 1: > a=raw_input("Press a key to continue") > > > I'd like to change the last line, I don't want to control a key > press if not I want to control a button of the form > > > My question is if somthing exists to control the push button event