Re: [python-win32] using a COM interface with [in, out]

2007-01-25 Thread Rex Corrovan
obvious to some, but for those of us just trying to make heads or tails of COM programming, the subtlties in things like this can get you. From: Tim Roberts <[EMAIL PROTECTED]> To: Python-Win32 List Subject: Re: [python-win32] using a COM interface with [in, out] Date: Wed, 24 Jan 2007 17

Re: [python-win32] using a COM interface with [in, out]

2007-01-24 Thread Tim Roberts
Rex Corrovan wrote: > Nevermind, I am an idiot, figured out my problem. Sorry to bother. What was the problem? You can help the next guy trying to do this. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ___ Python-win32 mailing list

Re: [python-win32] using a COM interface with [in, out]

2007-01-24 Thread Rex Corrovan
Nevermind, I am an idiot, figured out my problem. Sorry to bother. From: "Rex Corrovan" <[EMAIL PROTECTED]> To: Python-win32@python.org Subject: [python-win32] using a COM interface with [in, out] Date: Wed, 24 Jan 2007 16:31:30 -0800 So I am using an interface where the .idl

[python-win32] using a COM interface with [in, out]

2007-01-24 Thread Rex Corrovan
So I am using an interface where the .idl looks like this: HRESULT getVersion( [in, out] BSTR* Version, [in, out] BSTR* error, [out, retval] VARIANT_BOOL* ); [id(0x60030002)] Now, I ran makepy, and tried to use th