[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-07 Thread Pascal
the list, too. Bonne chance, et bon courage. - Greg -- Gregory W. Antal Senior Technical Advisor ATA Engineering, Inc. 13290 Evening Creek Drive South, Suite 250 San Diego, CA 92128 www.ata-e.com greg.an...@ata-e.com 858-480-2072 (Phone) 858-792-8932 (Fax) -- Pascal wrot

[python-win32] Advice about usinf win32com

2018-03-19 Thread Marchand, Pascal
with the attributeList string inParams["attNumberList"] = attributeList; // Invoke the "GetAttributes" Method and save the result to a new ManagementBaseObject outparams = o.InvokeMethod("GetAttributes", inParams, null); Thanks for your help Regards. Pascal. ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] win32print + cx_freeze or pyinstaller, a print job which works with scrypt doesn't work when frozen.

2019-01-22 Thread Marchand, Pascal
Hello, I posted my issue on stackoverflow: https://stackoverflow.com/questions/54239295/when-using-win32print-cx-freeze-print-instruction-doesnt-work-without-produc/54249518#54249518 Where you can found all the code if needed. Some people helps me, but we have not found the solution until now tha