-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dss._cffi_api_util.DSSException #40
Comments
Hi @BY-hash, We're working on implementing those right now. The building blocks are already implemented in the base Pascal library but not 100% ready yet.
Since threading in Python is not great (GIL, etc.), usually we recommend either Python's built-in PS: I'll move this to the dss_python repo |
Hello,
I'm using dss-python library on linux, with:
import dss
dss_engine = dss.DSS
DSSText = dss_engine.Text
DSSText.Command works fine for editing elements etc. But when I try to use the parallel mechanism of DSS, I get the following errors:
dss._cffi_api_util.DSSException: (302, 'Unknown Command: "ClearAll" \r\nClearAll ')
dss._cffi_api_util.DSSException: (130, 'Unknown parameter "Parallel" for Set Command ')
Why is this happening?
Second, I want to do a parallel for loop, where each for loop does many snap-hot solutions.
I have seen one issue here on parallel run, but not specifically on the use case of for loops.
Do you have any suggestion regarding such application?
Thank you !
The text was updated successfully, but these errors were encountered: