Re: [Nuke-python] numpy module import failed

2012-06-14 Thread Nathan Rusch
n Subject: Re: [Nuke-python] numpy module import failed Hi again I still have problem importing numpy Nathan Rusch, if you see this message, please help! i want to try your openGLPanel.py, that you posted long time ago here: http://forums.thefoundry.co.uk/phpBB2/viewtopic.php?t=4090 i kno

Re: [Nuke-python] numpy module import failed

2012-06-14 Thread Matthieu Cadet
Hi again I still have problem importing numpy Nathan Rusch, if you see this message, please help! i want to try your openGLPanel.py, that you posted long time ago here: http://forums.thefoundry.co.uk/phpBB2/viewtopic.php?t=4090 i know that you have made this on Linux where everything relate

Re: [Nuke-python] numpy module import failed

2012-06-13 Thread Matthieu Cadet
tried both MKL and unoptimized installation, i get the same error : Traceback (most recent call last): File "", line 1, in File "C:\Python26\Lib\site-packages\numpy\__init__.py", line 147, in import add_newdocs File "C:\Python26\Lib\site-packages\numpy\add_newdocs.py", line 9, in

Re: [Nuke-python] numpy module import failed

2012-06-13 Thread Matthieu Cadet
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

Re: [Nuke-python] numpy module import failed

2012-06-13 Thread Sebastian Elner
try mkl first, its faster. if it does not work try the unoptimized On 06/13/2012 11:52 AM, Matthieu Cadet 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 wr

Re: [Nuke-python] numpy module import failed

2012-06-13 Thread Matthieu Cadet
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 wrote: > did you get your installer from > http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy ? > > > > On 06/13/2012 11

Re: [Nuke-python] numpy module import failed

2012-06-13 Thread Sebastian Elner
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):

[Nuke-python] numpy module import failed

2012-06-13 Thread Matthieu Cadet
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 "", line 1, in File "C:\Python26\Lib\site-packages\numpy\__init__.py", line 137, in import add_newdocs File "C:\Pytho