Re: [python-win32] Problem registering COM server at installation time

2016-03-09 Thread Malte Forkel
ou > when that's the exact same stub used by the pywin32 installer, which > obviously does manage to load Python ok. > > (The good-ish news is that later MSVC versions no longer have this > stupid requirement, but that doesn't help the 2.x series) > > Mark > > On 2/

Re: [python-win32] Problem registering COM server at installation time

2016-02-01 Thread Malte Forkel
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 bdi

Re: [python-win32] Problem registering COM server at installation time

2016-02-01 Thread Malte Forkel
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 sc

[python-win32] Problem registering COM server at installation time

2016-01-17 Thread Malte Forkel
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