Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'python.': 0.11; 'bugs,': 0.16; 'executable,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'stick': 0.18; 'gui': 0.18; 'language': 0.19; 'lawrence': 0.22; 'header:In-Reply-To:1': 0.24; 'url:download': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'linux': 0.26; 'chris': 0.26; 'least': 0.27; 'url:moin': 0.27; 'perl': 0.29; 'url:wiki': 0.30; "i'd": 0.31; 'language.': 0.32; 'run': 0.33; 'url:python': 0.33; 'windows.': 0.33; 'project': 0.36; 'there': 0.36; 'url:org': 0.36; 'created': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'received:org': 0.37; 'list.': 0.37; 'to:addr:python.org': 0.40; 'mark': 0.40; 'still': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'our': 0.64; 'url:png': 0.64; 'here': 0.66; 'choices,': 0.84; 'pythonistas,': 0.84; 'url:guiprogramming': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: beginners choice: wx or tk? Date: Sat, 11 Jul 2015 11:01:24 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-92-24-216-244.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436609105 news.xs4all.nl 2921 [2001:888:2000:d::a6]:56701 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93669 On 11/07/2015 10:28, Ulli Horlacher wrote: > I want to start a project with python. > The program must have a (simple) GUI and must run on Linux and Windows. > The last one as standalone executable, created with pyinstaller. > > I have already an implementation in perl/tk : > http://fex.rus.uni-stuttgart.de/fop/ZAcXSugp/schwuppdiwupp.png > http://fex.belwue.de/download/schwuppdiwupp.pl > > I am not really happy with tk, because it has some bugs, at least its perl > integration. I have never used wx. > > What is the recommendation for a python beginner: wx or tk? > Right now if you only have the choice of wx or tk I'd stick with tk as it comes with Python 2 and 3, whereas wx is still in development for 3. However as Chris Angelico has already said there are other choices, see here https://wiki.python.org/moin/GuiProgramming for a comprehensive list. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence