Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 7:42 AM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jul 12, 2006, at 11:28 AM, Michael Glassford wrote: >>> Bob Ippolito wrote: On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: and second it's not what you're running anyway! Look at the site- p

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-14 Thread Michael Glassford
Bob Ippolito wrote: > On Jul 12, 2006, at 11:28 AM, Michael Glassford wrote: > >> Bob Ippolito wrote: >>> On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: >>> and second it's not what you're running anyway! Look at the site- >>> packages dir in the exception, that's a normal unix install,

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-12 Thread Bob Ippolito
On Jul 12, 2006, at 11:28 AM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: >>> >> and second it's not what you're running anyway! Look at the site- >> packages dir in the exception, that's a normal unix install, not >> a framework i

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-12 Thread Michael Glassford
Bob Ippolito wrote: > On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: > >> 2) When I run python (either the one I built, from >> /usr/local/bin/python2.4, or the one installed by the universal binary >> installer at >> /Library/Frameworks/Python.framework/Versions/2.4/python2.4), and >> "imp

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-12 Thread Bob Ippolito
On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: > 2) When I run python (either the one I built, from > /usr/local/bin/python2.4, or the one installed by the universal binary > installer at > /Library/Frameworks/Python.framework/Versions/2.4/python2.4), and > "import appscript", for example,

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-12 Thread Michael Glassford
Here's what I think happened: Before I realized XCode wasn't installed, I installed QuickTime7SDK, and CoreAudioSDK (both to solve specific errors). Then I installed XCode 1.5, which appeared to replace the QuickTime.framework version 7 with version 6, but didn't touch QTKit.framework (because

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-11 Thread Ronald Oussoren
On Jul 11, 2006, at 7:41 PM, Bob Ippolito wrote: > > On Jul 11, 2006, at 10:33 AM, Piet van Oostrum wrote: > >>> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: >> >>> MG> I've found references online to similar problems when >>> QuickTime 7 is >>> MG> installed on OS X 10.3.9 (which is the

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-11 Thread Bob Ippolito
On Jul 11, 2006, at 10:33 AM, Piet van Oostrum wrote: >> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: > >> MG> I've found references online to similar problems when >> QuickTime 7 is >> MG> installed on OS X 10.3.9 (which is the case here), but no >> solutions. I'd >> MG> gladly down

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-11 Thread Piet van Oostrum
> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: >MG> I've found references online to similar problems when QuickTime 7 is >MG> installed on OS X 10.3.9 (which is the case here), but no solutions. I'd >MG> gladly downgrade to an earlier version of QuickTime if I knew how (I'm >MG> not us

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-10 Thread Michael Glassford
Michael Glassford wrote: > Ronald Oussoren wrote: >> On Jul 8, 2006, at 5:27 PM, Piet van Oostrum wrote: >> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: MG> As far as I can tell, XCode isn't installed at all. I ran the XCode 2.3 MG> installer, but it says "You can only

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-08 Thread Michael Glassford
Ronald Oussoren wrote: > > On Jul 8, 2006, at 5:27 PM, Piet van Oostrum wrote: > >>> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: >> >>> MG> As far as I can tell, XCode isn't installed at all. I ran the >>> XCode 2.3 >>> MG> installer, but it says "You can only install this software on

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-08 Thread Michael Glassford
Piet van Oostrum wrote: >> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: > >> MG> As far as I can tell, XCode isn't installed at all. I ran the XCode 2.3 >> MG> installer, but it says "You can only install this software on MacOS >> MG> 10.4". I couldn't find installers for any earlier ve

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-08 Thread Piet van Oostrum
> Ronald Oussoren <[EMAIL PROTECTED]> (RO) wrote: >RO> Michael, do you have a /Developer folder on your system? If you do >RO> you have some edition of the developer tools installed. IIRC, the developer tools had a different name than XCode in older versions of Mac OS X. -- Piet van Oostru

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-08 Thread Ronald Oussoren
On Jul 8, 2006, at 5:27 PM, Piet van Oostrum wrote: Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: MG> As far as I can tell, XCode isn't installed at all. I ran the XCode 2.3 MG> installer, but it says "You can only install this software on MacOS MG> 10.4". I couldn't find installers f

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-08 Thread Piet van Oostrum
> Michael Glassford <[EMAIL PROTECTED]> (MG) wrote: >MG> As far as I can tell, XCode isn't installed at all. I ran the XCode 2.3 >MG> installer, but it says "You can only install this software on MacOS >MG> 10.4". I couldn't find installers for any earlier versions of XCode. When you haven'

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-07 Thread Michael Glassford
Bob Ippolito wrote: > On Jul 7, 2006, at 10:44 AM, Michael Glassford wrote: > >> When I try to build Python 2.4.3 on OSX 10.3.9, I get the following >> error: >> >> """ >> gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-07 Thread Bob Ippolito
On Jul 7, 2006, at 10:44 AM, Michael Glassford wrote: > When I try to build Python 2.4.3 on OSX 10.3.9, I get the following > error: > > """ > gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. > -I./Include -DPy_BUILD_C

[Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-07 Thread Michael Glassford
When I try to build Python 2.4.3 on OSX 10.3.9, I get the following error: """ gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages