[Pythonmac-SIG] OSX3 install problem

2009-12-03 Thread downie -
Hi List, I'm trying to install Python on OSX10.3.9 , downloaded python-2.6.4_macosx10.3.dmg, but unfortunately the install process ends with 'There have been errors in the install process. Please try again.' Console.log entry is not much more informative: "2009-12-03 20:11:22 + Not a JPEG

Re: [Pythonmac-SIG] OSX3 install problem

2009-12-03 Thread Christopher Barker
downie - wrote: I'm trying to install Python on OSX10.3.9 , downloaded python-2.6.4_macosx10.3.dmg, but unfortunately the install process ends with 'There have been errors in the install process. Please try again.' While it should support 10.3.9, I think there has been very little testing, a

Re: [Pythonmac-SIG] OSX3 install problem

2009-12-03 Thread Ned Deily
In article , downie - wrote: > I'm trying to install Python on OSX10.3.9 , downloaded > python-2.6.4_macosx10.3.dmg, but unfortunately the install process ends with > 'There have been errors in the install process. Please try again.' > Console.log entry is not much more informative: > "2009

Re: [Pythonmac-SIG] OSX3 install problem

2009-12-03 Thread downie -
> To: pythonmac-sig@python.org > From: n...@acm.org > Date: Thu, 3 Dec 2009 13:42:07 -0800 > Subject: Re: [Pythonmac-SIG] OSX3 install problem > > In article , > downie - wrote: > > I'm trying to install Python on OSX10.3.9 , downloaded > > python-2.6.4_macosx10.3.dmg, but unfortunately the

[Pythonmac-SIG] [ann] py-appscript 0.21.0

2009-12-03 Thread has
Hi all, Announcing a new release of Python appscript, an easy-to-use Apple event bridge for the popular Python scripting language. http://appscript.sourceforge.net/py-appscript.html What's new in py-appscript 0.21.0: - A built-in workaround for Mac OS X 10.6's return ID bug prevents oc

[Pythonmac-SIG] Can't build PIL on Snow Leopard

2009-12-03 Thread Xiao Yu
Hi, I apologize for not having caught onto the nuance of differences between the Apple system Python, python.org's Python and MacPort's Python yet. I have installed python.org's Python 2.6.4. I however have trouble building PIL on it. lipo: can't open input file: /var/tmp//ccmUAK0V.out (No su

Re: [Pythonmac-SIG] Can't build PIL on Snow Leopard

2009-12-03 Thread Christopher Barker
First: Does anyone have a PIL binary for Python2.6.4? That would be the easiest way to get it? I built one for Frederik last spring, but I don't know what happened to it, nor do I remember whether it was for py2.5 or py2.6 It's not too hard to do -- at least with 10.5 machine -- I have a 1

Re: [Pythonmac-SIG] Can't build PIL on Snow Leopard

2009-12-03 Thread michael geary
i have a PIL binary for python2.6.1 on Snow Leopard. I use the Apple-native python, and i haven't run the module through any tests to verify it's soundness, but just doing "import Image" in python works just fine... let me know if anyone would like it, or would like to discuss. I can always be