There is one another solution. You can install Nvidia linux drivert with
"-force-tls=classic" option. The command line loks like this :
NVIDIA-Linux-x86-1.0-5336-pkg1.run -force-tls=classic
cheers
Vladimir
Message: 7
Date: Wed, 13 Oct 2004 18:12:11 +0200
From: peter.du...@cellbio.unige.ch
T
Is it possible to use PyMOL from a Python script without lunching a GUI.
When I do :
"import cmd from pymol" in a Python program it automatically lunch
Pymol. The only solution I've found was to write a Python script and to
execute it from PyMOL with ā-cā option. (pymol -c my_script.py)
Thank