Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:build': 0.07; 'url:software': 0.13; 'subject:app': 0.16; 'subject:linux': 0.16; 'url:intro': 0.16; 'url:pyqt': 0.16; 'url:riverbankcomputing': 0.16; 'cc:addr:python-list': 0.16; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'url:products': 0.28; 'cc:addr:python.org': 0.30; 'thanks': 0.30; 'message- id:@gmail.com': 0.32; 'header:User-Agent:1': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'url:co': 0.63; 'received:122': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=nHft9NAyro4y+2YGlO/d3KKX+lHNIlqhL2fgzacR+zw=; b=YY972EsMtrVIpRu1uNdQ0EE9AnR1cGkElEsU+MrT8SFAkkVu7hfVLIfar8NOjFhq+Q pVanDTJ0DBLu7xEaEM+Zp6U1aF+pFzlHHtrzlA6lTHetq4LIEwI5tCXfIL+RJHrHtlqk DWb5Ei6dJjUwc6uBlrt1xbUDgW1DKOVjWbkr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=qUpK3JgZd8zPUxTh0v1deEZtiAmJBjB2QbzX+FCRs+qjUxSPdvZMo224MaIrevjZIv T9rq4E70Yn84diEPJF+VNQkQjaBp5SwpJ9plVRtpP9tlLUEBbaa1sKMnwycdx9dEcFo+ c2bS8gzGMEQpopu6zmNux4dqxfAxUzfYpmSAE= Date: Fri, 24 Jun 2011 18:56:17 +0530 From: saurabh verma User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: "J.O. Aho" Subject: Re: Want to build an app for linux References: <4E0465FC.9030109@gmail.com> <96jbpfFis9U1@mid.individual.net> In-Reply-To: <96jbpfFis9U1@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308921664 news.xs4all.nl 14134 [::ffff:82.94.164.166]:56137 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8376 > I prefer QT and you have qt-creator: > http://qt.nokia.com/products/developer-tools > and PyQT/SIP: > http://www.riverbankcomputing.co.uk/software/pyqt/intro > > IMHO you will get a better looking thing than with gtk2. > > Thanks Aho , Will surely look into it .