RE: [PyMOL] pymol 0.98 and r3d input and getting sec structure assignments info

2005-06-13 Thread Warren DeLano
Hari, This is an outright bug that I introduced when adding URL support for files. You can change that one line of code in cgo.py from if (mode[0:1]=='r') and (string.find(fname,':')>1): to if (string.find(fname,':')>1): in order to solve the problem. Cheers, Warren -- Warren L. DeLano

Re: [PyMOL] OSX: fink image libs, pymol and the command line

2005-06-13 Thread Douglas Kojetin
Hi Warren- Thanks for the reply. Fink adds /sw/lib to the beginning of the DYLD_LIBRARY_PATH. Adding the following to the beginning of the shell script fixed the problem: DYLD_LIBRARY_PATH=/usr/local/lib Thanks, Doug On Jun 10, 2005, at 2:11 PM, Warren DeLano wrote: Doug, I can'

Re: [PyMOL] nVidia Driver 7664 for Linux

2005-06-13 Thread Ezequiel H Panepucci
I have the impression that this driver release (nvidia 7664) fixed the need of the setting stereo_double_pump_mono. This might effectively double the performance of Nvidia cards configured to support quad-buffered stereo. Can anyone confirm this? Zac