On 3/01/2012 10:48 PM, Alex van Houten wrote:
> Thomas Heller<theller<at> ctypes.org> writes:
>
>>
>> Am 28.12.2011 14:23, schrieb Alex van Houten:
>>> Hi, I have posted my question on SO a while ago:
>>>
> http://stackoverflow.com/questions/8601950/load-pyd-files-from-a-zip-from-embedded-python
>>> but no solutions have been posted.
>>> Any clue?
>>
>> See the answer that I posted to the stackoverflow site.
>
> However, I am not 100% clear on what you mean.
> Do you mean embedding a manifest in your exe as explained here:
> http://msdn.microsoft.com/en-us/library/ms235591%28v=vs.80%29.aspx
>
> or do you mean as part of the exe (in my case a zip) made by py2exe
> as it is explained on the wiki
> http://www.py2exe.org/index.cgi/Tutorial
> "5.2.1. Bundling the C runtime DLL"
If you haven't already, try the latter. If you just include msvcr90.dll
without the other 3 files, you will get this error. Unfortunately there
are also a couple of other ways this error can crop up, but not having
the complete set of 4 files in the assembly is probably the most common.
Mark
|