Hi!! First post here!!

Im currently triying to install numpy on maya 2013 x64, and Im getting mad.... 
:(


I've been searching for a solution but nothing have worked:

import numpy
# Error: DLL load failed: A dynamic link library (DLL) initialization routine 
failed.
# Traceback (most recent call last):
#   File "<maya console>", line 1, in <module>
#   File "C:\Program 
Files\Ilion\IlionMayaFramework\2013\ilion_maya_framework\shared\bin\site-packages\numpy\__init__.py",
 line 154, in <module>
#     import add_newdocs
#   File "C:\Program 
Files\Ilion\IlionMayaFramework\2013\ilion_maya_framework\shared\bin\site-packages\numpy\add_newdocs.py",
 line 9, in <module>
#     from numpy.lib import add_newdoc
#   File "C:\Program 
Files\Ilion\IlionMayaFramework\2013\ilion_maya_framework\shared\bin\site-packages\numpy\lib\__init__.py",
 line 4, in <module>
#     from type_check import *
#   File "C:\Program 
Files\Ilion\IlionMayaFramework\2013\ilion_maya_framework\shared\bin\site-packages\numpy\lib\type_check.py",
 line 8, in <module>
#     import numpy.core.numeric as _nx
#   File "C:\Program 
Files\Ilion\IlionMayaFramework\2013\ilion_maya_framework\shared\bin\site-packages\numpy\core\__init__.py",
 line 5, in <module>
#     import multiarray
# ImportError: DLL load failed: A dynamic link library (DLL) initialization 
routine failed. # 


I've read something about that maya python is compiled with vs2010 and numpy 
for python2.6 needs vsc71, I've also tried to install numpy for python2.7 but 
neither is working.

Do anyone have a clue about it?

Thanks for all in advance!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To post to this group, send email to python_inside_maya@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to