PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Python/Product/PythonTools/NoInterpreters.html

https://gitlab.com/SplatoonModdingHub/PTVS
HTML | 90 lines | 67 code | 6 blank | 17 comment | 0 complexity | a4cfbe145834a378e927301db53983c5 MD5 | raw file
  1. <!DOCTYPE html>
  2. <!--
  3. Python Tools for Visual Studio
  4. Copyright(c) Microsoft Corporation
  5. All rights reserved.
  6. Licensed under the Apache License, Version 2.0 (the License); you may not use
  7. this file except in compliance with the License. You may obtain a copy of the
  8. License at http://www.apache.org/licenses/LICENSE-2.0
  9. THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS
  10. OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY
  11. IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
  12. MERCHANTABLITY OR NON-INFRINGEMENT.
  13. See the Apache Version 2.0 License for specific language governing
  14. permissions and limitations under the License.
  15. -->
  16. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <meta charset="utf-8" />
  19. <title>Python Tools for Visual Studio</title>
  20. <link rel="stylesheet" href="ReadmeStyle.css" type="text/css" />
  21. </head>
  22. <body>
  23. <h1 class="top">We didn't find any interpreters</h1>
  24. <p>
  25. Installing a Python interpreter will let you run your project, and will
  26. include useful libraries and tools.
  27. </p>
  28. <h2>
  29. <a href="http://go.microsoft.com/fwlink/?LinkId=299430">
  30. Download and install Python
  31. </a>
  32. </h2>
  33. <p>
  34. This will install the latest version (32-bit) from the
  35. <a href="http://go.microsoft.com/fwlink/?LinkId=301496">Python
  36. homepage</a>.
  37. </p>
  38. <p class="hint">
  39. CPython is the most commonly used interpreter and has the most
  40. up-to-date set of language features.
  41. </p>
  42. <h2>
  43. <a href="http://go.microsoft.com/fwlink/?LinkId=299429">
  44. Help me choose one
  45. </a>
  46. </h2>
  47. <p>
  48. There are other interpreters and bundles that may better suit your
  49. needs.
  50. </p>
  51. <p class="hint">
  52. This link will take you to a web page that explains the differences and
  53. will help you download and install a bundle.
  54. </p>
  55. <h2>
  56. <a href="http://go.microsoft.com/fwlink/?LinkId=301497">
  57. I already have one
  58. </a>
  59. </h2>
  60. <p>
  61. Sorry, but we did not detect it automatically. We can use it, but you'll
  62. need to add it yourself.
  63. </p>
  64. <p class="hint">
  65. This link will take you to a web page that will help you add your
  66. existing interpreter.
  67. </p>
  68. <h2>
  69. <a href="http://go.microsoft.com/fwlink/?LinkId=293415">
  70. Still stuck?
  71. </a>
  72. </h2>
  73. <p>
  74. Visit our discussion forum and we'll be able to help you.
  75. </p>
  76. <p class="hint">
  77. This link will take you to our homepage, where you can find more
  78. documentation, discussion forums, and updates.
  79. </p>
  80. </body>
  81. </html>