<?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: strange error in PYTHON IDLE in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593387#M46505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;oh, i see now.&amp;nbsp; You are writing the code in the shell window. You should go to file &amp;gt; New Window and once it opens, put your script inthere.&amp;nbsp; Then click run &amp;gt; Run Module&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, that did the trick! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2012 20:10:54 GMT</pubDate>
    <dc:creator>nimitz</dc:creator>
    <dc:date>2012-08-13T20:10:54Z</dc:date>
    <item>
      <title>strange error in PYTHON IDLE</title>
      <link>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593383#M46501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a strange error popping up, when I try to run any script. The error, "syntax error" will pop up, but IDLE will highlight the versionnumber in the credits section. So, basically, I can't run anything. I attacHed a screen shot of what is happening.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also use pythonwin for 2.6.5, but no error pops up. I just purchased the book, "A python primer for ARCGIS" and the tutorials and examples all use IDLE, so I'm just trying to get IDLE to work for the sake of the book.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 16:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593383#M46501</guid>
      <dc:creator>nimitz</dc:creator>
      <dc:date>2012-08-13T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: strange error in PYTHON IDLE</title>
      <link>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593384#M46502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is strange.&amp;nbsp; Can you post the code you're trying to run?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 16:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593384#M46502</guid>
      <dc:creator>BruceBacia</dc:creator>
      <dc:date>2012-08-13T16:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: strange error in PYTHON IDLE</title>
      <link>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593385#M46503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All the code that is on the pdf - basically all my comments - I haven't even gotten to the execution potion of the code. That's why this is strange...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW - it's the start of the code to delete multiple fields. I think you responded in the other thread. I'm trying to get the code you and pjordan and rdharles posted to delete fields in a shapefile, but modify for File/Personal GEODB's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 16:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593385#M46503</guid>
      <dc:creator>nimitz</dc:creator>
      <dc:date>2012-08-13T16:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: strange error in PYTHON IDLE</title>
      <link>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593386#M46504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh, i see now.&amp;nbsp; You are writing the code in the shell window. You should go to file &amp;gt; New Window and once it opens, put your script inthere.&amp;nbsp; Then click run &amp;gt; Run Module&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 17:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593386#M46504</guid>
      <dc:creator>BruceBacia</dc:creator>
      <dc:date>2012-08-13T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: strange error in PYTHON IDLE</title>
      <link>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593387#M46505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;oh, i see now.&amp;nbsp; You are writing the code in the shell window. You should go to file &amp;gt; New Window and once it opens, put your script inthere.&amp;nbsp; Then click run &amp;gt; Run Module&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, that did the trick! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 20:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/strange-error-in-python-idle/m-p/593387#M46505</guid>
      <dc:creator>nimitz</dc:creator>
      <dc:date>2012-08-13T20:10:54Z</dc:date>
    </item>
  </channel>
</rss>

