<?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 Hi Kevin, in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069629#M170</link>
    <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;

&lt;P&gt;I understand your frustration, and would like to let you know that we have removed the dependency on gettext, and the next release will no longer require it to be installed.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2016 13:57:33 GMT</pubDate>
    <dc:creator>Christophe_H_Intel2</dc:creator>
    <dc:date>2016-04-06T13:57:33Z</dc:date>
    <item>
      <title>2017 Beta Python 3.5 Mac OSX does not find gettext</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069622#M163</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I have gettext installed via macports (a suggested installation method) and it is available though the command line, but the OSX installer says that it can not find it.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;- Paul&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 03:51:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069622#M163</guid>
      <dc:creator>paul_n_</dc:creator>
      <dc:date>2016-04-01T03:51:45Z</dc:date>
    </item>
    <item>
      <title>Hi Paul</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069623#M164</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Paul&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#222222" face="arial, sans-serif"&gt;I installed gettext with brew which is by default keg-only so I had to run "brew link --force gettext" to make symlinks in /usr/local to make the installer find it. Maybe you&amp;nbsp;have to do sth similar with macports.&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;Larry&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:42:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069623#M164</guid>
      <dc:creator>Larry_R_1</dc:creator>
      <dc:date>2016-04-01T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Hi Paul,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069624#M165</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;

&lt;P&gt;I'm sorry about the inconvenience.&lt;/P&gt;

&lt;P&gt;The python3.5 executable will look in the default install locations for homebrew and macports for the library libintl.8.dylib, which are /usr/local/lib and /opt/local/lib, respectively. &amp;nbsp;If your gettext (specifically, libintl.8.dylib) is installed somewhere else, you can add a symlink to one of the default locations.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:06:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069624#M165</guid>
      <dc:creator>Christophe_H_Intel2</dc:creator>
      <dc:date>2016-04-01T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Chris,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069625#M166</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Chris,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Yes, gettext is installed in the usual macports directory:&amp;nbsp;/opt/local/bin&lt;/P&gt;

&lt;P&gt;Also, libintl.8.dylib is in&amp;nbsp;/opt/local/lib , but the installer still does not find it.&lt;/P&gt;

&lt;P&gt;Thanks for the help.&lt;/P&gt;

&lt;P&gt;- Paul&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:44:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069625#M166</guid>
      <dc:creator>paul_n_</dc:creator>
      <dc:date>2016-04-01T22:44:30Z</dc:date>
    </item>
    <item>
      <title>I did have to symlink gettext</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069626#M167</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I did have to symlink gettext into /usr/local/bin to get the installer to work.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;- Paul&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:47:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069626#M167</guid>
      <dc:creator>paul_n_</dc:creator>
      <dc:date>2016-04-01T22:47:24Z</dc:date>
    </item>
    <item>
      <title>Paul,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069627#M168</link>
      <description>&lt;P&gt;Paul,&lt;/P&gt;

&lt;P&gt;I'm glad you got it to work. &amp;nbsp;I will add this information to the known issues.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for reporting,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:14:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069627#M168</guid>
      <dc:creator>Christophe_H_Intel2</dc:creator>
      <dc:date>2016-04-04T14:14:40Z</dc:date>
    </item>
    <item>
      <title>I don't have time to play</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069628#M169</link>
      <description>&lt;P&gt;I don't have time to play with software that breaks before it installs.&lt;/P&gt;

&lt;P style="margin-bottom: 0px;"&gt;&lt;!--StartFragment--&gt;In order to use Intel® Distribution for Python* 3.5, you must have gettext installed.&lt;!--EndFragment--&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px;"&gt;I installed it gettext via MacPorts. &amp;nbsp;Now I'm supposed to add links. &amp;nbsp;Okay. &amp;nbsp;Then what? &amp;nbsp;What will break on step two?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 04:51:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069628#M169</guid>
      <dc:creator>kevin_c_2</dc:creator>
      <dc:date>2016-04-06T04:51:51Z</dc:date>
    </item>
    <item>
      <title>Hi Kevin,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069629#M170</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;

&lt;P&gt;I understand your frustration, and would like to let you know that we have removed the dependency on gettext, and the next release will no longer require it to be installed.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 13:57:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/2017-Beta-Python-3-5-Mac-OSX-does-not-find-gettext/m-p/1069629#M170</guid>
      <dc:creator>Christophe_H_Intel2</dc:creator>
      <dc:date>2016-04-06T13:57:33Z</dc:date>
    </item>
  </channel>
</rss>

