Re: [python-win32] shell extension property sheet

2007-05-29 Thread TK Soh
On 5/27/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > > On 5/27/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > > > > I'm try to add a property sheet to my shell extension project, but > > > > found that pywin32 doesn't support it. What's the best > > thing I can do, > > > > other than hoping it will

Re: [python-win32] shell extension property sheet

2007-05-27 Thread Mark Hammond
> On 5/27/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > > > I'm try to add a property sheet to my shell extension project, but > > > found that pywin32 doesn't support it. What's the best > thing I can do, > > > other than hoping it will supportef pywin32 soon? I'm > using pywin32 > > > bundled w

Re: [python-win32] shell extension property sheet

2007-05-27 Thread TK Soh
On 5/27/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > > I'm try to add a property sheet to my shell extension project, but > > found that pywin32 doesn't support it. What's the best thing I can do, > > other than hoping it will supportef pywin32 soon? I'm using pywin32 > > bundled with ActivePython

Re: [python-win32] shell extension property sheet

2007-05-27 Thread Mark Hammond
> I'm try to add a property sheet to my shell extension project, but > found that pywin32 doesn't support it. What's the best thing I can do, > other than hoping it will supportef pywin32 soon? I'm using pywin32 > bundled with ActivePython 2.4. Use ctypes I would think. Cheers, Mark. ___

[python-win32] shell extension property sheet

2007-05-26 Thread TK Soh
I'm try to add a property sheet to my shell extension project, but found that pywin32 doesn't support it. What's the best thing I can do, other than hoping it will supportef pywin32 soon? I'm using pywin32 bundled with ActivePython 2.4. ___ Python-win32 m