i got this installer : numpy-unoptimized-1.6.2.win-amd64-py2.6.exe and the same import error appears in Nuke...
but when i run the standalone version of Python executable in a DOS command, importing numpy from it works fine ! maybe it's a missing .dll files or something like that ? On Wed, Jun 13, 2012 at 11:52 AM, Matthieu Cadet <[email protected]> wrote: > mmm not sure i got this one, i will try with it :) > > should i need to download the numpy-unoptimized > or the MKL version ? > > thanks > > On Wed, Jun 13, 2012 at 11:45 AM, Sebastian Elner <[email protected]> > wrote: >> did you get your installer from >> http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy ? >> >> >> >> On 06/13/2012 11:39 AM, Matthieu Cadet wrote: >>> >>> Hi! >>> >>> does anybody know how to import "numpy" python module inside Nuke ? >>> when i try just with "import numpy", i get this error : >>> >>> Traceback (most recent call last): >>> File "<string>", line 1, in<module> >>> File "C:\Python26\Lib\site-packages\numpy\__init__.py", line 137, >>> in<module> >>> import add_newdocs >>> File "C:\Python26\Lib\site-packages\numpy\add_newdocs.py", line 9, >>> in<module> >>> from numpy.lib import add_newdoc >>> File "C:\Python26\Lib\site-packages\numpy\lib\__init__.py", line 4, >>> in<module> >>> from type_check import * >>> File "C:\Python26\Lib\site-packages\numpy\lib\type_check.py", line >>> 8, in<module> >>> import numpy.core.numeric as _nx >>> File "C:\Python26\Lib\site-packages\numpy\core\__init__.py", line 5, >>> in<module> >>> import multiarray >>> ImportError: DLL load failed: The specified module could not be found. >>> >>> i'm using Nuke 6.3v8 64bits on Windows 7 64bits >>> and the numpy version is 1.6.1 for Python 2.6 64bits >>> >>> thanks for your help >>> >> >> >> -- >> Sebastian Elsner - pipeline td - r i s e | fx >> >> t: +49 30 20180300 [email protected] >> www.risefx.com >> >> r i s e | fx GmbH >> Schlesische Strasse 28 Aufgang B, 10997 Berlin >> Geschäftsführer: Sven Pannicke, Robert Pinnow >> >> Handelsregister Berlin HRB 106667 B >> >> _______________________________________________ >> Nuke-python mailing list >> [email protected], http://forums.thefoundry.co.uk/ >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > > > > -- > Matthieu Cadet > Compositor Artist & TD, > nWave Digital > [email protected] -- Matthieu Cadet Compositor Artist & TD, nWave Digital [email protected] _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
