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 SimonG, amaury.forgeotdarc, belopolsky, meador.inge, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-03-22.13:18:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458652734.87.0.121703104299.issue26598@psf.upfronthosting.co.za>
In-reply-to
Content
Are you making a debug build? It might be looking for _ctypes_d.pyd in that case. You'll need a release build for the embeddable distro, as well as including the pyds from the zip in sys.path - they need to be standalone files.

The embeddable release is meant only for redistribution, so you should build and test against a full install (including debug binaries if you want) and do integration testing with the embeddable package and a release build. (So Zach, yes, it's deliberate.)
History
Date User Action Args
2016-03-22 13:18:54steve.dowersetrecipients: + steve.dower, paul.moore, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, SimonG
2016-03-22 13:18:54steve.dowersetmessageid: <1458652734.87.0.121703104299.issue26598@psf.upfronthosting.co.za>
2016-03-22 13:18:54steve.dowerlinkissue26598 messages
2016-03-22 13:18:54steve.dowercreate