Mark Hammond wrote:
On 25/05/2010 11:27 AM, Don Dwiggins wrote:
There's a good hint there. I've got all my imports listed at the top of
the file. I do know that, when using the source, the file is read twice
-- once from the command line by the usual Python interpreter, a
could it hang up
waiting for something to happen?
Again, thanks for your assistance,
--
Don Dwiggins
Advanced Publishing Technology
On 25/05/2010 8:36 AM, Don Dwiggins wrote:
OK, I have more information that may help. Looking into the code
invoked by IA.clsAuthorizeBatch(), I've found tha
OK, I have more information that may help. Looking into the code
invoked by IA.clsAuthorizeBatch(), I've found that the hangup occurs in
the call to pythoncom.new in CoClassBaseClass in
win32com\client\__init__.py.
Interestingly, if I run the code in the "main" Twisted thread, it
executes wi
#x27;ve run out of things I can think of to try, or even to get a hint of
what might be getting hung up. One last bit of data: looking at the
process in Process Explorer, I see that it's very busy for several
seconds (about 50% CPU), then goes quiet.
Any good words appreciated,
--
Don Dwigg