Re: [python-win32] ByRef params not working with PythonCOM

2008-11-03 Thread Greg Antal
Mark: The workaround you suggest may not scale, but it works and I can live with it. I was on the verge of giving up on Python for this project and converting to the API's native VB, but I won't have to do that now. Thanks. - Greg Antal Gregory W. Antal Senior Technical Advisor ATA

Re: [python-win32] ByRef params not working with PythonCOM

2008-11-02 Thread Mark Hammond
But, in Imodel, the 'feSelector' attribute is defined as follows: feSelector: (10349, 2, (9, 0), (), feSelector, None) That 'None' at the end is the resultCLSID entry, and apparently that's how 'feSelector' is supposed to be connected to 'ISelector'. I edited PyFemap.py and manually

Re: [python-win32] ByRef params not working with PythonCOM

2008-10-28 Thread Greg Antal
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Greg Antal Sent: Tuesday, 7 October 2008 4:10 AM To: python-win32@python.org Subject: Re: [python-win32] ByRef params not working with PythonCOM Greetings all. I posted this a

Re: [python-win32] ByRef params not working with PythonCOM

2008-10-22 Thread Greg Antal
Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Greg Antal Sent: Tuesday, 7 October 2008 4:10 AM To: python-win32@python.org Subject: Re: [python-win32] ByRef params not working with PythonCOM Greetings all. I p

Re: [python-win32] ByRef params not working with PythonCOM

2008-10-22 Thread Thomas Heller
Greg Antal schrieb: Hi everybody. It's been nearly 2 weeks since I posted this, and nobody has responded. If anybody has any ideas, I'd be glad to hear them. I'll provide more info on anything anybody thinks is relevant. Well, a totally different idea would be to try out comtypes with

Re: [python-win32] ByRef params not working with PythonCOM

2008-10-08 Thread Greg Antal
ult. Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Greg Antal Sent: Tuesday, 7 October 2008 4:10 AM To: python-win32@python.org Subject: Re: [python-win32] ByRef params not working with PythonCOM Greetings all. I posted this a week ago a

Re: [python-win32] ByRef params not working with PythonCOM

2008-10-07 Thread Mark Hammond
@python.org Subject: Re: [python-win32] ByRef params not working with PythonCOM Greetings all. I posted this a week ago and had no response, so I'll try again. Any information would be helpful, even if it's just that all looks right, no idea why it doesn't work. I'll gladly provide more info

Re: [python-win32] ByRef params not working with PythonCOM

2008-10-06 Thread Greg Antal
Greetings all. I posted this a week ago and had no response, so I'll try again. Any information would be helpful, even if it's just "that all looks right, no idea why it doesn't work." I'll gladly provide more info if needed, or try a different statement of the problem if it isn't clear.