Using Python to add thumbnails to Explorer

c d saunter christopher.saunter at durham.ac.uk
Wed Nov 2 07:35:42 EST 2005


John J. Lee (jjl at pobox.com) wrote:

: "Roger Upole" <rupole at hotmail.com> writes:

: Or, if not, then you can do it with module ctypes.

: http://starship.python.net/crew/theller/ctypes/

: There's an O'Reilly book called something like "win32 shell
: programming" that covers this stuff.

: John

Roger & John - thanks for the info.  Unless I'm wrong (a distinct 
posibility) this isn't an option, as all though COM is used as the 
interface, it is used to talk to *in process* code loaded from a DLL - so 
Python can only be used if the interpreter is invoked from within a custom 
shell extension .dll, which is probably not the best idea for various 
reasons.

Thanks,
	Chris



More information about the Python-list mailing list