[Pythonmac-SIG] Clean Tiger install and Python 2.4.1?

Bob Ippolito bob at redivi.com
Mon May 2 21:04:55 CEST 2005


On May 2, 2005, at 2:56 PM, Lee Cullens wrote:

> Not being one to jump before I look, I'm waiting on various issues
> (like DW) before I upgrade to Tiger.  Also, since I have alternating
> external HD duplicates, I have decided a "clean" install would be the
> most appropriate for going forward.
>
> Specific to this list, I will be putting up Bob's MacPython 2.4.1
> afterwards.  Relative to such, am I correct in believing I will also
> need TclTkAqua, but will not need any of Jack's setups for 10.3 or
> Bob's TigerPython23Compat.pkg.zip?  I know I will need to reinstall
> other 2.4 packages.

You do not need TclTkAqua, because Tiger ships with it and the  
_tkinter in Python 2.4.1 will find it in /System/Library/Frameworks  
after failing to find it in the expected /Library/Frameworks.  If you  
want to develop standalone applications that are compatible with  
Panther, you will need to install TclTkAqua, because py2app won't  
embed anything that Apple shipped with your OS.

You will want TigerPython24Fix if you plan on building any extensions  
yourself, because Python 2.4 as configured with GCC 3.x has some GCC  
4 incompatibilities, and that package will patch up the header so  
that GCC 4 will work.

-bob

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2382 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20050502/97ddd10b/smime.bin


More information about the Pythonmac-SIG mailing list