I am trying to add an external python module, but do not succeed.
I can run 'python setup.py install', but then I get the message
c:\temp\binpacking-1.3>python setup.py install
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from setuptools import setup
ImportError: No module named setuptools
I guess I have to install setuptools first. Or has cinema 4d done this already?
And what about pip, is that already in cinema 4d python?
So, could somebody please help me with a step by step instruction how to install external python modules.