Re: [python-win32] Windows Namespace Extensions

2005-04-23 Thread Stephan Smola
@Mark & Roger: Thanks alot for the hint. Didn't expect that a demo exists. Great. Seems easy enough for me ;-) Stephan Mark Hammond schrieb: Is it possible to write windows namespace extensions using Python including writing a new view in the explorer for the namespace using win32ui. If so has an

RE: [python-win32] Windows Namespace Extensions

2005-04-20 Thread Mark Hammond
> Is it possible to write windows namespace extensions using Python > including writing a new view in the explorer for the namespace using > win32ui. If so has anyone done that already and can share some tips? It is and it works very nicely :) See the win32comext\shell\demos directory for some st