Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57384
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: question |
| Date | 2013-10-23 21:45 +0100 |
| References | <CADfpHjDUw8oPdDgdwbNZeP4ORFkxRR_2uSuPOE1oy02O0erPfw@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1426.1382561149.18130.python-list@python.org> (permalink) |
On 23/10/2013 21:24, Cesar Campana wrote: > Hi! > > Im installing the python library for the version 2.7 but Im getting the > error unable to find vcvarsall.bat > > I was looking on line but it says is related to Visual Studio...? > > Can you guys please help me to fix this... > > Cesar > > That error occurs when you're trying to build a Python library but don't have the appropriate version of Visual Studio installed. If all you want is a standard Python 2.7 installation what is wrong with the quick link at http://www.python.org/ ? If that's not what you want, my advice is don't waste your time trying easy_install or pip, which is what I guess you're using, get a windows binary. Here's a good place if you can't find anything else http://www.lfd.uci.edu/~gohlke/pythonlibs/ :- please don't be put off by the "unofficial" tag, I've never had a problem using any download from this site. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: question Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-23 21:45 +0100
csiph-web