Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.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.073 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'frameworks': 0.05; 'python': 0.09; 'additionally': 0.09; 'gui': 0.11; 'language': 0.14; 'options.': 0.15; 'creation.': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'qt,': 0.16; 'wrote:': 0.17; 'appears': 0.18; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'common': 0.26; 'cocoa': 0.29; 'function': 0.30; 'choices': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'pm,': 0.35; 'too.': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'others.': 0.36; 'anything': 0.36; 'operating': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'you.': 0.61; 'different': 0.63; 'believe': 0.69; 'all!': 0.84; 'subject:Basic': 0.84; 'tonne': 0.84; 'glad': 0.86; 'dozens': 0.91; 'numerous': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sat, 23 Feb 2013 20:53:38 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Basic Listview Example References: <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com> <1ae2f0e1-c949-4449-b5a1-41d99b8b7f9e@googlegroups.com> <6a92297e-af96-4116-99ba-502db8850988@googlegroups.com> In-Reply-To: <6a92297e-af96-4116-99ba-502db8850988@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361678031 news.xs4all.nl 6899 [2001:888:2000:d::a6]:53252 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39732 On 02/23/2013 07:18 PM, Xx7 wrote: > Thanks all! > > I believe C# appears to be a better language for this type of GUI > creation. Better Listview Express has a tonne of options. It's a common misconception that a language has anything to do with a GUI. I know of at least 3 different GUI frameworks for use with C#. WinForms, GTK#, Qt-sharp, WX.net, Cocoa and doubtless dozens others. On Python there are numerous toolkits too, such as Tk, Qt, Gtk, wxWidgets, and others. Additionally each operating system limits your choices too. But most GUI toolkits function very similarly. Glad you found something that works for you.