Error with Installing the Myro Software
I installed the IPRE(Myro) Software Disk to my computer. But when I enter 'from myro import *' in the Python window, it shows this:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
from myro import *
ImportError: No module named myro
How do I fix this? Please help!!!
Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
from myro import *
ImportError: No module named myro
How do I fix this? Please help!!!
Comments