Windows URL protocol handler in python?

John J. Lee jjl at pobox.com
Tue Aug 17 17:30:25 EDT 2004


"john.burton at jbmail.com" <john.burton at jbmail.com> writes:

> Is there a way to make a handler in python presumably using the win32
> extensions to handle URLS of a specific type when they are given to
> windows?
> 
> For example if I want to handle
> myprotocol://server/id
> using my own python program?
> Any suggestions or references would be appreciated.

Maybe pywin32 can do it.  Probably ctypes can do it.

Read up on COM monikers (eg. Essential COM by Don Box).


John



More information about the Python-list mailing list