[python-win32] Com server on 64 bit Windows 7
Mark Hammond
skippy.hammond at gmail.com
Fri Dec 31 03:26:34 CET 2010
On 29/12/2010 9:40 PM, vijayendra bapte wrote:
> I have created dll file using `python setup_VI.py py2exe` and then tried
> to register it using `regsvr32 test_icon_overlay.dll`. Registration
> fails with windows error message "Error 0x80040201 while registering
> shell extension".
I guess trying to track the above down is what needs to be done. Maybe
try making an exe purely for the purposes of registering (ie, just
invoking HandleCommandLine) and see how it does - at least you might get
a traceback out of it.
Mark
More information about the python-win32
mailing list