[Pythonmac-SIG] LXML with py2app

Kevin Walzer kw at codebykevin.com
Fri Aug 8 16:00:18 CEST 2008


Kenneth Miller wrote:
> Chris,
> 
>     How can I build python to link to the OS X Tkinter libraries? That's 
> the ONLY reason I'm using the system python. I usually use the python 
> built by macports.
> 
> Regards,
> Ken
> 

You can build Python yourself using the source code at Python.org. I 
think the flags are ./configure  --enable-framework 
--enable-universalsdk. That will link to the system Tcl/Tk installation.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Pythonmac-SIG mailing list