SCAMP and Csound?

Hi, wondering if anyone has connected SCAMP with Csound? I’ve been trying to get the Python-based ctcsound to work with SCAMP in Thonny but keep running into errors. Curious to know if anyone is using it. I’ll post my errors below.

Python 3.7.9 (bundled)

%Run csound-test.py
Traceback (most recent call last):
File “/Users/…/Documents/SCAMP/CLASS EXAMPLES/csound-test.py”, line 1, in
import ctcsound
File “/Users/…/Documents/SCAMP/CLASS EXAMPLES/ctcsound.py”, line 2705, in
libcspt.NewCsoundPT.restype = ct.c_void_p
File “/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/init.py”, line 377, in getattr
func = self.getitem(name)
File “/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/init.py”, line 382, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(RTLD_DEFAULT, NewCsoundPT): symbol not found