Re: [Pythonmac-SIG] libpython2.4.a missing in binary distribution

2006-07-28 Thread Ronald Oussoren
On Jul 28, 2006, at 11:51 PM, Bob Ippolito wrote: > > On Jul 26, 2006, at 10:00 AM, Martin Frank wrote: > >> I downloaded the binary distribution for Mac OS X 10.4 from >> >> http://www.python.org/download/mac/ >> >> but I am missing the libpython2.4.a file in >> >> >> /Library/Frameworks/Python.

Re: [Pythonmac-SIG] libpython2.4.a missing in binary distribution

2006-07-28 Thread Bob Ippolito
On Jul 26, 2006, at 10:00 AM, Martin Frank wrote: > I downloaded the binary distribution for Mac OS X 10.4 from > > http://www.python.org/download/mac/ > > but I am missing the libpython2.4.a file in > > > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config > > > How can I get

[Pythonmac-SIG] libpython2.4.a missing in binary distribution

2006-07-28 Thread Martin Frank
Hi, I downloaded the binary distribution for Mac OS X 10.4 from http://www.python.org/download/mac/ but I am missing the libpython2.4.a file in /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/config How can I get or create it in a simple way? Thanks, Martin __