[python-win32] Fixed - Method is actually a property

2006-05-25 Thread Dana Robinson
I found the solution to my own problem. I didn't realize that makepy would make me a set function with a Set prefix. D ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Method is actually a property"

2006-05-25 Thread Dana Robinson
Hello, I'm trying to use a COM object that has a function with a signature like this: HRESULT put_Foo(int i, DOUBLE val); The code generated by makepy includes this: # The method Foo is actually a property, but must be used as a method to correctly pass the arguments def Foo(self, i=defaultNam

Re: [python-win32] Python Programming on Win32 Book

2006-05-02 Thread Dana Robinson
On Tue, 2 May 2006, EuGeNe wrote: > http://dogbert.abebooks.com/servlet/BookDetailsPL?bi=715644772&searchurl=sts%3Dt%26y%3D0%26kn%3Dpython%2Bwin32%26x%3D0 > > Book prices are going the way gold is these days ... a precious book! > > EuGeNe I asked O'Reilly about this and they said that they were

[python-win32] Importing an array from COM into Python

2006-04-04 Thread Dana Robinson
his afternoon please cc me so I'll be able to try your suggestions out before I go home. Thanks, Dana Robinson ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32