Re: [Fink-devel] tk file dialogs broken?

2009-11-11 Thread Jack Howarth
I puzzled this one out. The culprit is the setup script for NMPPipe (http://spin.niddk.nih.gov/NMRPipe/) which executes... if ($?LD_LIBRARY_PATH) then setenv LD_LIBRARY_PATH /usr/local/NMRPipe/nmrbin.mac/lib:${LD_LIBRARY_PATH} else setenv LD_LIBRARY_PATH /usr/local/NMRPipe/nmrbin.mac/lib

Re: [Fink-devel] tk file dialogs broken?

2009-11-11 Thread Jack Howarth
After looking over NMRPipe, it would require a major structural overhaul in order to pass all of its components through shell wrappers to set DYLD_LIBRARY_PATH and LD_LIBRARY_PATH. Fortunately, only a few components really need those set. The attached changes to the NMRPipe install.com script

Re: [Fink-devel] tk file dialogs broken?

2009-11-11 Thread Martin Costabel
Jack Howarth wrote: [] ImportError: dlopen(/sw/lib/pymol-py25/modules/pymol/_cmd.so, 2): Symbol not found: __cg_jpeg_CreateCompress Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in:

[Fink-devel] tk file dialogs broken?

2009-11-10 Thread Jack Howarth
Is anyone else seeing this problem in current fink 10.5 unstable on powerpc-apple-darwin9.8.0? I am finding that both pymol-py25 and sparky-py25 are both producing tk file dialogs which contain no files or folders (for the open dialogs in both programs). I don't believe this is a system