Re: "unable to find vcvarsall.bat"

2016-04-12 Thread Terry Reedy
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

Re: "unable to find vcvarsall.bat"

2016-04-12 Thread Ethan Furman
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

"unable to find vcvarsall.bat"

2016-04-11 Thread Terry Reedy
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

Re: problem installing psyco on windows (Unable to find vcvarsall.bat)

2011-08-11 Thread Gelonida N
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

Re: problem installing psyco on windows (Unable to find vcvarsall.bat)

2011-08-11 Thread Gelonida N
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

Re: problem installing psyco on windows (Unable to find vcvarsall.bat)

2011-08-10 Thread Dan Stromberg
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

Re: problem installing psyco on windows (Unable to find vcvarsall.bat)

2011-08-10 Thread Miki Tebeka
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

problem installing psyco on windows (Unable to find vcvarsall.bat)

2011-08-10 Thread Gelonida N
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