[python-win32] Python wn32com : How to give byRef parameters in object method and then get updated values

2015-03-05 Thread Pascal
Hello, I'm not an expert, I just want to experiment python with SolidWorks I'm trying to use its DLL with some success, but unfortunately, with some errors : File ">", line 2, in Get5 com_error: (-2147352571, 'Type mismatch', None, 5) I'm not sure about error comment, it's a translation because

Re: [python-win32] Python wn32com : How to give byRef parameters in object method and then get updated values

2015-03-05 Thread Greg Antal
Pascal wrote on 3/5/2015 2:22 PM: Hello, I'm not an expert, I just want to experiment python with SolidWorks I'm trying to use its DLL with some success, but unfortunately, with some errors : File ">", line 2, in Get5 com_error