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 erik flister
Recipients erik flister, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-11.21:31:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434058300.48.0.464232852878.issue24429@psf.upfronthosting.co.za>
In-reply-to
Content
thanks - i still don't understand tho.  if python would have to be recompiled to use a different crt, why wouldn't matlab?  if a manifest could fix matlab, why couldn't one fix python?

i ran into all this trying to get shapely to load in matlab, and using msvcrt instead of find_library('c') solved it there:
https://github.com/Toblerity/Shapely/issues/104#issuecomment-111050335

that solution seems so much easier than any of this manifest/sxs stuff -- but you're saying it's wrong?

sorry i'm slow, never dealt with any of this stuff before...
History
Date User Action Args
2015-06-11 21:31:40erik flistersetrecipients: + erik flister, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2015-06-11 21:31:40erik flistersetmessageid: <1434058300.48.0.464232852878.issue24429@psf.upfronthosting.co.za>
2015-06-11 21:31:40erik flisterlinkissue24429 messages
2015-06-11 21:31:40erik flistercreate