<?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 Did you install python with in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118222#M694</link>
    <description>&lt;P&gt;Did you install python with user or system option?&lt;BR /&gt;
	It seems to be a permission issue because you can run it as administrator.&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 15:37:15 GMT</pubDate>
    <dc:creator>Ricardo_C_Intel</dc:creator>
    <dc:date>2016-02-05T15:37:15Z</dc:date>
    <item>
      <title>where is numpy and scipy</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118216#M688</link>
      <description>&lt;P&gt;new to python&lt;/P&gt;

&lt;P&gt;how to import numpy and scipy which are installed by the installer?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;i got error calling the command import numpy&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 19:56:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118216#M688</guid>
      <dc:creator>Cheah_Wei_L_</dc:creator>
      <dc:date>2016-02-04T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Hello, thank you for</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118217#M689</link>
      <description>&lt;P&gt;Hello, thank you for downloading the Intel Distribution for Python.&amp;nbsp;&lt;BR /&gt;
	What operating system are you using?&lt;BR /&gt;
	In order to be able to import any module that comes with the distribution, you need to make sure the directory for python and Scripts are in your PATH. Please see the Release Notes found in this forum and see the section "Installing this release".&lt;BR /&gt;
	&lt;BR /&gt;
	If you still can't import NumPy after adding the Installation and Scripts directories to your PATH, please let me know.&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 20:07:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118217#M689</guid>
      <dc:creator>Ricardo_C_Intel</dc:creator>
      <dc:date>2016-02-04T20:07:17Z</dc:date>
    </item>
    <item>
      <title>i am using windows 8.1 64bit</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118218#M690</link>
      <description>&lt;P&gt;i am using windows 8.1 64bit on i7&lt;/P&gt;

&lt;P&gt;i have followed the instructions in release notes to add to path (both user and system)&lt;/P&gt;

&lt;P&gt;i have restarted my laptop&lt;/P&gt;

&lt;P&gt;but i still get error&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;BR /&gt;
	Traceback (most recent call last):&lt;BR /&gt;
	&amp;nbsp; File "&amp;lt;pyshell#1&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; import numpy&lt;BR /&gt;
	ImportError: No module named 'numpy'&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 20:46:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118218#M690</guid>
      <dc:creator>Cheah_Wei_L_</dc:creator>
      <dc:date>2016-02-04T20:46:07Z</dc:date>
    </item>
    <item>
      <title>How did you set the PATH?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118219#M691</link>
      <description>&lt;P&gt;How did you set the PATH?&lt;BR /&gt;
	&lt;BR /&gt;
	If you set it through a command line by typing 'set PATH=&amp;lt;install_Directory&amp;gt;;%PATH%', then this will be only temporary and disappears once you exit the window where you run the command. If you set it on the environment variables settings on Windows, then you should make sure you are adding the install directories at the beginning of the PATH so it takes precedence over other Python installations on your system.&lt;BR /&gt;
	Remember you need to add the python and Scripts directory to your PATH.&lt;/P&gt;

&lt;P&gt;Let me know if this helps.&lt;BR /&gt;
	&lt;BR /&gt;
	Ricardo&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:34:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118219#M691</guid>
      <dc:creator>Ricardo_C_Intel</dc:creator>
      <dc:date>2016-02-04T21:34:19Z</dc:date>
    </item>
    <item>
      <title>both my user and systems path</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118220#M692</link>
      <description>&lt;P&gt;both my user and systems path are permanently set with these values&lt;/P&gt;

&lt;P&gt;C:\Program Files\Intel\python35;C:\Program Files\Intel\python35\Scripts&lt;/P&gt;

&lt;P&gt;i set them using&lt;/P&gt;

&lt;P&gt; Run the following to add to the User PATH: python Scripts\intelsetup.py --path&lt;BR /&gt;
	 Run the following to add to the System PATH: python Scripts\intelsetup.py –syspath&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 23:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118220#M692</guid>
      <dc:creator>Cheah_Wei_L_</dc:creator>
      <dc:date>2016-02-04T23:25:52Z</dc:date>
    </item>
    <item>
      <title>i have found the solution</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118221#M693</link>
      <description>&lt;P&gt;i have found the solution&lt;/P&gt;

&lt;P&gt;i have to start command prompt with administrator priviledge, from there start python&lt;/P&gt;

&lt;P&gt;note: running python as administrator (right click on the start menu python 3.5 (64 bit) doesn't work&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 01:04:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118221#M693</guid>
      <dc:creator>Cheah_Wei_L_</dc:creator>
      <dc:date>2016-02-05T01:04:37Z</dc:date>
    </item>
    <item>
      <title>Did you install python with</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118222#M694</link>
      <description>&lt;P&gt;Did you install python with user or system option?&lt;BR /&gt;
	It seems to be a permission issue because you can run it as administrator.&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 15:37:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/where-is-numpy-and-scipy/m-p/1118222#M694</guid>
      <dc:creator>Ricardo_C_Intel</dc:creator>
      <dc:date>2016-02-05T15:37:15Z</dc:date>
    </item>
  </channel>
</rss>

