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
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
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
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