[python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-24 Thread Adam Pletcher
I have Python 2.6.2 (32-bit) and pywin32 212, on Vista 64. Using the "context_menu" sample script as reference, I made a script that registers a shell extension, adding a couple right-click commands to 32-bit Explorer. I now need to register it for use in 64-bit Explorer, but can't seem to wor

Re: [python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-22 Thread Adam Pletcher
t; -Original Message- > From: python-win32-bounces+adam=volition-inc@python.org > [mailto:python-win32-bounces+adam=volition-inc@python.org] On > Behalf Of Tim Roberts > Sent: Tuesday, June 22, 2010 5:20 PM > To: Python-Win32 List > Subject: Re: [python-win32] Regi

Re: [python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-22 Thread Tim Roberts
Adam Pletcher wrote: > I have Python 2.6.2 (32-bit) and pywin32 212, on Vista 64. > > Using the “context_menu” sample script as reference, I made a script > that registers a shell extension, adding a couple right-click commands > to 32-bit Explorer. I now need to register it for use in 64-bit > Ex

[python-win32] Registering 64-bit Shell Extension using 32-bit Python

2010-06-22 Thread Adam Pletcher
I have Python 2.6.2 (32-bit) and pywin32 212, on Vista 64. Using the “context_menu” sample script as reference, I made a script that registers a shell extension, adding a couple right-click commands to 32-bit Explorer. I now need to register it for use in 64-bit Explorer, but can’t seem to work i