Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'python': 0.09; 'cc:addr :python-list': 0.10; 'executable,': 0.16; 'interpreting': 0.16; 'language?': 0.16; 'lot!': 0.16; "shouldn't": 0.17; 'cc:2**0': 0.23; "haven't": 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'wrote': 0.26; 'converting': 0.27; "doesn't": 0.28; 'convert': 0.29; 'normally': 0.30; 'received:google.com': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'received:74.125': 0.36; 'thank': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'save': 0.61; 'ever': 0.63; 'email addr:gmail.com': 0.63; 'together,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=cUMxYg5gr9tCQ7wfoO/m0Md3yZ6ua0Il6xasMQeKAfA=; b=BRAaTLWObewOWCkkzNPSLL56LAIL3CbubzuR2mK2NtYIWyzUkuO57I4zpu+SikxZ42 zkTCD8WJuJIqU0V98Z/2Jjk1CgGITn/wBOlpdXOdbAnUIx/fnBX6gbv7R1LIELQzyOcg J0Fdn2VocngJpB7l2y1BZ7zMC3QKYO+Yiln56JiVU6Xq+z2kCEBuztH1ASGkje6FDPBr iOe2xsuh8Zf39v4Ug+xj6dVAgmCrMF7qQECYEGz0PzVBfw4+nujtLW9rEZj7ccw7gpgn 7B/wF+19zHnHQJI4YpA4muQ9Is9tryZbzgQfyXZg50x1Zc0fkkoNN8QtQg44y3jmYNLR 7/LA== Date: Mon, 10 Sep 2012 20:34:04 +0100 From: Andrea Crotti User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0 MIME-Version: 1.0 To: jayden.shui@gmail.com Subject: Re: pyQT performance? References: <1fdd6c92-2eb9-41b6-9cdb-84bfb3a4ed75@googlegroups.com> In-Reply-To: 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.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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347305712 news.xs4all.nl 6928 [2001:888:2000:d::a6]:45881 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28844 On 09/10/2012 07:29 PM, jayden.shui@gmail.com wrote > Have you ever used py2exe? After converting the python codes to executable, does it save the time of interpreting the script language? Thank a lot! Py2exe normally never speeds up anything, simply because it doesn't convert to executable, but simply package everything together, so I haven't tried in this particular case but it shouldn't make a difference..