<?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 Re: Help me please arcpy will not initiallize in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563538#M44075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would guess you are not using the Python installed by ArcGIS. It is possible (but I think unlikely) that somehow the *.pth file got lost or messed up, but if it did Waynes solution will help.&lt;BR /&gt;&lt;BR /&gt;You could end up using the wrong Python if you already had it installed, or installed another Python after ArcGIS.&lt;BR /&gt;&lt;BR /&gt;The IDLE associated with ArcGIS Python is found here:&lt;BR /&gt;Start Menu ... &amp;gt; ArcGIS &amp;gt; Python ... &amp;gt; IDLE (Python GUI)&lt;BR /&gt;&lt;BR /&gt;You can check the paths available to Python in IDLE with:&lt;BR /&gt;File &amp;gt; Path Browser&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;____________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you so very much....to Stacy Rendall&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was the exact issue....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 14:16:34 GMT</pubDate>
    <dc:creator>EdwardTanas</dc:creator>
    <dc:date>2013-09-18T14:16:34Z</dc:date>
    <item>
      <title>Help me please arcpy will not initiallize</title>
      <link>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563535#M44072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using Python Idle&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;typed in &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;get error below &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "&amp;lt;pyshell#3&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError: No module named arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using Arcis 10.1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 18:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563535#M44072</guid>
      <dc:creator>EdwardTanas</dc:creator>
      <dc:date>2013-09-17T18:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help me please arcpy will not initiallize</title>
      <link>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563536#M44073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See the bottom of this page concerning 'paths and import':&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Importing ArcPy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Desktop » Geoprocessing » Python&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002z00000008000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002z00000008000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 19:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563536#M44073</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-09-17T19:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help me please arcpy will not initiallize</title>
      <link>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563537#M44074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would guess you are not using the Python installed by ArcGIS. It is possible (but I think unlikely) that somehow the *.pth file got lost or messed up, but if it did Waynes solution will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could end up using the wrong Python if you already had it installed, or installed another Python after ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The IDLE associated with ArcGIS Python is found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Menu ... &amp;gt; ArcGIS &amp;gt; Python ... &amp;gt; IDLE (Python GUI)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check the paths available to Python in IDLE with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File &amp;gt; Path Browser&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 21:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563537#M44074</guid>
      <dc:creator>StacyRendall1</dc:creator>
      <dc:date>2013-09-17T21:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help me please arcpy will not initiallize</title>
      <link>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563538#M44075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would guess you are not using the Python installed by ArcGIS. It is possible (but I think unlikely) that somehow the *.pth file got lost or messed up, but if it did Waynes solution will help.&lt;BR /&gt;&lt;BR /&gt;You could end up using the wrong Python if you already had it installed, or installed another Python after ArcGIS.&lt;BR /&gt;&lt;BR /&gt;The IDLE associated with ArcGIS Python is found here:&lt;BR /&gt;Start Menu ... &amp;gt; ArcGIS &amp;gt; Python ... &amp;gt; IDLE (Python GUI)&lt;BR /&gt;&lt;BR /&gt;You can check the paths available to Python in IDLE with:&lt;BR /&gt;File &amp;gt; Path Browser&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;____________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you so very much....to Stacy Rendall&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was the exact issue....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-me-please-arcpy-will-not-initiallize/m-p/563538#M44075</guid>
      <dc:creator>EdwardTanas</dc:creator>
      <dc:date>2013-09-18T14:16:34Z</dc:date>
    </item>
  </channel>
</rss>

