It seems to have python 2.7. Can I then just use
Cmake -DBUILD_PYTHON_OPCODES=1
?
Best, Andreas
It seems to have python 2.7. Can I then just use
Cmake -DBUILD_PYTHON_OPCODES=1
?
Best, Andreas
The python opcodes have been ported to Python 3.0. As a prefiguration of Csound 7, plugins will have to be built apart from the core Csound. Actually, you can build the python opcodes for Python 3 from here: https://github.com/csound/plugins.
François
Cmake -DBUILD_PYTHON_OPCODES=1
Did the trick for Ubuntu 18.05 and Python 2.7 at least.
Earlier I tried to build the Python 3 opcodes on my mac, and it worked!
Best, Andreas
I think the Python3 opcodes are the way to go.