[Pythonmac-SIG] [ann] Appscript Installer 1.4 released

2006-08-17 Thread has
Hi all, New appscript binaries are available at: http://appscript.sourceforge.net/download.html Some API changes, and various bug fixes, improvements and performance optimisations. Before installing appscript, please see the accompanying 'Read Me First' file for a list of changes and instr

Re: [Pythonmac-SIG] readline on OS X 10.4 on Intel?

2006-08-17 Thread Christopher Barker
Bob Ippolito wrote: > Install universal Python 2.4, http://www.pythonmac.org/packages/py24-fat/ -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seat

Re: [Pythonmac-SIG] readline on OS X 10.4 on Intel?

2006-08-17 Thread Bob Ippolito
On 8/17/06, Simon Willison <[EMAIL PROTECTED]> wrote: > Hi, > > I've just got my hands on a MacBook Pro, but the old trick for getting > readline running for Python no longer works: > > $ python `python -c "import pimp; print pimp.__file__"` -i readline > Traceback (most recent call last): > ... .

[Pythonmac-SIG] readline on OS X 10.4 on Intel?

2006-08-17 Thread Simon Willison
Hi, I've just got my hands on a MacBook Pro, but the old trick for getting readline running for Python no longer works: $ python `python -c "import pimp; print pimp.__file__"` -i readline Traceback (most recent call last): ... ... urllib2.HTTPError: HTTP Error 404: Not Found Further investigati