Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Daiyue Weng Newsgroups: comp.lang.python Subject: How to install Visual Studio 2015 with Cython Date: Tue, 31 May 2016 16:53:03 +0100 Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 91aibUpiMIq7BJ8FeOfnFwtfCNM/OziGLhXqDloLbdPA== Return-Path: 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; 'error:': 0.05; 'problem?': 0.07; 'subject:How': 0.09; 'subject:Visual': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'skip:5 70': 0.16; 'skip:n 80': 0.16; 'skip:n 90': 0.16; 'subject:Cython': 0.16; 'subject:Studio': 0.16; 'subject:install': 0.16; 'tried': 0.24; 'install': 0.25; 'installed': 0.26; 'message-id:@mail.gmail.com': 0.27; 'subject:2015': 0.27; '8bit%:2': 0.29; 'received:google.com': 0.35; '8bit%:4': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'visual': 0.36; 'to:addr:python-list': 0.36; 'thanks': 0.37; 'received:209': 0.38; 'hi,': 0.38; 'unable': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'subject:with': 0.40; '2015.': 0.63; 'sans': 0.72; 'vera': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=Glz4fhUH2mIUFO6lgXZxwkP3BpXyXb0MhDvDoe33DMY=; b=PGh4qMik1VPl8SBWkhLrkIRzahbosbTr2GxH7tXqi2JZ8k2g/ALhYJj5zhkbSC2xMx EES5p49IooEF5qcOw4Qm1eDOMuo4ln40O5psY9rPf4+Eva9QNhTWz/4iGEJPqrMgdFvr v8BTJK4N4Mn7XcQc6Dp5rB69qE5bvFzS1zo/gJmnCwITiJhuzED2SQ1NbV0vHNklwUSJ s/CK6zynjZ/vOKbtuiFlrRUPkw/rAdKXZvPxWyLlN0gufDn9aI2gH1OWLz/mS5tkjgVS oAUxNDF43zwi3RbGvBCKCfvFH1QoLDPizn1iIASfK0ZCfmuKHg+Vuwq+gOEKeWb5khGe SLrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=Glz4fhUH2mIUFO6lgXZxwkP3BpXyXb0MhDvDoe33DMY=; b=J5vExH+je+NmbdyKHYKu1sMDaiB1U+y7zFMqYoaSCz2X82RF4Xu+y1k1+CFrRqjT6X 4kT7QHhovAtX0/7bGIK0ZKOn/+UNdFhY+LsyoGMzYfXIkiuvLmRU4mQXfhWyd7tFyfcl Cpj9tAY831yRmNF3af0Q8wFPUiEllyGOyQsIVaOxiUnAoke50vXVGEk/ri4XRyP38A77 FdJEsMnpMT9kW6HryP2TrKT/FvWzzgtFMRtFbrRLGbiWtBbrXF+grfp5bFOERcurMcr8 iOMBdtDCo+dGDoMuX3224nujlSPiirmS24gIL+V68nAmpcZRNScIuCG9NIbyr0G1QIBo 5YLQ== X-Gm-Message-State: ALyK8tKMgPE8Lp8OWmlXu2B7fBNU3C3H2gWJLbk7VPFZfLtlqM6gm+vp8ziM3elxD9VLwqHuQ+Ih32MjWM9pig== X-Received: by 10.98.89.213 with SMTP id k82mr56566022pfj.99.1464709983413; Tue, 31 May 2016 08:53:03 -0700 (PDT) X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.lang.python:109285 Hi, I tried to install Cython, and make it work on PyCharm. I am using PyCharm with Anaconda, and I have installed Cython through Anaconda prompt. I have also installed Visual Studio 2015. But when I tried to build the helloworld.pyx, I get the following error: error: Unable to find vcvarsall.bat how to resolve the problem? Many thanks