Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57382
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'binary': 0.07; 'subject:question': 0.10; 'python': 0.11; '2.7': 0.14; '24,': 0.16; 'compiler.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'somewhere.': 0.16; 'thread,': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'library': 0.18; 'trying': 0.19; 'thu,': 0.19; 'seems': 0.21; 'install': 0.23; 'error': 0.23; 'guys': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'related': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'getting': 0.31; 'another': 0.32; 'says': 0.33; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'installing': 0.36; 'to:addr:python-list': 0.38; 'visual': 0.39; 'to:addr:python.org': 0.39; 'unable': 0.39; "you're": 0.61; 'precompiled': 0.84; 'this...': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HV2TTtiI/BRG8K2Alc0qVHEs0OP/r7USwwbJwahVdFg=; b=WnSYTfUWOqOZDS9L7sSCmPwWu5Gr03lJYLDbwtbh2m0ixteanUcN0KIEfX3yhEnMjR 8RGHcKs+7x21kW6IUvVkIf4ACePWuJe4iLeapsnHyYH5b7j/K8Wr3d5qjGie8YmPKtFT gv7N9wCwmkWc0DAdj3NTWayCtrbRftjptu+9PBUKQ3VimIcddRxnHG8P6d+vJeTU5pPU 0M7upKMBSefGwXttCCp82z58ExonEJT2r5x2stCvUlLbUJzja5FDtVleZiadYiENHwUJ dhfPO4l9/HIY/5M1DsU+SLRpTT4MAU8xZBusEMVOFNZR8lsCjK58ikPPiUdwLX4sxOsa OP1g== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.137.196 with SMTP id qk4mr3440832pbb.180.1382560402257; Wed, 23 Oct 2013 13:33:22 -0700 (PDT) |
| In-Reply-To | <CADfpHjDUw8oPdDgdwbNZeP4ORFkxRR_2uSuPOE1oy02O0erPfw@mail.gmail.com> |
| References | <CADfpHjDUw8oPdDgdwbNZeP4ORFkxRR_2uSuPOE1oy02O0erPfw@mail.gmail.com> |
| Date | Thu, 24 Oct 2013 07:33:22 +1100 |
| Subject | Re: question |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1424.1382560410.18130.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1382560410 news.xs4all.nl 15865 [2001:888:2000:d::a6]:47713 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:57382 |
Show key headers only | View raw
On Thu, Oct 24, 2013 at 7:24 AM, Cesar Campana <crb378@motorola.com> 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... Based on what has just been said in another thread, it seems that you're trying to install a library that's available in source code form and you need a C compiler. What library are you trying to install? Maybe there's a precompiled binary available somewhere. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: question Chris Angelico <rosuav@gmail.com> - 2013-10-24 07:33 +1100
csiph-web