On 4/12/2016 3:27 PM, Ethan Furman wrote:
On 04/11/2016 04:15 PM, Terry Reedy wrote:
Blog post by Steve Dower of Microsoft and CPython core developer.
'''How to deal with the pain of “unable to find vcvarsall.bat”'''
https://blogs.msdn.microsoft.com/pythonenginee
On 04/11/2016 04:15 PM, Terry Reedy wrote:
Blog post by Steve Dower of Microsoft and CPython core developer.
'''How to deal with the pain of “unable to find vcvarsall.bat”'''
https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-b
Blog post by Steve Dower of Microsoft and CPython core developer.
'''How to deal with the pain of “unable to find vcvarsall.bat”'''
https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/
Explains the message and the two soluti
On 08/11/2011 05:24 AM, Miki Tebeka wrote:
> You can download the sources tarball and when building specify the compiler.
> See http://docs.python.org/install/index.html#gnu-c-cygwin-mingw
Your answer put me on the right track.
This works:
- downloading mingw
- downloading and extracting the tar
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
all 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
You can download the sources tarball and when building specify the compiler.
See http://docs.python.org/install/index.html#gnu-c-cygwin-mingw
--
http://mail.python.org/mailman/listinfo/python-list
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 mea