Re: [python-win32] why do I get error 1804 from win32print.SetJob?

2018-11-19 Thread Tim Roberts
Glenn Linderman wrote: I've not coded up the equivalent C program, as I don't have a C compiler installed here, and haven't done any C coding for 8 or 10 years. Were you able to reproduce the problem, or is your error analysis based on code reading? I looked at the code.  Plus, I recognize

Re: [python-win32] Login dialog user ID restriction?

2018-11-19 Thread Scorby, Gary
Thanks for the response. I can hold the key down for 10 seconds or 2 minutes. The result returned when clicking OK is always the same. Also tried individual characters (like ‘12345…’ to confirm. When the window is full, no more characters are accepted. Gary From: python-win32 On Behalf Of

[python-win32] How To Implement CoSuspendClassObjects

2018-11-19 Thread Matteo Boscolo
Hi, I'm trying to crate an out of process com server with just one process for instance. Looking at the following documentation seems the CoSuspendClassObjects is suitable for my use https://docs.microsoft.com/en-us/windows/desktop/api/combaseapi/nf-combaseapi-cosuspendclassobjects can any