A beginner question about GUI use and development

2009-11-13 Thread uap12
Hi! I have written som Python programs but no one with a GUI yet, i have look around and found a lot of diffrent gui module. I will develop program that will use a small amout of GUI part eg. program to show status about server etc. I have looked att wxWidget, but i like a rekommendation here

Re: A beginner question about GUI use and development

2009-11-13 Thread Marcus Gnaß
uap12 wrote: When i givet the program away i like to pack it, so the enduser just run it, i don't like to tell the user to install Python, and/or som GUI package. is this possible. So Tkinter would be your choice, cause its shipped with Python ... In the beginning it is okej to code the gui

Re: A beginner question about GUI use and development

2009-11-13 Thread Enrico
uap12 anders.u.pers...@gmail.com ha scritto nel messaggio news:1a446fef-4250-4152-8c30-cfe2edb61...@j4g2000yqe.googlegroups.com... Hi! I have written som Python programs but no one with a GUI yet, i have look around and found a lot of diffrent gui module. I will develop program that will use

Re: A beginner question about GUI use and development

2009-11-13 Thread Vladimir Ignatov
Hi, I have working with wxPython since about 2003 and still have a mixed feeling about it. Periodically I was catched in some traps especially in graphics-related parts of my code (just one example: try to find documentation about DC.Blit behaviour then UserScale != 1.0). For fresh-starters I

Re: A beginner question about GUI use and development

2009-11-13 Thread Philip Semanchuk
On Nov 13, 2009, at 3:55 AM, uap12 wrote: Hi! I have written som Python programs but no one with a GUI yet, i have look around and found a lot of diffrent gui module. I will develop program that will use a small amout of GUI part eg. program to show status about server etc. I have looked att

Re: A beginner question about GUI use and development

2009-11-13 Thread CM
On Nov 13, 3:55 am, uap12 anders.u.pers...@gmail.com wrote: Hi! I have written som Python programs but no one with a GUI yet, i have look around and found a lot of diffrent gui module. I will develop program that will use a small amout of GUI part eg. program to show status about server etc.