[PyMOL] 0.86 and MacOS X

2003-01-07 Thread yuriwho
I would like to report that 0.86 works fine under MacOS X 10.2.3 using Apples X11 version of xwindows. As far as I can tell it also has graphics acceleration (but I'm not sure as I haven't done any rigorous tests...seems dramatically faster than previous xwindows(fink) versions of pymol). I am

RE: [PyMOL] "Rolling your own" functions in PyMol

2003-01-07 Thread DeLano, Warren
Stephen, You're looking for the PyMOL API function "extend": from pymol import cmd cmd.extend("ramp_colors",ramp_chain.ramp_colors) Would then permit the following: ramp_colors chain A See "help extend" for more info... Cheers, Warren -- mailto:war...@sunesis.com Warren L. DeLano, Ph.D. Inf

[PyMOL] "Rolling your own" functions in PyMol

2003-01-07 Thread Stephen Graham
Hi All, I am a recent subscriber to the list, so apologies if this question has been answered before. I am interested in finding out how you can add your own functions to PyMol such that they may be "transparently" called from inside PyMol's shell. The the basic question is "How do I register Py

[PyMOL] povray rendering in windows

2003-01-07 Thread Samy Meroueh
Hi all, Has anyone sucessfully set up pymol so it can ray trace images using povray?

Re: [PyMOL] New PyMOL Release for Win/Linux/SGI

2003-01-07 Thread Chris Winfield
Has anybody managed to get ScriptBox working under Windows with v0.86?? I'm having trouble. I put ScriptBox.py in the appropriate placeplace and the following at the end of the createMain(self) procedure in PMGApp.py in the usual manner: ScriptBox.__init__(self) But get the following error o