<?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:  error : no module named arcpy  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628466#M48957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rebecca,&lt;/P&gt;&lt;P&gt;I solved the problem of "no module named arcpy" by the link given by you and i run the script in pyscripter with external run.&lt;/P&gt;&lt;P&gt;The second "problem" of the class "does not exist" i solved it by re-writing the path of connection file in the script.&lt;/P&gt;&lt;P&gt;Final thank you very much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jan 2016 11:02:02 GMT</pubDate>
    <dc:creator>ben_abdallahmhd</dc:creator>
    <dc:date>2016-01-09T11:02:02Z</dc:date>
    <item>
      <title>error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628455#M48946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have a problem with arcpy when i try to import it in a script with idle the message &lt;/P&gt;&lt;P&gt;no "module named arcpy" appear. But when i run it directly in arcgis.&lt;/P&gt;&lt;P&gt;The second problem is the no recognition of the feqtureclqss . the message that appearr is : the featureclass doesntexist. &lt;/P&gt;&lt;P&gt;Remarque I use ArcSDE connection and ArcGIS 10.1&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 00:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628455#M48946</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-07T00:31:56Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628456#M48947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What IDE are you using outside of ArcMap?&amp;nbsp; It is not installed properly in any event.&lt;/P&gt;&lt;P&gt;Show your code, if you have any, so that the problem to the path to the featureclass can be determined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 00:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628456#M48947</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-07T00:38:21Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628457#M48948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using IDLE to edit withint ArcGIS.&amp;nbsp; See&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/40263" title="http://support.esri.com/en/knowledgebase/techarticles/detail/40263"&gt;40263 - Change the default editor for a Python Toolbox from Notepad to IDLE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for how to set up IDLE as your default editor.&amp;nbsp; If using a standalone version of IDLE, there is probably a system setting you need to setup for the python path.&amp;nbsp; Here are some tips for finding the correct path&lt;/P&gt;&lt;P&gt;&lt;A href="https://pythongisandstuff.wordpress.com/2013/07/10/locating-python-adding-to-path-and-accessing-arcpy/" title="https://pythongisandstuff.wordpress.com/2013/07/10/locating-python-adding-to-path-and-accessing-arcpy/"&gt;Locating Python and adding it to your system Path | Python, GIS and stuff…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link may also help in resolving your issue, although it mention 10.0 not 10.1&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/27058/issues-importing-arcpy-in-python-idle" title="http://gis.stackexchange.com/questions/27058/issues-importing-arcpy-in-python-idle"&gt;arcgis 10.0 - issues importing arcpy in Python IDLE - Geographic Information Systems Stack Exchange&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tip from that thread...&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If importing ArcPy produces either of the following errors, the required modules could not be found: &lt;CODE&gt;ImportError: No module named arcpy&lt;/CODE&gt; &lt;CODE&gt;ImportError: No module named arcgisscripting&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;To address this, browse using Windows Explorer to the &lt;CODE&gt;python26\Lib\site-packages&lt;/CODE&gt; folder and add or edit the &lt;CODE&gt;Desktop10.pth&lt;/CODE&gt; file. The file should contain the two lines shown below (corrected to your system's path if they do not match):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;C:\Program Files\ArcGIS\Desktop10.0\arcpy&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;C:\Program Files\ArcGIS\Desktop10.0\bin&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 02:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628457#M48948</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-07T02:35:33Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628458#M48949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dan, thank you&lt;/P&gt;&lt;P&gt;i use IDLE (python GUI) and Pyscripter.&lt;/P&gt;&lt;P&gt;My code is correct and debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 09:44:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628458#M48949</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-07T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628459#M48950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca, thank tou&lt;/P&gt;&lt;P&gt;I will do this or reinstall ArcGis!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 09:47:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628459#M48950</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-07T09:47:38Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628460#M48951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure that you have the version of python installed with arcmap.&amp;nbsp; check your python path and note them here if needed.&amp;nbsp; Just reinstalling arcmap isn't going to help if you have an old or different python kicking around.&amp;nbsp; Pyscripter installs flawlessly over python, you can find the python path within pyscripter (can't remember which menu option off-hand), you can view it from their&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628460#M48951</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-07T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628461#M48952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dan,&lt;/P&gt;&lt;P&gt;These are the python path illustrated with Pyscripter&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/165798_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628461#M48952</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-07T19:47:27Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628462#M48953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you also verify stuff in the link Rebecca sent you?&amp;nbsp; You have to check other things as well.&amp;nbsp; Read carefully, it may help&lt;/P&gt;&lt;P&gt;&lt;A href="https://pythongisandstuff.wordpress.com/2013/07/10/locating-python-adding-to-path-and-accessing-arcpy/" title="https://pythongisandstuff.wordpress.com/2013/07/10/locating-python-adding-to-path-and-accessing-arcpy/"&gt;Locating Python and adding it to your system Path | Python, GIS and stuff…&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 20:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628462#M48953</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-07T20:11:02Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628463#M48954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use Pyscripter (I use Wing as my external IDE), but check out this link for setting to a different path&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/18279915/how-to-change-pyscripter-to-use-python-installed-in-non-standard-directory" title="http://stackoverflow.com/questions/18279915/how-to-change-pyscripter-to-use-python-installed-in-non-standard-directory"&gt;http://stackoverflow.com/questions/18279915/how-to-change-pyscripter-to-use-python-installed-in-non-standard-directory&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basics of the thread that I see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Go to PyScripter&amp;gt;&amp;gt;Tools&amp;gt;&amp;gt;Options...&amp;gt;&amp;gt;Custom Parameters... and add the following values&amp;nbsp; &lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. PythonDir = C:\Program Files\CustomPythonInstallation 2. PythonExe = C:\Program Files\CustomPythonInstallation\python.exe 3. PythonVer = 3.3.3 Note: Adapt the Name = Value pairs above to your case. &lt;/CODE&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And close the window with OK button. Now select PyScripter&amp;gt;&amp;gt;Run&amp;gt;&amp;gt;Python Engine&amp;gt;&amp;gt;Remote and your are ready to go.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;STRONG&gt;WAY 2 (The more temporary solution)&lt;/STRONG&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to PyScripter&amp;gt;&amp;gt;Run&amp;gt;&amp;gt;Configure External Run... &lt;/LI&gt;&lt;LI&gt;set the "Application:" field to your python.exe file &lt;/LI&gt;&lt;LI&gt;Close the window with OK button. &lt;/LI&gt;&lt;LI&gt;Make sure you run your scripts with PyScripter&amp;gt;&amp;gt;Run&amp;gt;&amp;gt;External Run (Alt+F9) &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this helped, good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 01:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628463#M48954</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-01-08T01:01:15Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628464#M48955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rebecca,&lt;/P&gt;&lt;P&gt;thank for the link.&lt;/P&gt;&lt;P&gt;no the sccript run from pyscripter as external run.&lt;/P&gt;&lt;P&gt;No the problem is the Access to the clasa. The class exist but the message is the class "does not exist" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 16:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628464#M48955</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-08T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628465#M48956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dan, I solved the problem of "no module named arcpy" by the link given by rebecca and i run the script in pyscripter with external run.&lt;/P&gt;&lt;P&gt;The second "problem" of the class "does not exist" i solved it by re-writing the path of connection file in the script.&lt;/P&gt;&lt;P&gt;Final thank you very muchforyour help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 11:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628465#M48956</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-09T11:00:42Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628466#M48957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rebecca,&lt;/P&gt;&lt;P&gt;I solved the problem of "no module named arcpy" by the link given by you and i run the script in pyscripter with external run.&lt;/P&gt;&lt;P&gt;The second "problem" of the class "does not exist" i solved it by re-writing the path of connection file in the script.&lt;/P&gt;&lt;P&gt;Final thank you very much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 11:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628466#M48957</guid>
      <dc:creator>ben_abdallahmhd</dc:creator>
      <dc:date>2016-01-09T11:02:02Z</dc:date>
    </item>
    <item>
      <title>Re:  error : no module named arcpy</title>
      <link>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628467#M48958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update... I will add Rebecca's solution to the list of possible solutions &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 13:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-no-module-named-arcpy/m-p/628467#M48958</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-09T13:00:58Z</dc:date>
    </item>
  </channel>
</rss>

