According to eryk, it might help to "create a context at runtime from
the manifest that's
embedded in python27.dll". How would I do that? It sounds to me like it
requires Windows programming skills (which unfortunately I don't have).
Does "later MSVC versions no longer have this stupid requirement
Am 01.02.2016 um 10:26 schrieb eryk sun:
> On Sun, Jan 31, 2016 at 10:42 PM, Mark Hammond
> wrote:
>> On 17/01/2016 6:51 AM, Malte Forkel wrote:
>>> I'm trying the register a COM server using the install script of a built
>>> distribution, created with the bdist_wininst format of distutils. But
Am 01.02.2016 um 05:42 schrieb Mark Hammond:
> On 17/01/2016 6:51 AM, Malte Forkel wrote:
>> Hi,
>>
>> I'm trying the register a COM server using the install script of a built
>> distribution, created with the bdist_wininst format of distutils. But
>> the script fails with a message that MSVCR90.d
Eryk's reply is right on the money - I'd forgotten about that. IIRC,
having that manifest directly in pythoncomxx.dll or pywintypesxx.dll
ended up using a different activation context, which had its own
problems; that loader module exists purely to work around these problems.
I'm still a bit c
On Sun, Jan 31, 2016 at 10:42 PM, Mark Hammond wrote:
> On 17/01/2016 6:51 AM, Malte Forkel wrote:
>>
>> I'm trying the register a COM server using the install script of a built
>> distribution, created with the bdist_wininst format of distutils. But
>> the script fails with a message that MSVCR9
On 17/01/2016 6:51 AM, Malte Forkel wrote:
Hi,
I'm trying the register a COM server using the install script of a built
distribution, created with the bdist_wininst format of distutils. But
the script fails with a message that MSVCR90.dll can't be found.
Registering the server after the install
Hi,
I'm trying the register a COM server using the install script of a built
distribution, created with the bdist_wininst format of distutils. But
the script fails with a message that MSVCR90.dll can't be found.
Registering the server after the installer is done works fine. I'm using
Python 2.7.1