[PyMOL] creating comand panels within pymol scripts

2007-02-25 Thread bgbg bg
Continuing my thread 'reloading wizards' (started on Feb 24). Sometimes, in my pml scripts, I want to produce 'command buttons' like those obtained by get_panel( .. ) function that is present in all the wizards. The functionality of those scripts do not justify converting them to built-in

Re: [PyMOL] reload modified wizard

2007-02-25 Thread Michael Lerner
I found an old version of my code. It was just slightly more complicated than I thought. Here's a version of the wrapper that I was using: import sys sys.path.append('/home/mlerner/work/src/PyMOL_Plugins/') import SomethingOrOtherTools def __init__(self):