Hi, I am running pymol, installed with GNU-Darwin. However, I installed tcltk and python through fink. You will need to make some symbolic links to python and tcltk to have pymol recognize the packages:
ln -s /sw/lib/tcl8.3/ /usr/local/lib/tcl8.3 ln -s /sw/lib/tk8.3/ /usr/local/lib/tk8.3 and also for the python binary. You do need to install py-pmw through GNU-Darwin, and then make a symlink from /sw/lib/python/site-packages to it. You can also install Mesa through GNU-Darwin, which is at version 4 (Mesa in fink is 3.5). Make sure that you don't install python and tcltk again when installing pymol. Just make sure the packages from GNU-Darwin aren't present. With all this it should work. - Koen. _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
