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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to