To exemplify, when I try to call PutEx on , which was obtained by calling QueryInterface(IID_IADs) on an
object returned from IADsContainer.GetObject, I get an AttributeError:
'PyIADs' object has no attribute 'PutEx'. This correlates with the
documentation for PyIADs at
http://docs.activestate.com/
Looking at the implementation of PyIADs, I can see that the PutEx
implementation is commented out. This just gets more and more mysterious, to
me at least.
Arve
On Tue, Aug 4, 2009 at 9:56 AM, Arve Knudsen wrote:
> To exemplify, when I try to call PutEx on 0x003C1EB8>, which was obtained by cal
Kimmo Kekkonen wrote:
Hi!
I were wondering if it is possible to use Python to select a window
(by title or somehow) and then input text into it? I'd need the trick
to input text to program I am running from cmd. When program opens it
also opens one "GUI" window and focus to the cmd will lost. No
Hi!
On Mon, 03 Aug 2009 16:53:30 +0200, Mike Driscoll
wrote:
durumd...@gmail.com wrote:
Hi!
I'm searching a good Python MAPI module...
I wanna send many pictures, I wanna split them into 5 MB sized mails,
and I wanna see them in default mailer as new mails.
The sending is not needed,
I have successfully used windpysend for several years. It is not elegant --
you have to feed the characters slowly -- but works reliably enough that I
automated several casino server start-up scripts using it, and the casino is
very happy that the users no longer foul things up.
It is not open sou
Kimmo Kekkonen wrote:
>
> I were wondering if it is possible to use Python to select a window
> (by title or somehow) and then input text into it? I'd need the trick
> to input text to program I am running from cmd. When program opens it
> also opens one "GUI" window and focus to the cmd will lost.
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 whether its online or
Hi,
I can't install build 214 (amd64), the installer gives this error message
---
Cannot install
---
Python version 3.1 required, which was not found in the registry.
---
OK
---
Is there anything s
On 5/08/2009 3:55 AM, Marc-Andre Belzile wrote:
Hi,
I can't install build 214 (amd64), the installer gives this error message
---
Cannot install
---
Python version 3.1 required, which was not found in the registry.
---
OK
-