Hello:
        Following the tips you mentitoned in the year of 2017

I tried to test the  Catia.SystemService.Evaluate() in pytyon, However it 
cannont work, anything went wrong with my code? Any advice will be appreciated, 
thank you!
params=""
CodeToEvaluate = "Sub CATMain()\n" + "MsgBox " + chr(34) + "Hello World" + 
chr(34) + "\nEnd Sub"
CATIA.SystemService.Evaluate(CodeToEvaluate, "VB Script language", "CATMain", 
params)

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to