[Pythonmac-SIG] [Python-Dev] Fwd: Broken link to download (Mac OS X)

Ronald Oussoren ronaldoussoren at mac.com
Sun Apr 18 17:48:06 CEST 2010


On 15 Apr, 2010, at 3:18, skip at pobox.com wrote:

> 
> (Moving this response from python-dev to pythonmac-sig...)

I'm not too happy about that, the discussion should have been moved to the tracker instead.


> 
>    Michael> A build on my machine produces output similar to:
> 
>    Michael> Python build finished, but the necessary bits to build these modules 
>    Michael> were not found:
>    Michael> _bsddb             dl                 gdbm

* _bsddb and gdbm require external libraries that aren't provided in the system install

* dl doesn't get build on OSX 10.6 when you use the default configure settings because that results in a 64-bit binary and setup.py explicitly disables building the dl module for 64-bit platforms. Apple has a patch that enables building dl on 64-bit OSX, I haven't had time to check if that patch is actually valid.


>    Michael> imageop            linuxaudiodev      ossaudiodev

imageop is not 64-bit clean, the others are not relevant on OSX

>    Michael> readline           spwd               sunaudiodev

readline requires an external library or python 2.6.5, 2.7 or 3.2.    

The other two are not relevant on OSX.

>    Michael> To find the necessary bits, look in setup.py in detect_modules() for the 
>    Michael> module's name.
> 
>    Michael> Failed to build these modules:
>    Michael> _tkinter

This one should work. Do you have a /Library/Framework/Tcl.framework? If so, what is the output of "file /Library/Frameworks/Tcl.framework/Tcl", what OSX release are you building on and what are the configure flags.

Ronald

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3567 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20100418/49c81822/attachment.bin>


More information about the Pythonmac-SIG mailing list