Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'example)': 0.07; 'pypy': 0.07; ':-(': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:windows': 0.09; 'am,': 0.12; 'dan,': 0.16; 'explicitely': 0.16; 'subject:find': 0.16; 'subject:installing': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'subject:problem': 0.19; "aren't": 0.21; 'header:In-Reply-To:1': 0.22; 'itself,': 0.23; 'though.': 0.23; 'expect': 0.25; 'code': 0.25; 'code,': 0.28; 'consistently': 0.29; 'version.': 0.29; 'module': 0.30; 'survive': 0.30; 'ago': 0.31; 'modules': 0.31; 'version': 0.32; 'probably': 0.33; 'to:addr :python-list': 0.33; 'header:User-Agent:1': 0.34; 'test': 0.34; 'legacy': 0.34; 'header:X-Complaints-To:1': 0.35; 'rather': 0.35; 'running': 0.35; 'instead.': 0.37; 'rest': 0.37; 'but': 0.37; 'two': 0.37; 'received:org': 0.38; 'should': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; "there's": 0.39; 'to:addr:python.org': 0.39; 'subject: (': 0.39; 'where': 0.40; 'closed': 0.62; 'increase': 0.63; 'benefit': 0.66; 'subject:skip:v 10': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: Re: problem installing psyco on windows (Unable to find vcvarsall.bat) Date: Thu, 11 Aug 2011 11:29:54 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 "" In-Reply-To: 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313055010 news.xs4all.nl 23878 [2001:888:2000:d::a6]:40600 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11198 On 08/11/2011 06:03 AM, Dan Stromberg wrote: Hi Dan, > FWIW, a few months ago I was working on a database application on > Windows, and I benchmarked the psyco-enhanced version consistently > running slower than the non-psyco version. The same code on Linux was > faster with psyco though. Good to know. I wanted to make the test myself though. There's one / two modules where I would expect an increase in performance. The rest of the application will rather definitely not benefit from psyco. Also one thing, that I wanted to try is to not use psyco for the application itself, but just for running py2exe a little faster. > > If you need performance, and you aren't constrained by module > availability, you probably should use PyPy instead. Well many module depenencies. :-( and also a lot of old legacy code, which will probably not survive PyPy (files not being closed explicitely for example)