<?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: Python scripting for ArcPad Checkin in ArcPad Questions</title>
    <link>https://community.esri.com/t5/arcpad-questions/python-scripting-for-arcpad-checkin/m-p/297206#M2142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it works with the old pre-arcpy solution &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcgisscripting
# Create the Geoprocessor object
gp = arcgisscripting.create()


# Local variables:
Test02_axf = "C:\\aWorkspace\\ESA\\ArcPad\\AXFs\\Test02.axf"

# Process: ArcPad Check In
gp.ArcPadCheckin_ArcPad(Test02_axf, "", "")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 14:16:13 GMT</pubDate>
    <dc:creator>RichardGwozdz</dc:creator>
    <dc:date>2021-12-11T14:16:13Z</dc:date>
    <item>
      <title>Python scripting for ArcPad Checkin</title>
      <link>https://community.esri.com/t5/arcpad-questions/python-scripting-for-arcpad-checkin/m-p/297205#M2141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can use ArcGIS Desktop (10.1) model builder to leverage the ArcPad Check In Tool. When I run the model it executes successfully. When I export the model as python I get this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy

# Local variables:
Test02_axf = "C:\\aWorkspace\\ESA\\ArcPad\\AXFs\\Test02.axf"

# Process: ArcPad Check In
arcpy.ArcPadCheckin_ArcPad(Test02_axf, "", "")
However, when I run this code in the python window I get:&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Runtime error &lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 8, in &amp;lt;module&amp;gt;&lt;BR /&gt;AttributeError: 'module' object has no attribute 'ArcPadCheckin_ArcPad'&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;And yes indeed arcpy has no function named ArcPadCheckin_ArcPad. So model builder must be exporting erroneous code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does someone out there know what the issue is here? Is there really anyway to do this operation with python?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/python-scripting-for-arcpad-checkin/m-p/297205#M2141</guid>
      <dc:creator>RichardGwozdz</dc:creator>
      <dc:date>2021-12-11T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python scripting for ArcPad Checkin</title>
      <link>https://community.esri.com/t5/arcpad-questions/python-scripting-for-arcpad-checkin/m-p/297206#M2142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it works with the old pre-arcpy solution &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcgisscripting
# Create the Geoprocessor object
gp = arcgisscripting.create()


# Local variables:
Test02_axf = "C:\\aWorkspace\\ESA\\ArcPad\\AXFs\\Test02.axf"

# Process: ArcPad Check In
gp.ArcPadCheckin_ArcPad(Test02_axf, "", "")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcpad-questions/python-scripting-for-arcpad-checkin/m-p/297206#M2142</guid>
      <dc:creator>RichardGwozdz</dc:creator>
      <dc:date>2021-12-11T14:16:13Z</dc:date>
    </item>
  </channel>
</rss>

