[PyMOL] how to get version?

2008-06-03 Thread Matthew O'Meara
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

Re: [PyMOL] how to get version?

2008-06-03 Thread Michael Lerner
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 mattjome...@gmail.com 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