Re: [python-win32] By-reference COM method arguments not being treated as outputs

2009-07-27 Thread Greg Antal
Mike: When I ran into this, it was because the type library on which I ran makepy was not quite correctly defined. You could check the archives of this mailing list starting at http://www.mail-archive.com/python-win32@python.org/msg05578.html to see if maybe you have the same problem. If s

[python-win32] By-reference COM method arguments not being treated as outputs

2009-07-27 Thread Mike Graham
I used MakePy on a COM library with some success, but it does not seem to work with methods with passed-by-reference arguments. The documentation, as I understand it, says that the c_fun(in1, in2, *out1, *out2) should transform into (out1, out2) = py_fun(in1, in2). For example, MakePy makes me the

Re: [python-win32] Problem with Python win32com while loading facebook homepage

2009-07-27 Thread Mike Driscoll
Adrien, Hi dear members of the python-win32 python mailing list, I'm trying to connect to my facebook account.. I'd like to automate some tasks like closing applications requests, and why not automate task for application games of facebook, if I arrive to do this. But I can't arrive to conne

Re: [python-win32] subprocess and stdout

2009-07-27 Thread Dave Angel
Christopher Chapman wrote: I'm trying to write a "module" to a larger program. This module eventually needs to reference a config file with setup information in it, but I'm not there yet. I'm using the subprocess module to run an external antivirus program and trying to get the output written t