<?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: Problem with Add field and calculate field in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68143#M5573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how to calculate float number (such as 2,4 ; 3,7 ; -5,1) in a table? because in python, float number use point(.) not comma(,). but in table, float number use comma.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error script :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a = 3,4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pow(10,a) --&amp;gt; error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if a = 3.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pow(10,a) --&amp;gt; work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 02:33:02 GMT</pubDate>
    <dc:creator>alifardy</dc:creator>
    <dc:date>2010-05-14T02:33:02Z</dc:date>
    <item>
      <title>Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68137#M5567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm writing a python script that needs to create a polygon feature class which has add to it a "A" field from its input. But, when i run the script, this message appear "&amp;lt;type 'exceptions.RuntimeError'&amp;gt;: ERROR 999999: Error executing function. A locator with this name does not exist. Failed to execute (script)." &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcGis 9.3. Anybody knows if there is a problem with the script? what the message means?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 04:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68137#M5567</guid>
      <dc:creator>alifardy</dc:creator>
      <dc:date>2010-05-03T04:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68138#M5568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;similar bugs appear with that error number, search on it, this might apply&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/content/nimbus-bug?bugID=TklNMDQwNjk3"&gt;http://resources.arcgis.com/content/nimbus-bug?bugID=TklNMDQwNjk3&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but there are others&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 10:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68138#M5568</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-05-03T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68139#M5569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like there's a syntax problem somewhere. Seeing your code would be helpful for us to find the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 16:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68139#M5569</guid>
      <dc:creator>JonathanBaarda</dc:creator>
      <dc:date>2010-05-06T16:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68140#M5570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i already know the problem, but i have another problem with CalculateField or CalculateValue function in python script. How to calculate sum of value in a column of table?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68140#M5570</guid>
      <dc:creator>alifardy</dc:creator>
      <dc:date>2010-05-07T08:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68141#M5571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i already know the problem, but i have another problem with CalculateField or CalculateValue function in python script. How to calculate sum of value in a column of table?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68141#M5571</guid>
      <dc:creator>alifardy</dc:creator>
      <dc:date>2010-05-07T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68142#M5572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i already know the problem, but i have another problem with CalculateField or CalculateValue function in python script. How to calculate sum of value in a column of table?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Summary_Statistics_%28Analysis%29"&gt;Summary Statistics&lt;/A&gt;&lt;SPAN&gt; tool&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 17:27:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68142#M5572</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2010-05-13T17:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Add field and calculate field</title>
      <link>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68143#M5573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how to calculate float number (such as 2,4 ; 3,7 ; -5,1) in a table? because in python, float number use point(.) not comma(,). but in table, float number use comma.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error script :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a = 3,4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pow(10,a) --&amp;gt; error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but if a = 3.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pow(10,a) --&amp;gt; work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 02:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problem-with-add-field-and-calculate-field/m-p/68143#M5573</guid>
      <dc:creator>alifardy</dc:creator>
      <dc:date>2010-05-14T02:33:02Z</dc:date>
    </item>
  </channel>
</rss>

