Hello again Nathan, > When I said that I might go to Visual Basic in an earlier message, > someone replied by saying that I should ask here how to do it in Python. > Well, I'm asking now: Can anyone teach me how to make a simple > program that uses a GUI?
Take a look at the GUI section of my tutorial and then look at the case study topic which turns a command-line program into a GUI. Then go and read the specialist TKinter or wxPython documentation and tutorials. You might also like projects like PythonCard which provide basic graphical GUI building tools. However I have to be honest and say that building GUIs in VB (or Borland's Delphi/Kylix) is a lot easier than in Python IMHO. I use Delphi for most of my real-world heavy duty GUI work. HTH, Alan G Author of the learn to program web tutor http://www.freenetpages.co.uk/hp/alan.gauld _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
