Hi everyone,
I'm trying to install c4dpy interpreter to pycharm following :
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/misc/c4dpy.html
I'm stuck at the step where he runs it on the terminal:
4)Drag the c4dpy file into the Terminal window and press return.
5)c4dpy should run without error and enter Python interactive interpreter >>>.
On mine terminal it's not running and I get the following error:
WARNING: symbol 'g_privateBinary' is missing. error: dlsym(0x7fa647401b20, g_privateBinary): symbol not found [osx_dll.cpp(152)] [general.cpp(386)]
WARNING: symbol 'g_privateBinary' is missing. error: dlsym(0x7fa647700820, g_privateBinary): symbol not found [osx_dll.cpp(152)] [general.cpp(386)]
Segmentation fault: 11
I have a student edition of Cinema4d, may be this the problem?
Any help?