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 2009年05月08日 14:03 by MarcMarc, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg87442 - (view) | Author: Marc Schoenefeld (MarcMarc) | Date: 2009年05月08日 14:03 | |
Hi, I have the M$ Platform SDK installed, which is a free (as don't pay) alternative to VisualStudio. in order to achieve a successful compile with setup.py build on the Platform SDK I had to add the following change in distutils/msvc9compiler.py: Best regards Marc Patch draft: def find_vcvarsall(version): + vcvarsall = os.path.join(productdir+"\\bin", "vcvars32.bat") - vcvarsall = os.path.join(productdir, "vcvarall.bat") if os.path.isfile(vcvarsall): |
|||
| msg96957 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2009年12月28日 16:05 | |
Duplicate of issue 7511. |
|||
| msg171021 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月23日 09:13 | |
New changeset abf23c22231e by Victor Stinner in branch 'default': Issue #5969: faulthandler module: rename dump_tracebacks_later() to http://hg.python.org/cpython/rev/abf23c22231e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:48 | admin | set | github: 50219 |
| 2012年09月23日 09:13:20 | python-dev | set | nosy:
+ python-dev messages: + msg171021 |
| 2010年06月19日 21:36:09 | georg.brandl | set | status: open -> closed resolution: duplicate superseder: msvc9compiler.py: ValueError when trying to compile with VC Express |
| 2009年12月28日 16:05:19 | skrah | set | nosy:
+ skrah messages: + msg96957 |
| 2009年05月08日 14:03:45 | MarcMarc | create | |