[PyMOL] re: Warning: Nvidia 6111 drivers for linux

2004-10-14 Thread VlaDar
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

[PyMOL] how to use pymol functionalities from a python script ?

2004-10-15 Thread VlaDar
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