Search found 6 matches

by deejay6
Tue May 02, 2017 9:14 pm
Forum: Boxes
Topic: Matlab to Python scripting box convert
Replies: 3
Views: 3734

Re: Matlab to Python scripting box convert

Thanks so much for the responses, Jussi, I read that many times and couldn't find any, that's when I come to forum ;) haha.
tgaugry wrote:gaugry
Thanks, I see, I've been trying to use the signal average.py example, and I guess defining part at the top acts as the initialize, and so on.
by deejay6
Thu Apr 06, 2017 5:02 pm
Forum: Boxes
Topic: Matlab to Python scripting box convert
Replies: 3
Views: 3734

Matlab to Python scripting box convert

Hi, I am trying to convert a code written in Matlab scripting box to a Python. in MATLAB there are Initialize and uninitialize.m files, specially the Initialize part where it defines the variables, however in the python tutorial(signal average.py) it says no need of initialize/uninitilaze and there ...
by deejay6
Thu Apr 06, 2017 4:57 pm
Forum: Boxes
Topic: Python Scripting Box : Error : No module named numpy
Replies: 9
Views: 15286

Re: Python Scripting Box : Error : No module named numpy

I think I deleted registry and reinstalled python 2.7.11 instead of what I had 2.7.3.
by deejay6
Wed Apr 05, 2017 2:44 am
Forum: Boxes
Topic: Python Scripting Box : Error : No module named numpy
Replies: 9
Views: 15286

Re: Python Scripting Box : Error : No module named numpy

Thank you so much. I got it to work using older computer with Windows 7.
by deejay6
Tue Apr 04, 2017 4:49 am
Forum: Boxes
Topic: Python Scripting Box : Error : No module named numpy
Replies: 9
Views: 15286

Re: Python Scripting Box : Error : No module named numpy

Thanks for your response Jussi ! Now I uninstalled Python 2.7.3 and installed 2.7.11 and everything exactly as your settings on win 10 64bit etc. Also installed numpy using pip. Now the python box also dissapeaerd from scripting. Could you help how would I go about changing/cleaning the registries/ ...
by deejay6
Thu Mar 23, 2017 9:38 pm
Forum: Boxes
Topic: Python Scripting Box : Error : No module named numpy
Replies: 9
Views: 15286

Python Scripting Box : Error : No module named numpy

I am trying to run the basic examples that come with openvibe like Signal Average.py etc codes within Python Scripting boxes, It gives a error no module named Numpy even though numpy is installed, I installed canopy, also installed numpy using pip, and in the command prompt it all works as importing...