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

2008-06-03 Thread Matthew O'Meara
...@lists.sourceforge.net [mailto: pymol-users-boun...@lists.sourceforge.net] *On Behalf Of *Matthew O'Meara *Sent:* Friday, April 25, 2008 12:46 PM *To:* PyMOL-users@lists.sourceforge.net *Subject:* [PyMOL] access to tkinter root for new Toplevel? Hi All, I would like to write a Wizard that spawns

[PyMOL] access to tkinter root for new Toplevel?

2008-04-25 Thread Matthew O'Meara
Hi All, I would like to write a Wizard that spawns a separate window. Right now I'm just calling Tkinter.Toplevel() with no arguments but it dies with non-deterministic tkinter errors. I think the issue is I need to pass the Tkinter.Tk() instance into the Toplevel command. 1) Is there a way I