Re: [python-win32] [issue570] [windows server 2003]Datagram Socket on windows server 2003 (python winsock not work well))

2015-07-13 Thread Alan Gauld
On 13/07/15 03:57, 王利强 wrote: New submission from johnny_wang: when use: s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) s.setsockopt(socket.IPPROTO_IP, socket.IP_HDRINCL, 1) s.bind(('', 1029))

[python-win32] Windows automation basics

2014-03-05 Thread Alan Gauld
After a long absence(~10 years!) I'm now back to programming in Windows. I need to automate some workflows using COM to various applications (mixture of in-house and commercial). I'm having problems finding out which apps even support COM access and figuring out what COM objects/methods exist.

Re: [python-win32] Good Book

2011-08-01 Thread Alan Gauld
sefa yıldız wrote: and also a few sources: http://www.freenetpages.co.uk/hp/alan.gauld/ Thanks for the plug but that site has been closed (bt freenet) for several years now! The latest version of the site, including the almost completed V3 tutor, is at http://www.alan-g.me.uk/ Regards,