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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to