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 steve.dower
Recipients acx01bc, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-24.02:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443060916.06.0.319594357621.issue25223@psf.upfronthosting.co.za>
In-reply-to
Content
None of them are statically linked, and we looked into that for 3.5 and it had other issues, so we went fully dynamically linked.

This is either an issue specific to your machine, or a Vista issue (we didn't get a lot of testing done on Vista).

Installing the VC 2015 redistributable from http://www.microsoft.com/en-us/download/details.aspx?id=48145 should include the files you need (as should installing Python 3.5.0 itself, but apparently that didn't work). The DLL should be under C:\Windows\System32.
History
Date User Action Args
2015-09-24 02:15:16steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, acx01bc
2015-09-24 02:15:16steve.dowersetmessageid: <1443060916.06.0.319594357621.issue25223@psf.upfronthosting.co.za>
2015-09-24 02:15:16steve.dowerlinkissue25223 messages
2015-09-24 02:15:15steve.dowercreate