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


Groups > comp.lang.python > #58260 > unrolled thread

Help Python 3.3

Started byradu.bortoi@gmail.com
First post2013-11-01 06:20 -0700
Last post2013-11-01 22:06 +0000
Articles 11 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  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

#58260 — Help Python 3.3

Fromradu.bortoi@gmail.com
Date2013-11-01 06:20 -0700
SubjectHelp Python 3.3
Message-ID<70feb2f0-fb2d-40e6-9261-9e18e6878d77@googlegroups.com>
Hi all,

error: Setup script exited with error: Unable to find vcvarsall.bat

Visual C++ Express installed.

the key HKEY_LOCAL_MACHINE\Software\Microsoft\VCExpress\9.0\Setup\VC\ProductDir
is present and point to the vcvarsall.bat location.
PC restarted(just for fun).

what is wrong??

[toc] | [next] | [standalone]


#58261

Fromradu.bortoi@gmail.com
Date2013-11-01 06:23 -0700
Message-ID<0cec9603-0962-48dc-8719-f0bb8ad00523@googlegroups.com>
In reply to#58260
I am using easy_install

[toc] | [prev] | [next] | [standalone]


#58262

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2013-11-01 08:33 -0500
Message-ID<mailman.1926.1383312831.18130.python-list@python.org>
In reply to#58260
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.

[toc] | [prev] | [next] | [standalone]


#58263

Fromradu.bortoi@gmail.com
Date2013-11-01 06:49 -0700
Message-ID<0f1d1521-aed5-440f-868e-3c4d40f68130@googlegroups.com>
In reply to#58262
On Friday, November 1, 2013 3:33:24 PM UTC+2, Zachary Ware wrote:
> 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.

[toc] | [prev] | [next] | [standalone]


#58264

Fromradu.bortoi@gmail.com
Date2013-11-01 06:51 -0700
Message-ID<6ac57296-4c1e-4282-918f-9958ec4a951c@googlegroups.com>
In reply to#58263
Thanks a lot Zach. This fix the problem 

[toc] | [prev] | [next] | [standalone]


#58265

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-01 13:58 +0000
Message-ID<mailman.1927.1383314328.18130.python-list@python.org>
In reply to#58263
On 01/11/2013 13:49, radu.bortoi@gmail.com wrote:

I'm not sure what you meant to say, but whatever it was, would you 
please be kind enough to read, digest and action this 
https://wiki.python.org/moin/GoogleGroupsPython

TIA.

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#58266

Fromradu.bortoi@gmail.com
Date2013-11-01 06:59 -0700
Message-ID<87439eec-5706-418c-a85b-eb2d6b09713b@googlegroups.com>
In reply to#58262
Thanks Zach.

[toc] | [prev] | [next] | [standalone]


#58267

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-01 14:08 +0000
Message-ID<mailman.1928.1383315005.18130.python-list@python.org>
In reply to#58266
On 01/11/2013 13:59, radu.bortoi@gmail.com wrote:
> Thanks Zach.
>

Would you please quote some context in your replies.  Who is Zach? 
Which message are you replying to?  What were you talking about?

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#58290

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-01 20:49 +0000
Message-ID<mailman.1939.1383338991.18130.python-list@python.org>
In reply to#58260
On 01/11/2013 13:33, Zachary Ware wrote:
> On Fri, Nov 1, 2013 at 8:20 AM,  <radu.bortoi@gmail.com> wrote:
>>
>> error: Setup script exited with error: Unable to find vcvarsall.bat
>>
>
> 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.
>

As "you've got the wrong version of Visual C++" isn't easily deduced 
from "Unable to find vcvarsall.bat", would it be worth raising an issue 
on the bug tracker to get the message changed?

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#58294

FromTerry Reedy <tjreedy@udel.edu>
Date2013-11-01 17:50 -0400
Message-ID<mailman.1941.1383342629.18130.python-list@python.org>
In reply to#58260
On 11/1/2013 4:49 PM, Mark Lawrence wrote:
> On 01/11/2013 13:33, Zachary Ware wrote:
>> On Fri, Nov 1, 2013 at 8:20 AM,  <radu.bortoi@gmail.com> wrote:
>>>
>>> error: Setup script exited with error: Unable to find vcvarsall.bat
>>>
>>
>> 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.
>>
>
> As "you've got the wrong version of Visual C++" isn't easily deduced
> from "Unable to find vcvarsall.bat", would it be worth raising an issue
> on the bug tracker to get the message changed?

Only if that message comes from something distributed with CPython, 
rather than from Microsoft.

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#58295

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-11-01 22:06 +0000
Message-ID<mailman.1942.1383343627.18130.python-list@python.org>
In reply to#58260
On 01/11/2013 21:50, Terry Reedy wrote:
> On 11/1/2013 4:49 PM, Mark Lawrence wrote:
>> On 01/11/2013 13:33, Zachary Ware wrote:
>>> On Fri, Nov 1, 2013 at 8:20 AM,  <radu.bortoi@gmail.com> wrote:
>>>>
>>>> error: Setup script exited with error: Unable to find vcvarsall.bat
>>>>
>>>
>>> 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.
>>>
>>
>> As "you've got the wrong version of Visual C++" isn't easily deduced
>> from "Unable to find vcvarsall.bat", would it be worth raising an issue
>> on the bug tracker to get the message changed?
>
> Only if that message comes from something distributed with CPython,
> rather than from Microsoft.
>

distutils

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web