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.

Author scott.dial
Recipients amaury.forgeotdarc, jkleckner, scott.dial
Date 2008-05-29.13:49:49
SpamBayes Score 0.021765308
Marked as misclassified No
Message-id <1212068991.79.0.751204955161.issue2975@psf.upfronthosting.co.za>
In-reply-to
Content
The path gets changed everytime a MSVCCompiler is instantiated. I've
seen the same problem with PATH before with PyPy. I agree this is a bug,
but I don't see how it can be fixed. The problem exists inside of
vcvarsall.bat if I understand this correctly. Furthermore, I don't
understand how an exception could actually be thrown; the vc_env values
are sourced from the environment after running vcvarsall.bat, so how
could they be too long?
History
Date User Action Args
2008-05-29 13:49:52scott.dialsetspambayes_score: 0.0217653 -> 0.021765308
recipients: + scott.dial, amaury.forgeotdarc, jkleckner
2008-05-29 13:49:51scott.dialsetspambayes_score: 0.0217653 -> 0.0217653
messageid: <1212068991.79.0.751204955161.issue2975@psf.upfronthosting.co.za>
2008-05-29 13:49:50scott.diallinkissue2975 messages
2008-05-29 13:49:50scott.dialcreate