[Pythonmac-SIG] Help: fink python broken after 10.2 upgrade

Tony Lownds tony@lownds.com
Fri, 13 Sep 2002 16:03:01 -0700


Russell,

If you can install Tcl/Tk on your own and get Python from CVS then 
Python's default build will install Tkinter for you! No more mucking 
with Modules/Setup files.

>I decided to try the Aqua version of tcl/tk. I installed the binary 
>from <http://sourceforge.net/project/showfiles.php?group_id=10894> 
>and tried to use Tony Lownds' instructions for building Python with 
>it from <http://tony.lownds.com/macosx/>. However, these 
>instructions are a bit old (they were clearly not written for the 
>current Python and MacOS 10.2)
>  and they failed for me.

Yeah, they are for 2.2 and have not been tried except by you on 
Jaguar yet. Anyway, I think you need this line at the top of 
Modules/Setup.local:

*shared*

-Tony