Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '2.6.4': 0.07; 'python': 0.08; 'activity.': 0.09; 'exited': 0.09; 'question:': 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; 'c++': 0.12; 'error:': 0.12; '(32': 0.16; 'compiler?': 0.16; 'subject:find': 0.16; 'subject:installing': 0.16; 'version)': 0.16; 'subject:problem': 0.19; '(which': 0.19; 'windows': 0.26; "i'm": 0.27; 'host': 0.27; 'version,': 0.28; 'bit': 0.28; 'script': 0.29; 'thanks': 0.30; 'unable': 0.31; 'hi,': 0.32; 'installed': 0.32; 'to:addr:python-list': 0.33; 'instead': 0.33; 'header:User-Agent:1': 0.34; 'fail': 0.34; 'header:X-Complaints-To:1': 0.35; 'read,': 0.36; 'using': 0.37; 'install': 0.37; 'could': 0.38; 'received:org': 0.38; 'some': 0.38; 'should': 0.38; 'suggestions': 0.39; 'header:Mime- Version:1': 0.39; 'to:addr:python.org': 0.39; 'subject: (': 0.39; "i'd": 0.40; 'setup': 0.40; 'alternative': 0.64; 'studio': 0.71; 'subject: ': 0.73; 'easy_install': 0.84; 'shoul': 0.84; 'subject:skip:v 10': 0.84; '2008.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: problem installing psyco on windows (Unable to find vcvarsall.bat) Date: Thu, 11 Aug 2011 00:44:48 +0200 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 "" 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313016306 news.xs4all.nl 23850 [2001:888:2000:d::a6]:36595 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11152 Hi, I'd like to install psyco on my windows host I'm using python 2.6.4 (32 bit version) I installed easy_intall and pip easy_install psyco and pip install psyco fail both with the message error: Setup script exited with error: Unable to find vcvarsall.bat I read, that this means I shoul dinstall a C-compiler I also read, that I should NOT Micrusoft Visual C++ Express 2010 (which is unfortunately exactly the version, which I installed for some other activity. So my question: - If I install visual Studio 2008 addtiojnally to visualstudia 2010, will easy_install find this compiler? - I read about the alternative of using MingW instead of Visual Studio Express 2008. What could influence my choice of Compiler? Thanks for any suggestions