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 Pat.Le.Cat
Recipients Pat.Le.Cat, loewis, steve.dower, tim.golden, zach.ware
Date 2014-06-22.15:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403449219.62.0.714384171675.issue21799@psf.upfronthosting.co.za>
In-reply-to
Content
Yes I'm sorry, this evolved as I investigated further. So the initial case has become this:

Bug:
Python 3.4 Windows installation contains python34.dll but does not install it. Both: python-3.4.1.amd64.msi and python-3.4.0.amd64.msi (maybe the 32bit too?)

Negligence:
Documentation should mention that to embed Python it is necessary to use python34.dll (at least under Windows) and that with MingW one can directly link to the DLL and doesn't need an .a file.
History
Date User Action Args
2014-06-22 15:00:19Pat.Le.Catsetrecipients: + Pat.Le.Cat, loewis, tim.golden, zach.ware, steve.dower
2014-06-22 15:00:19Pat.Le.Catsetmessageid: <1403449219.62.0.714384171675.issue21799@psf.upfronthosting.co.za>
2014-06-22 15:00:19Pat.Le.Catlinkissue21799 messages
2014-06-22 15:00:19Pat.Le.Catcreate