pymol.cmd.get_version()
(i kinda expected pymol.__version__ to work, but it doesn't)
On Tue, Jun 3, 2008 at 3:35 PM, Matthew O'Meara
wrote:
> Hi All,
>
> Is there a simple way to test which version of pymol is begin used in a
> script?
>
> Specifically I would like to know if it is <1.0 or >=1.
Hi All,
Is there a simple way to test which version of pymol is begin used in a
script?
Specifically I would like to know if it is <1.0 or >=1.0
Thanks,
Matt
Just to follow up on how I solved my problem, here is what I did.
I have files, script_launcher.py, controller.py, view.py, model.py which
implement a classic model view controller interface. I can install this
"Special Wizard" by the "Install Plugin..." menu item from the Plugins
menu.
To cal