Re: [python-win32] Create _reg_clsid?

2011-05-22 Thread Mark Hammond
On 21/05/2011 2:58 AM, Jun Koi wrote: hi, i am trying to create my first context menu shell extension. i base my code on the sample context_menu.py. i have a question: how can i create my "_reg_clsid" for my extension? I think you just want: >>> import pythoncom >>> pythoncom.CreateGuid() IID

Re: [python-win32] Create _reg_clsid?

2011-05-22 Thread Jun Koi
On Mon, May 23, 2011 at 12:52 PM, Mark Hammond wrote: > On 21/05/2011 2:58 AM, Jun Koi wrote: >> >> hi, >> >> i am trying to create my first context menu shell extension. i base my >> code on the sample context_menu.py. i have a question: how can i >> create my "_reg_clsid" for my extension? > > I