Re: Learning Python - First Project

2007-04-24 Thread kyosohma
On Apr 23, 6:36 pm, 7stud <[EMAIL PROTECTED]> wrote: > On Apr 23, 5:04 pm, Kevin Haynes <[EMAIL PROTECTED]> wrote: > > > > > Hello > > > I was a python newbie just a month ago and found the following books a great > > help. > > > Beginning Python: From Novice to Professional (Beginning: From Novice

Re: Learning Python - First Project

2007-04-23 Thread 7stud
On Apr 23, 5:04 pm, Kevin Haynes <[EMAIL PROTECTED]> wrote: > Hello > > I was a python newbie just a month ago and found the following books a great > help. > > Beginning Python: From Novice to Professional (Beginning: From Novice to > Professional) by Magnus L. Hetland (Paperback - 29 Sep > 2005

Re: Learning Python - First Project

2007-04-23 Thread Kevin Haynes
Hello I was a python newbie just a month ago and found the following books a great help. Beginning Python: From Novice to Professional (Beginning: From Novice to Professional) by Magnus L. Hetland (Paperback - 29 Sep 2005) http://www.amazon.co.uk/Beginning-Python-Novice-Professional/dp/1590595

Re: Learning Python - First Project

2007-04-23 Thread 7stud
Uhhmm...how are you supposed to close a ShapedWindow(under Miscellaneous)? -- http://mail.python.org/mailman/listinfo/python-list

Re: Learning Python - First Project

2007-04-23 Thread 7stud
On Apr 23, 4:25 pm, 7stud <[EMAIL PROTECTED]> wrote: > On Apr 23, 12:26 pm, [EMAIL PROTECTED] wrote: > > > I am assuming you are using Tkinter for your front-end GUI. You might > > also take a gander at wxPython. It has an excellent demo you could > > download and it might give you some additional

Re: Learning Python - First Project

2007-04-23 Thread 7stud
On Apr 23, 12:26 pm, [EMAIL PROTECTED] wrote: > I am assuming you are using Tkinter for your front-end GUI. You might > also take a gander at wxPython. It has an excellent demo you could > download and it might give you some additional ideas for > implementation:www.wxpython.org. > > Mike Hi, I'v

Re: Learning Python - First Project

2007-04-23 Thread KDawg44
On Apr 23, 1:44 pm, [EMAIL PROTECTED] wrote: > On Apr 23, 9:52 am, KDawg44 <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I am new to Python and am trying to write a little front end to > > another application in Python. > > > What I want is to have a gui pop up listing some items with several > >

Re: Learning Python - First Project

2007-04-23 Thread kyosohma
On Apr 23, 1:44 pm, [EMAIL PROTECTED] wrote: > On Apr 23, 9:52 am, KDawg44 <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I am new to Python and am trying to write a little front end to > > another application in Python. > > > What I want is to have a gui pop up listing some items with several > >

Re: Learning Python - First Project

2007-04-23 Thread kyosohma
On Apr 23, 9:52 am, KDawg44 <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to Python and am trying to write a little front end to > another application in Python. > > What I want is to have a gui pop up listing some items with several > buttons. The guts of the program I am not having any trouble w

Re: Learning Python - First Project

2007-04-23 Thread kyosohma
On Apr 23, 9:52 am, KDawg44 <[EMAIL PROTECTED]> wrote: > Hi, > > I am new to Python and am trying to write a little front end to > another application in Python. > > What I want is to have a gui pop up listing some items with several > buttons. The guts of the program I am not having any trouble w

Learning Python - First Project

2007-04-23 Thread KDawg44
Hi, I am new to Python and am trying to write a little front end to another application in Python. What I want is to have a gui pop up listing some items with several buttons. The guts of the program I am not having any trouble with but the GUI part I am (or more accurately, the transition betwe