Re: [python-win32] pywin32 build 214 released

2009-08-05 Thread Marc-Andre Belzile
Yes, sorry, I just realized that after sending the mail. I have another problem though when I try to bind the scripting engine to the script site object in my C++ app. Calling IActiveScript::SetScriptSite returns E_FAIL. I haven't try yet with 3.0 and build 213. Is it a known regression with

Re: [python-win32] pywin32 build 214 released

2009-08-05 Thread Mark Hammond
On 5/08/2009 11:06 PM, Marc-Andre Belzile wrote: I have another problem though when I try to bind the scripting engine to the script site object in my C++ app. Calling IActiveScript::SetScriptSite returns E_FAIL. I haven't try yet with 3.0 and build 213. Is it a known regression with 214?

Re: [python-win32] pywin32 build 214 released

2009-08-05 Thread Marc-Andre Belzile
I have the same problem with 3.0. -mab -Original Message- From: Mark Hammond [mailto:mhamm...@skippinet.com.au] Sent: Wednesday, August 05, 2009 10:13 AM To: Marc-Andre Belzile Cc: Python-win32@python.org Subject: Re: [python-win32] pywin32 build 214 released On 5/08/2009 11:06 PM,

Re: [python-win32] faster way to get printer status?

2009-08-05 Thread Tim Golden
Alec Bennett wrote: I'm trying to get the online/offline status of a printer, and using WMI I'm finding it very slow. Here's the code I'm working, maybe there's some way to opimize it? Or some other way? I'm able to use win32print to query the status of an online printer, but not to find out