Re: [Tutor] Adding a GUI

2007-09-16 Thread wormwood_3
Hi, >> Wormwood, an easier way to create a crossplatform GUI than raw wxPython is >> to use pythoncard, which is a library that is on top of wxPython that is >> there to make it easier to use and to make it easier to >> layout GUI screens/dialogs. I have heard some good things about pythoncar

[Tutor] Adding a GUI

2007-09-16 Thread wormwood_3
>> First of all Sam, thanks for your help with the fileinput() problem I >> was having! =) Sure thing:-) Sorry I could not actually solve it! I am still have a hard time getting my mind around the line.strip(), then printing based on a condition loop. Not sure why... The excerpt from Lutz' boo

Re: [Tutor] Adding a GUI

2007-09-16 Thread Michael Langford
Wormwood, an easier way to create a crossplatform GUI than raw wxPython is to use pythoncard, which is a library that is on top of wxPython that is there to make it easier to use and to make it easier to layout GUI screens/dialogs. I've found its a much faster "whiteboard to running software time"

Re: [Tutor] Adding a GUI

2007-09-16 Thread Alan Gauld
"wormwood_3" <[EMAIL PROTECTED]> wrote > I am just starting to learn GUI programming, with wxPython. Good choice. If you will be doing much in wxPython get the book. It makes the whole thing much easier. > The script heretofore was just run at the command line. > Would it make sense to add an

Re: [Tutor] Adding a GUI

2007-09-15 Thread wormwood_3
still remains the same:-) -Sam - Original Message From: Dotan Cohen <[EMAIL PROTECTED]> To: wormwood_3 <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2007 2:21:53 AM Subject: Re: [Tutor] Adding a GUI On 16/09/2007, wormwood_3 <[EMAIL PROTECTED]> wrote: > Hi all, >

[Tutor] Adding a GUI

2007-09-15 Thread wormwood_3
Hi all, I am just starting to learn GUI programming, with wxPython. I have a script that that I have developed to a useful point, and I want to add a GUI to it. I am a little unsure as the the best approach to this. The script heretofore was just run at the command line. Would it make sense to