THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/09/2012 at 12:51, xxxxxxxx wrote:
well i did 2 attempts....
first :
installed numpy on my python 2.6.6 folder in c...then copied the numpy folder to cinema4d user library python package blablabla
error is:
Traceback (most recent call last) :
File "'Python'", line 2, in <module>
File "C:\Users\Mohamed\AppData\Roaming\MAXON\CINEMA 4D R14 Demo_555A13E8\library\python\packages\win32\numpy\__init__.py", line 137, in <module>
import add_newdocs
File "C:\Users\Mohamed\AppData\Roaming\MAXON\CINEMA 4D R14 Demo_555A13E8\library\python\packages\win32\numpy\add_newdocs.py", line 9, in <module>
from numpy.lib import add_newdoc
File "C:\Users\Mohamed\AppData\Roaming\MAXON\CINEMA 4D R14 Demo_555A13E8\library\python\packages\win32\numpy\lib\__init__.py", line 4, in <module>
from type_check import *
File "C:\Users\Mohamed\AppData\Roaming\MAXON\CINEMA 4D R14 Demo_555A13E8\library\python\packages\win32\numpy\lib ype_check.py", line 8, in <module>
import numpy.core.numeric as _nx
File "C:\Users\Mohamed\AppData\Roaming\MAXON\CINEMA 4D R14 Demo_555A13E8\library\python\packages\win32\numpy\core\__init__.py", line 5, in <module>
import multiarray
ImportError: DLL load failed: The specified module could not be found.
second attempt :
removed all cinema4d internal python..copied the python folder 2.6.6 and renamed it to python 32 framework (same as the one in cinema4d)
and as expected it didn't work cause didn't recognize c4d functions :D
i think the first problem due to python versions (2.6.6 is a must use ....while c4d uses 2.6.4)
any idea how to solve