[Pythonmac-SIG] Jaguar Macho Build woes

Calvin calvin@xmission.com
Thu, 26 Sep 2002 22:26:06 -0600 (MDT)


> >I am following Tony Lownds instructions for Macho Python + Tkinter and
> >compiling on Jaguar...I am missing some shared object files.  Most 
> >importantly, _socket.

I discovered this problem when I built python on 10.2.  Luckily I had made 
a copy of the default install.  I just copied it from 
"/python_default_install/lib/python2.2/lib-dynload" to 
"/usr/local/lib/python2.2/lib-dynload/"

If you don't have it and want it, you should be able to get it here:

http://thearthole.net/pythonstuff/

I just downloaded the tar and replaced the one in my 
"/usr/local/lib/python2.2/lib-dynload/" directory.

It works for my cgi's anyway.

In keeping with the gpl, you may find all the sources here: 
http://www.python.org

-calvin