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 erik flister, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-11.22:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434061734.28.0.740071325976.issue24429@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, it can go into the DLL, and it's already there. The problem may be that there is conflicting information about which resource ID - https://msdn.microsoft.com/en-us/library/aa374224(v=vs.90).aspx says it should be 1 while your link says 2.

python27.dll has the manifest as resource 2, so if that is incorrect, then that could be a reason why it's not working. (Looking at the search paths in that link above, there are other potential reasons if it's finding a compatible assembly in the MATLAB folder, but it sounds like that's not the case.)

I guess we need someone with the patience to go through and figure out exactly whether it should be 1 or 2. That person is not me, sorry.
History
Date User Action Args
2015-06-11 22:28:54steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, erik flister
2015-06-11 22:28:54steve.dowersetmessageid: <1434061734.28.0.740071325976.issue24429@psf.upfronthosting.co.za>
2015-06-11 22:28:54steve.dowerlinkissue24429 messages
2015-06-11 22:28:53steve.dowercreate