<?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: Esri Python for Everyone course error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255161#M66803</link>
    <description>&lt;P&gt;That error is saying that it cannot iterate over a None, which means the fcList is not getting set to a list of featureclasses.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;for fc in fcList:  #&amp;lt;- for fc in None&lt;/LI-CODE&gt;&lt;P&gt;What does your code look like? The path in that error doesn't look right either. Is your script in a/the gdb?&lt;/P&gt;&lt;P&gt;"C:\Users\mattf\OneDrive\Documents\ArcGIS 10.8.2\PythEveryone\RunningScripts\Oregon_Polk.gdb\SpatialRef.py"&lt;/P&gt;&lt;P&gt;Take a look at that and either move your script out of the gdb, or fix the folder names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 14:11:18 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2023-02-05T14:11:18Z</dc:date>
    <item>
      <title>Esri Python for Everyone course error</title>
      <link>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255133#M66801</link>
      <description>&lt;P&gt;Working on the Python for everyone course and I can not get past the first exercise. An error keeps popping up arfter I try to run the script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Python27\ArcGIS10.8\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 326, in RunScript&lt;BR /&gt;exec codeObject in __main__.__dict__&lt;BR /&gt;File "C:\Users\mattf\OneDrive\Documents\ArcGIS 10.8.2\PythEveryone\RunningScripts\Oregon_Polk.gdb\SpatialRef.py", line 9, in &amp;lt;module&amp;gt;&lt;BR /&gt;for fc in fcList:&lt;BR /&gt;TypeError: 'NoneType' object is not iterable&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 21:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255133#M66801</guid>
      <dc:creator>MattFreer</dc:creator>
      <dc:date>2023-02-04T21:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Esri Python for Everyone course error</title>
      <link>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255158#M66802</link>
      <description>&lt;P&gt;Try not using Onedrive folder. Instead use a local folder.&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;EM&gt;C:\EsriTraining\PythEveryone\RunningScripts\Oregon_Polk.gdb&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 13:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255158#M66802</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2023-02-05T13:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Esri Python for Everyone course error</title>
      <link>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255161#M66803</link>
      <description>&lt;P&gt;That error is saying that it cannot iterate over a None, which means the fcList is not getting set to a list of featureclasses.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;for fc in fcList:  #&amp;lt;- for fc in None&lt;/LI-CODE&gt;&lt;P&gt;What does your code look like? The path in that error doesn't look right either. Is your script in a/the gdb?&lt;/P&gt;&lt;P&gt;"C:\Users\mattf\OneDrive\Documents\ArcGIS 10.8.2\PythEveryone\RunningScripts\Oregon_Polk.gdb\SpatialRef.py"&lt;/P&gt;&lt;P&gt;Take a look at that and either move your script out of the gdb, or fix the folder names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 14:11:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/esri-python-for-everyone-course-error/m-p/1255161#M66803</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-02-05T14:11:18Z</dc:date>
    </item>
  </channel>
</rss>

