<?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 Help with Python Runtime error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/help-with-python-runtime-error/m-p/72506#M5952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After running the CreateTopology tool within the ArcMap python window, it gives a runtime error with a mysterious space, and some characters cut off. Its hard to explain so here is the example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I Type: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CreateTopology_management("r'T:\GIS105vector\topology\PrinceAlbert.mdb\NewDevelopment'","Topology","#")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Runtime error &amp;lt;class 'arcgisscripting.ExecuteError'&amp;gt;: ERROR 000732: Input Feature Dataset: Dataset r'T:\GIS105vector opology\PrinceAlbert.mdb\NewDevelopment' does not exist or is not supported &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice the space after GIS105vector, and two missing characters immidietly afterwards. Hope you can help, thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2013 17:32:47 GMT</pubDate>
    <dc:creator>DezHoza</dc:creator>
    <dc:date>2013-02-12T17:32:47Z</dc:date>
    <item>
      <title>Help with Python Runtime error</title>
      <link>https://community.esri.com/t5/python-questions/help-with-python-runtime-error/m-p/72506#M5952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After running the CreateTopology tool within the ArcMap python window, it gives a runtime error with a mysterious space, and some characters cut off. Its hard to explain so here is the example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I Type: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CreateTopology_management("r'T:\GIS105vector\topology\PrinceAlbert.mdb\NewDevelopment'","Topology","#")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Runtime error &amp;lt;class 'arcgisscripting.ExecuteError'&amp;gt;: ERROR 000732: Input Feature Dataset: Dataset r'T:\GIS105vector opology\PrinceAlbert.mdb\NewDevelopment' does not exist or is not supported &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice the space after GIS105vector, and two missing characters immidietly afterwards. Hope you can help, thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 17:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-with-python-runtime-error/m-p/72506#M5952</guid>
      <dc:creator>DezHoza</dc:creator>
      <dc:date>2013-02-12T17:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Python Runtime error</title>
      <link>https://community.esri.com/t5/python-questions/help-with-python-runtime-error/m-p/72507#M5953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have your quotation before the 'r'.&amp;nbsp; Try the following instead:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.CreateTopology_management(r"T:\GIS105vector\topology\PrinceAlbert.mdb\NewDevelopment","Topology","#")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 18:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/help-with-python-runtime-error/m-p/72507#M5953</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-02-12T18:20:55Z</dc:date>
    </item>
  </channel>
</rss>

