Hi Everyone, I was wondering if anyone has gotten this working just yet. I am attempting to use scipy and i am getting tripped up on the numpy import. I have attempted to import 64 bit builds of the numpy/scipy stack via anaconda, winpython, and even building my own python27 w/ visual studio express 2012 w/ no luck. No matter what I have done I keep getting this error.
# Error: DLL load failed: %1 is not a valid Win32 application. # Traceback (most recent call last): # File "<maya console>", line 1, in <module> # File "C:\Anaconda\Lib\site-packages\numpy\__init__.py", line 185, in <module> # from . import add_newdocs # File "C:\Anaconda\Lib\site-packages\numpy\add_newdocs.py", line 13, in <module> # from numpy.lib import add_newdoc # File "C:\Anaconda\Lib\site-packages\numpy\lib\__init__.py", line 8, in <module> # from .type_check import * # File "C:\Anaconda\Lib\site-packages\numpy\lib\type_check.py", line 11, in <module> # import numpy.core.numeric as _nx # File "C:\Anaconda\Lib\site-packages\numpy\core\__init__.py", line 6, in <module> # from . import multiarray # ImportError: DLL load failed: %1 is not a valid Win32 application. # All the google'ing so far points to incompatible builds between 32/64, however none of the solutions for other folks have worked for this particular issue. ... Please let me know if any one has some insight or suggestions on this one. Thanks, +josh -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/3e3bdcad-470a-4f22-879f-abff5bf35088%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
