<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Quote:Rohit J. (Intel) wrote: in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097381#M448</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rohit J. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;It seems that in your conda environment, there's no "tornado". From your activated environment, could you provide the output of "conda list"? In the presence of "tornado" in your environment, you wouldn't have run into this issue. If you're okay with using another backend, that's okay as well.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I understand that; I definitely have not installed Tornado on this system (within the Conda environment or otherwise). My reason for mentioning it is this seems to be a behavioral discrepancy between the Intel and "stock" matplotlib distributions, which automatically choose a supported backend rather than one with special (unmet) dependencies. &lt;SPAN style="font-size: 1em;"&gt;I've used the stock distribution up to this point without having to install Tornado or force a specific backend.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;For my own local use, forcing the backend or installing the dependency are acceptable workarounds. But for eventual distribution of a python-based app to customers,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;the difference in behavior raises compatibility concerns about using the Intel distribution as a direct 1:1 replacement, so I thought I would mention it.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 17:56:27 GMT</pubDate>
    <dc:creator>Tim_G_1</dc:creator>
    <dc:date>2017-05-04T17:56:27Z</dc:date>
    <item>
      <title>"ImportError: cannot import name moduleTNC" when importing scipy.signal</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097375#M442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I installed Conda and the Intel Python distribution today. I am trying to use it with an existing Python script that uses SciPy, and in particular the SciPy 'signal' package.&lt;/P&gt;

&lt;P&gt;However, the script crashes on the step of importing scipy.signal:&lt;/P&gt;

&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "P:\proj\Design\Electronic\Software\pc_serial_test\arbtest.py",&lt;BR /&gt;
	line 20, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; import scipy.signal&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\__init__.py", line 281, in &amp;lt;m&lt;BR /&gt;
	odule&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .cont2discrete import *&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\cont2discrete.py", line 12, i&lt;BR /&gt;
	n &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .ltisys import tf2ss, ss2tf, zpk2ss, ss2zpk&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\ltisys.py", line 40, in &amp;lt;modu&lt;BR /&gt;
	le&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .filter_design import tf2zpk, zpk2tf, normalize, freqs&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\filter_design.py", line 14, i&lt;BR /&gt;
	n &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy import special, optimize&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\__init__.py", line 222, in&lt;BR /&gt;
	&amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from ._minimize import *&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\_minimize.py", line 31, in&lt;BR /&gt;
	&amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .tnc import _minimize_tnc&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\tnc.py", line 37, in &amp;lt;modul&lt;BR /&gt;
	e&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy.optimize import moduleTNC, approx_fprime&lt;BR /&gt;
	ImportError: cannot import name moduleTNC&lt;/P&gt;

&lt;P&gt;(idp) P:\HAPTAC_II.5.2\Design\Electronic\Software\pc_serial_test&amp;gt;arbtest.py&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "P:\HAPTAC_II.5.2\Design\Electronic\Software\pc_serial_test\arbtest.py",&lt;BR /&gt;
	line 20, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; import scipy.signal&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\__init__.py", line 281, in &amp;lt;m&lt;BR /&gt;
	odule&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .cont2discrete import *&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\cont2discrete.py", line 12, i&lt;BR /&gt;
	n &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .ltisys import tf2ss, ss2tf, zpk2ss, ss2zpk&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\ltisys.py", line 40, in &amp;lt;modu&lt;BR /&gt;
	le&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .filter_design import tf2zpk, zpk2tf, normalize, freqs&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\signal\filter_design.py", line 14, i&lt;BR /&gt;
	n &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy import special, optimize&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\__init__.py", line 222, in&lt;BR /&gt;
	&amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from ._minimize import *&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\_minimize.py", line 31, in&lt;BR /&gt;
	&amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .tnc import _minimize_tnc&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\tnc.py", line 37, in &amp;lt;modul&lt;BR /&gt;
	e&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy.optimize import moduleTNC, approx_fprime&lt;BR /&gt;
	ImportError: cannot import name moduleTNC&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In addition, t&lt;SPAN style="font-size: 13.008px;"&gt;he respective Conda environment ("idp" per the installation example) was activated before running the script, and the console shows:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;(idp) P:\proj\Design\Electronic\Software\pc_serial_test&amp;gt;arbtest.py&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;However, the tracebacks show paths e.g. C:\Python2.7\..., even though Conda is installed under&amp;nbsp;C:\Users\me\AppData - is this normal?&lt;/P&gt;

&lt;P&gt;Other notes:&lt;/P&gt;

&lt;P&gt;Conda and Intel Python were installed according to the instructions at&amp;nbsp;https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda for Python 2, using miniconda and the core distribution. Conda was newly installed and updated (conda: 4.3.11-py27_0 --&amp;gt; 4.3.17-py27_0) before following the remaining steps.&lt;/P&gt;

&lt;P&gt;"conda list" reports the following packages and versions currently installed:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;# packages in environment at C:\Users\me\AppData\Local\Continuum\Miniconda2&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;\envs\idp:&lt;BR /&gt;
	#&lt;BR /&gt;
	icc_rt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13.1.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;intel_5 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	intelpython &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017.0.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;intel&lt;BR /&gt;
	intelpython2_core &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017.0.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp;intel&lt;BR /&gt;
	mkl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017.0.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;intel_1 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	numpy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.11.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;py27_intel_51 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	openssl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0.2k &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;vc9_intel_3 &amp;nbsp;[vc9 intel] &amp;nbsp;intel&lt;BR /&gt;
	pip &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.1.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;py27_intel_5 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	python &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.7.12 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel_20 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	pyyaml &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3.12 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_intel_0 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	scipy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.18.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;np111py27_intel_10 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	setuptools &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;23.0.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_intel_4 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	tbb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017.0.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_intel_0 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	tcl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.6.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;vc9_intel_16 &amp;nbsp;[vc9 intel] &amp;nbsp;intel&lt;BR /&gt;
	tk &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.6.4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;vc9_intel_18 &amp;nbsp;[vc9 intel] &amp;nbsp;intel&lt;BR /&gt;
	vc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp;intel&lt;BR /&gt;
	vs2008_runtime &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9.00.30729.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;intel_3 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	wheel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.29.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; py27_intel_5 &amp;nbsp;[intel] &amp;nbsp;intel&lt;BR /&gt;
	zlib &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.2.11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;vc9_intel_0 &amp;nbsp;[vc9 intel] &amp;nbsp;intel&lt;/P&gt;

&lt;P&gt;Tried forced reinstall of scipy (conda install -f scipy), no effect.&lt;/P&gt;

&lt;P&gt;The file 'moduleTNC.pyd' is present at&amp;nbsp;C:\Users\me\AppData\Local\Continuum\Miniconda2\pkgs\scipy-0.18.1-np111py27_intel_10\Lib\site-packages\scipy\optimize and with the capitalization shown.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 17:55:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097375#M442</guid>
      <dc:creator>Tim_G_1</dc:creator>
      <dc:date>2017-05-03T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Hi Hal,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097376#M443</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;

&lt;P&gt;Thanks for trying IDP. For my better understanding, could you provide answers to the following:&lt;BR /&gt;
	1. From your activated conda environment (idp), could you run "where python" from the location where you're running this script from, and paste the output?&lt;BR /&gt;
	2. Also, have you tried calling "arbtest.py" with python from the activated environment : "python arbtest.py"? Does that invoke the correct python?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Rohit&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:58:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097376#M443</guid>
      <dc:creator>Rohit_J_Intel</dc:creator>
      <dc:date>2017-05-03T19:58:00Z</dc:date>
    </item>
    <item>
      <title>Hi Hal, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097377#M444</link>
      <description>&lt;P&gt;Hi Hal,&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Please report which processor you are running on, as well as the output of running&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;python -c "import scipy.optimize.moduleTNC"&lt;/PRE&gt;

&lt;P&gt;Thank you,&lt;BR /&gt;
	Oleksandr&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:33:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097377#M444</guid>
      <dc:creator>Oleksandr_P_Intel</dc:creator>
      <dc:date>2017-05-04T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Quote:Rohit J. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097378#M445</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rohit J. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;2. Also, have you tried calling "arbtest.py" with python from the activated environment : "python arbtest.py"? Does that invoke the correct python?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thanks! This was it! Explicitly specifying python on the commandline bypasses the error, and my script is now working. Oddly enough, my reason for trying out the Intel distribution was to resolve a similar &lt;A href="http://stackoverflow.com/questions/28190534/windows-scipy-install-no-lapack-blas-resources-found"&gt;missing-dependency issue&lt;/A&gt; in another precompiled 64-bit SciPy distribution ("no lapack/blas resources found" / "from ._ufuncs import * ImportError: DLL load failed: %1 is not a valid Win32 application."), but calling it as above failed in the unique way above.&lt;/P&gt;

&lt;P&gt;To answer additional questions:&lt;/P&gt;

&lt;P&gt;The results of 'where python':&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(idp) P:\proj\Design\Electronic\Software\pc_serial_test&amp;gt;where python&lt;BR /&gt;
	C:\Users\me\AppData\Local\Continuum\Miniconda2\envs\idp\python.exe&lt;BR /&gt;
	C:\Python27\python.exe&lt;BR /&gt;
	C:\Users\&lt;SPAN style="font-size: 13.008px;"&gt;me&lt;/SPAN&gt;\AppData\Local\Continuum\Miniconda2\python.exe&lt;/P&gt;

&lt;P&gt;Result of grepping for 'moduleTNC':&lt;/P&gt;

&lt;P&gt;c:\Python27\Lib\site-packages\scipy\optimize\moduletnc.pyd&lt;BR /&gt;
	c:\Users\me\AppData\Local\Continuum\Miniconda2\envs\idp\Lib\site-packages\scipy\optimize\moduleTNC.pyd&lt;BR /&gt;
	c:\Users\me\AppData\Local\Continuum\Miniconda2\pkgs\scipy-0.18.1-np111py27_intel_10\Lib\site-packages\scipy\optimize\moduleTNC.pyd&lt;/P&gt;

&lt;P&gt;This suggests maybe it was using a preinstalled default SciPy version from miniconda, not the Intel distribution. Still, I didn't think Miniconda included big packages like SciPy (they say, "&lt;SPAN style="color: rgb(102, 102, 102); font-family: &amp;quot;Open Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px;"&gt;These Miniconda installers contain the conda package manager and Python").&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Output of python -c "import scipy.optimize.moduleTNC":&lt;/P&gt;

&lt;P&gt;Under Conda "idp" environment: No errors / output&lt;/P&gt;

&lt;P&gt;Under existing (non-Conda non-Intel) environment:&lt;/P&gt;

&lt;P&gt;C:\Users\me&amp;gt;python -c "import scipy.optimize.moduleTNC"&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\__init__.py", line 221, in&lt;BR /&gt;
	&amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .optimize import *&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\optimize.py", line 37, in &amp;lt;&lt;BR /&gt;
	module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .linesearch import (line_search_wolfe1, line_search_wolfe2,&lt;BR /&gt;
	&amp;nbsp; File "C:\Python27\lib\site-packages\scipy\optimize\linesearch.py", line 18, in&lt;BR /&gt;
	&amp;nbsp;&amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy.optimize import minpack2&lt;BR /&gt;
	ImportError: DLL load failed: %1 is not a valid Win32 application.&lt;/P&gt;

&lt;P&gt;Note, this is the original issue that caused me to try out the Intel distribution.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 15:51:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097378#M445</guid>
      <dc:creator>Tim_G_1</dc:creator>
      <dc:date>2017-05-04T15:51:17Z</dc:date>
    </item>
    <item>
      <title>I did run into one additional</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097379#M446</link>
      <description>&lt;P&gt;I did run into one additional snag so far: This script also uses matplotlib, which works correctly under my pre-Intel configuration. However, in the Intel distribution, trying to use it produces the error:&lt;/P&gt;

&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "arbtest.py", line 12, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; import matplotlib.pyplot as plt&lt;BR /&gt;
	&amp;nbsp; File "C:\Users\me\AppData\Local\Continuum\Miniconda2\envs\idp\lib\site-pa&lt;BR /&gt;
	ckages\matplotlib\pyplot.py", line 114, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Users\&lt;SPAN style="font-size: 13.008px;"&gt;me&lt;/SPAN&gt;\AppData\Local\Continuum\Miniconda2\envs\idp\lib\site-pa&lt;BR /&gt;
	ckages\matplotlib\backends\__init__.py", line 32, in pylab_setup&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; globals(),locals(),[backend_name],0)&lt;BR /&gt;
	&amp;nbsp; File "C:\Users\&lt;SPAN style="font-size: 13.008px;"&gt;me&lt;/SPAN&gt;\AppData\Local\Continuum\Miniconda2\envs\idp\lib\site-pa&lt;BR /&gt;
	ckages\matplotlib\backends\backend_webagg.py", line 30, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; raise RuntimeError("The WebAgg backend requires Tornado.")&lt;BR /&gt;
	RuntimeError: The WebAgg backend requires Tornado.&lt;/P&gt;

&lt;P&gt;Ordinarily, matplotlib auto-selects a backend based on availability, avoiding any with an unmet dependency. To get it working, I had to manually hardcode/force one like so:&lt;/P&gt;

&lt;P&gt;import matplotlib&lt;BR /&gt;
	backend = 'TkAgg'&lt;BR /&gt;
	matplotlib.use(backend)&lt;BR /&gt;
	import matplotlib.pyplot as plt&lt;/P&gt;

&lt;P&gt;But after that, matplotlib works, at least for the functions this script uses.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 16:13:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097379#M446</guid>
      <dc:creator>Tim_G_1</dc:creator>
      <dc:date>2017-05-04T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Tim,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097380#M447</link>
      <description>&lt;P&gt;Tim,&lt;/P&gt;

&lt;P&gt;It seems that in your conda environment, there's no "tornado". From your activated environment, could you provide the output of "conda list"? In the presence of "tornado" in your environment, you wouldn't have run into this issue. If you're okay with using another backend, that's okay as well.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Rohit&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 17:21:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097380#M447</guid>
      <dc:creator>Rohit_J_Intel</dc:creator>
      <dc:date>2017-05-04T17:21:26Z</dc:date>
    </item>
    <item>
      <title>Quote:Rohit J. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097381#M448</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rohit J. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;It seems that in your conda environment, there's no "tornado". From your activated environment, could you provide the output of "conda list"? In the presence of "tornado" in your environment, you wouldn't have run into this issue. If you're okay with using another backend, that's okay as well.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I understand that; I definitely have not installed Tornado on this system (within the Conda environment or otherwise). My reason for mentioning it is this seems to be a behavioral discrepancy between the Intel and "stock" matplotlib distributions, which automatically choose a supported backend rather than one with special (unmet) dependencies. &lt;SPAN style="font-size: 1em;"&gt;I've used the stock distribution up to this point without having to install Tornado or force a specific backend.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;For my own local use, forcing the backend or installing the dependency are acceptable workarounds. But for eventual distribution of a python-based app to customers,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;the difference in behavior raises compatibility concerns about using the Intel distribution as a direct 1:1 replacement, so I thought I would mention it.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 17:56:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/quot-ImportError-cannot-import-name-moduleTNC-quot-when/m-p/1097381#M448</guid>
      <dc:creator>Tim_G_1</dc:creator>
      <dc:date>2017-05-04T17:56:27Z</dc:date>
    </item>
  </channel>
</rss>

