Currently on 10.9 we are building a broken python26 on 10.9 due to the missing fix...
Index: python26.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python26.info,v retrieving revision 1.12 diff -r1.12 python26.info 5c5 < Revision: 1 --- > Revision: 2 62,63c62,67 < # Architecture:x86_64 has tcltk-8.5.x, other arch have 8.4.x < perl -pi -e "s/8.4\'/8.5\'/" ./setup.py --- > if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.8 ]]; then > perl -pi -e "s/8.4\'/8.6\'/" ./setup.py > else > # Architecture:x86_64 has tcltk-8.5.x, other arch have > 8.4.x > perl -pi -e "s/8.4\'/8.5\'/" ./setup.py > fi which causes packages that use tkinter like pymol to crash due to the mismatch of the correct tk.h from 8.6 and the linkage on the system libtk.a from 8.5. The above patch allows pymol-p26 to function normally on 10.9. I would like to keep python26 working there as the pynmr pymol extension is still incompatible with python2.7. Jack ps Tested with 'fink -m' on 10.9. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel