[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 __

[Pythonmac-SIG] loading 221 in OSX

2006-07-28 Thread chris dickinson
George, I'm trying to load Python 2.2.1 in OSX, for use in Fontlab 4.5 and came across your message at http://mail.python.org/pipermail/pythonmac-sig/2003-August/008470.html I'm experiencing the same problem, and wondered if you found a solution. Regards. c. _

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] py2app-0.3.2 problem: typeAlias is not defined

2006-07-28 Thread michael ferraro
It seems that there is an import missing frombootstrap/argv_emulation.py.  typeAlias used in __openfiles() is not listed on    from Carbon.AppleEvents import kCoreEventClass, kAEOpenApplication, \                  kAEOpenDocuments, keyDirectObject, typeAEListand generates errorargvemulator.py warni

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.