This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年10月08日 09:06 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg172367 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年10月08日 09:06 | |
The link to Visual Studio 2008 in the devguide doesn't seem to work: http://docs.python.org/devguide/setup.html#windows https://www.microsoft.com/visualstudio/en-us/products/2008-editions/express This seems to be a better link: http://www.microsoft.com/en-us/download/details.aspx?id=14597 |
|||
| msg172369 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年10月08日 09:35 | |
It might also be good to say that "vcsetup.exe" is the file you're supposed to download (as opposed to, say, "vcssetup.exe"). Strangely, the files aren't labeled, and they're listed in a different order from the text below. |
|||
| msg172378 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2012年10月08日 12:47 | |
Meh, MS likes to invalidate or alter the meaning of an URL. Have you verified that vcsetup.exe is the right thing? I *guess* that vcsetup stands for "Visual C++ setup" and vcssetup for "Visual C Sharp Setup" but I'm not sure about it. |
|||
| msg172388 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年10月08日 15:40 | |
> Have you verified that vcsetup.exe is the right thing? I *guess* that vcsetup stands for "Visual C++ setup" and vcssetup for "Visual C Sharp Setup" but I'm not sure about it. Yes, after choosing wrong the first time (based partly on the ordering relative to the accompanying text). And yes, your guess is correct. Incidentally, it was also odd that the VS executable wasn't obvious to locate. After installing, only the "VS 2008 Remote Debugger" showed up in the Start menu. The VS executable I found only in "Microsoft Visual Studio 9.0\Common7\IDE\VCExpress.exe" and not in the "Microsoft Visual Studio 9.0\Microsoft Visual C++ 2008 Express Edition..." folder. |
|||
| msg172398 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年10月08日 18:30 | |
> Incidentally, it was also odd that the VS executable wasn't obvious to locate. Scratch this last comment. A "Visual C++ 2008 Express Edition" folder was created under the Start menu. It just wasn't highlighted as having been newly added, as was a separate "Visual Studio 2008" folder (which contained just the Remote Debugger application). |
|||
| msg172428 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2012年10月09日 00:49 | |
Thanks for your tests, Chris. :) |
|||
| msg172453 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月09日 07:06 | |
New changeset 6f3e48838a2d by Chris Jerdonek in branch 'default': Issue #16161: Update link for downloading Microsoft Visual Studio 2008. http://hg.python.org/devguide/rev/6f3e48838a2d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60365 |
| 2012年10月09日 07:07:56 | chris.jerdonek | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2012年10月09日 07:06:42 | python-dev | set | nosy:
+ python-dev messages: + msg172453 |
| 2012年10月09日 00:49:05 | christian.heimes | set | messages: + msg172428 |
| 2012年10月08日 18:30:41 | chris.jerdonek | set | messages: + msg172398 |
| 2012年10月08日 15:40:45 | chris.jerdonek | set | messages: + msg172388 |
| 2012年10月08日 12:47:33 | christian.heimes | set | versions:
+ Python 2.7, Python 3.2 nosy: + christian.heimes, docs@python messages: + msg172378 assignee: docs@python |
| 2012年10月08日 09:35:37 | chris.jerdonek | set | messages: + msg172369 |
| 2012年10月08日 09:06:24 | chris.jerdonek | create | |