Re: [python-win32] Problem registering Python COM object

2009-08-13 Thread Mike Driscoll
Gary Smith wrote: Re: Problem registering Python COM object (suddenly) Hi, I’ve been volunteering for the Research Dept. of Selby Botanical Gardens here in Sarasota, FL. In support of my project I wrote a Python COM server to extend Python’s regular expression capabilities to VB. (I’m aware

[python-win32] Problem registering Python COM object

2009-08-13 Thread Gary Smith
Re: Problem registering Python COM object (suddenly) Hi, I've been volunteering for the Research Dept. of Selby Botanical Gardens here in Sarasota, FL. In support of my project I wrote a Python COM server to extend Python's regular expression capabilities to VB. (I'm aware of VB regular expres

[python-win32] Immediately disconnecting a socket in Windows

2009-08-13 Thread Marte Soliza
I'm using httplib as an HTTP client for a custom HTTP server. One thing I need is to be able to immediately force disconnect a request that takes too long on the server side (and hasn't returned any data) or if the connection becomes problematic to the point that no data returns for a long period o

Re: [python-win32] Winshell issues

2009-08-13 Thread Michael M Mason
Mike Driscoll wrote:- > Michael M Mason wrote: > >> Hi, > >> > >> I've been using Tim Golden's winshell module for a > >> couple of years and just in the last week or so, I've > >> been receiving the following error from multiple users: [snip] > > I'm using Python 3 so I had to mess about to get