Re: wxpython tutorials

2005-02-25 Thread Peter Hansen
Harlin Seritt wrote: Tkinter is easier to learn. It is better documented IMO. Tkinter is just as functional as any other GUI toolkit for Python. Creating your own widget sets is usually a breeze. Tkinter is not ugly if done properly. Tkinter apps are ported easily. On and on :-) In this forum, no s

Re: wxpython tutorials

2005-02-25 Thread Bill
Raghul wrote: > hi, > > I want to learn Wxpython to work in windows.Is there any tutorials > available?Pls specify the link that will be easy to learn for beginers > like me An approach that I find useful is to use an IDE to build the base application structure, then examine the generated cod

Re: wxpython tutorials

2005-02-25 Thread Kartic
Raghul said the following on 2/25/2005 12:24 AM: hi, I want to learn Wxpython to work in windows.Is there any tutorials available?Pls specify the link that will be easy to learn for beginers like me Raghul - If you have the patience, you can look at the demo source code. A good thing about th

Re: wxpython tutorials

2005-02-25 Thread Fuzzyman
Raghul wrote: > hi, > > I want to learn Wxpython to work in windows.Is there any tutorials > available?Pls specify the link that will be easy to learn for beginers > like me I'm just learning wxPython, but rather than do it directly I'm using wax. wax is another layer that sits on top of wxPy

Re: wxpython tutorials

2005-02-25 Thread Brian
Raghul, The second link Harlin gave is to the wxPython wiki - it has a variety of pages with information about the toolkit including a number of tutorial pages. The "Getting Started" document linked on the main page is pretty thorough. Once you comfortable with some of the basic concepts, I'd su

Re: wxpython tutorials

2005-02-24 Thread Harlin Seritt
Here is the old one... http://www.wxpython.org/tutorial.php It truly is a short tutorial though. This one's even better: http://wiki.wxpython.org/index.cgi/FrontPage I am not a wxPython enthusiast. I like Tkinter much better. If you have an interest, take a look at: http://www.pythonware.com/lib