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
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
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
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