Re: [Tutor] Saving GUIs

2012-10-09 Thread Alan Gauld
On 09/10/12 17:27, tayo rotimi wrote: Please do not reply to an existing thread to create a new topic. Send a fresh email to tutor@python.org. Using an existing one means your messages get inserted amongst messages for the original thread making them hard to find and follow the thread. I ha

Re: [Tutor] Saving GUIs

2012-10-09 Thread Dave Angel
On 10/09/2012 12:27 PM, tayo rotimi wrote: > Hi, > > > I have started creating GUIs. But my current challenge now is saving the GUIs > created. I have observed that > whenever I close the console, the GUIs also get closed. So, please what do I > need to do to save the GUIs, or call them back whe

[Tutor] Saving GUIs

2012-10-09 Thread tayo rotimi
Hi, I have started creating GUIs. But my current challenge now is saving the GUIs created. I have observed that whenever I close the console, the GUIs also get closed. So, please what do I need to do to save the GUIs, or call them back when next needed, if they don't actually get extinguishe