Re: [PyMOL] access to tkinter root for new Toplevel?

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

[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