[Pythonmac-SIG] Appscript Installer 1.1a1

2005-06-01 Thread Nick Matsakis
HAS and I are working on a new version of the appscript binary installer. An alpha version of the installer can be found at: http://appscript.ai.mit.edu/appscript-1.1a1.dmg Changes from Appscript Installer 1.0.x include: - Changed installation location to be compatible with 10.4 python in

Re: [Pythonmac-SIG] frameworkinstall and non-default --prefix/--enable-framework

2005-06-01 Thread Bob Ippolito
On Jun 1, 2005, at 4:43 PM, Mitch Chapman wrote: > I've been trying to do a framework install of Python 2.4.1 to a > non-standard location, on Mac OS X 10.3.8. > > $ ./configure --prefix= > --enable-framework=/Frameworks > $ make > $ make frameworkinstall > > The last step has been failing. The c

[Pythonmac-SIG] frameworkinstall and non-default --prefix/--enable-framework

2005-06-01 Thread Mitch Chapman
I've been trying to do a framework install of Python 2.4.1 to a non-standard location, on Mac OS X 10.3.8. $ ./configure --prefix= --enable-framework=/Frameworks $ make $ make frameworkinstall The last step has been failing. The cause appears to be line 20 of Mac/OSX/Makefile: bindir=/usr/lo

Re: [Pythonmac-SIG] PyObjC vs "old school" embedding

2005-06-01 Thread Michael Hudson
[EMAIL PROTECTED] writes: > So you're saying that in order for PyObjC to work correctly, there > must be an explicit PyEval_InitThreads call during the embedding > code's initialization? Before 2.4.2 (not released yet) you need to call PyEval_InitThreads before calling PyGILState_Release (bec