On 10/13/05, Nick Lunt <[EMAIL PROTECTED]> wrote:
> I'm really confused on the issue how to create windows, forms, etc. in
> Python & can't find any manual for that.
> Could you possibly advise me smth useful?


this has come up quite a bit recently on the list.
I would recommend that you go here
http://pythoncard.sourceforge.net/index.html to get PythonCard and then go
here  http://pythoncard.sourceforge.net/walkthrough1.html to read the docs.
It will take all of 10 minutes to be able to create a decent GUI.


pythoncard is a great way to start GUI programming.  you can also try Python's default GUI Tkinter (short for Python's Tk interface) if you haven't downloaded anything other than Python yet.  a good tutorial is here: http://www.ferg.org/thinking_in_tkinter/

good luck!
--wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2006,2001
     http://corepython.com

wesley.j.chun :: wescpy-at-gmail.com
cyberweb.consulting : silicon valley, ca
http://cyberwebconsulting.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to