Hello,

I want to start using Spyder as an IDE for coding ML with CNTK. But am not 
getting past the simple step of getting CNTK imported into the IDE. Can 
someone pls help?  I suspect it is a simple path / config setting issue, 
and I am new to this.

On the positive side - I have the installs of Anaconda, and cntkpy55 etc 
doing the right thing since I can run the entire python program from within 
a command line shell.

-----------------------------

runfile('C:/data-files/CNTK/temp.py', wdir='C:/data-files/CNTK')
Traceback (most recent call last):
  File "<ipython-input-1-ae57534010e1>", line 1, in <module>
    runfile('C:/data-files/CNTK/temp.py', wdir='C:/data-files/CNTK')
  File 
"C:\local\Anaconda3-4.1.1-Windows-x86_64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py",
 
line 714, in runfile
    execfile(filename, namespace)
  File 
"C:\local\Anaconda3-4.1.1-Windows-x86_64\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py",
 
line 89, in execfile
    exec(compile(f.read(), filename, 'exec'), namespace)
  File "C:/data-files/CNTK/temp.py", line 13, in <module>
    import cntk
ImportError: No module named 'cntk'

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to