Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58262

Re: Help Python 3.3

References <70feb2f0-fb2d-40e6-9261-9e18e6878d77@googlegroups.com>
From Zachary Ware <zachary.ware+pylist@gmail.com>
Date 2013-11-01 08:33 -0500
Subject Re: Help Python 3.3
Newsgroups comp.lang.python
Message-ID <mailman.1926.1383312831.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Nov 1, 2013 at 8:20 AM,  <radu.bortoi@gmail.com> wrote:
>
> Hi all,
>
> error: Setup script exited with error: Unable to find vcvarsall.bat
>
> Visual C++ Express installed.

Which version?  Python 3.3 requires Visual C++ 2010 (10.0).

> the key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\9.0\Setup\VC\ProductDir

This looks like Visual C++ 2008 (9.0).

> is present and point to the vcvarsall.bat location.
> PC restarted(just for fun).
>
> what is wrong??

I would have to guess that you've got the wrong version of Visual C++.
 You can install both 2008 and 2010 in parallel, if you need 2008 for
something else.

Hope this helps,

--
Zach

PS: In the future, it is very helpful to say which OS you're using
since Python is usable on so many different platforms.  In this case
it's pretty obvious that you're using Windows, but there are still
differences between Windows versions that mean knowing the version
makes support easier.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Help Python 3.3 radu.bortoi@gmail.com - 2013-11-01 06:20 -0700
  Re: Help Python 3.3 radu.bortoi@gmail.com - 2013-11-01 06:23 -0700
  Re: Help Python 3.3 Zachary Ware <zachary.ware+pylist@gmail.com> - 2013-11-01 08:33 -0500
    Re: Help Python 3.3 radu.bortoi@gmail.com - 2013-11-01 06:49 -0700
      Re: Help Python 3.3 radu.bortoi@gmail.com - 2013-11-01 06:51 -0700
      Re: Help Python 3.3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 13:58 +0000
    Re: Help Python 3.3 radu.bortoi@gmail.com - 2013-11-01 06:59 -0700
      Re: Help Python 3.3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 14:08 +0000
  Re: Help Python 3.3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 20:49 +0000
  Re: Help Python 3.3 Terry Reedy <tjreedy@udel.edu> - 2013-11-01 17:50 -0400
  Re: Help Python 3.3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-01 22:06 +0000

csiph-web