Mark,
Per comment on
http://stackoverflow.com/questions/4582819/com-server-build-using-python-on-64-bit-windows-7-machine/4621124#4621124it
was an issue with py2exe and patch provided here worked well.
Thanks,
Vijayendra.
On Thu, Jan 6, 2011 at 10:12 AM, vijayendra bapte <
vijayendra.ba...@gmail
On Thu, Jan 6, 2011 at 7:50 AM, Mark Hammond wrote:
> On 31/12/2010 3:50 PM, vijayendra bapte wrote:
>
>> I have turned on logger in
>> `Python27/Lib/site-packages/py2exe/boot_com_servers.py` and here is the
>> traceback which I am getting in `comerror.txt` on `regsvr32
>> test_icon_overlay.dll`
>
On 31/12/2010 3:50 PM, vijayendra bapte wrote:
I have turned on logger in
`Python27/Lib/site-packages/py2exe/boot_com_servers.py` and here is the
traceback which I am getting in `comerror.txt` on `regsvr32
test_icon_overlay.dll`
PATH is
['C:\\root\\avalon\\module\\sync\\python\\src\\dist
On Fri, Dec 31, 2010 at 7:56 AM, Mark Hammond wrote:
> 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 0x80
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 tr