<?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: arcgis.apps Suvery123 is not an attribute in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765474#M527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you might have a typo it in your import (an extra "r"). Try "from arcgis.apps import survey123"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2018 19:40:52 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-11-16T19:40:52Z</dc:date>
    <item>
      <title>arcgis.apps Suvery123 is not an attribute</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765473#M526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After reading this &lt;A href="https://www.esri.com/arcgis-blog/products/product/uncategorized/the-next-big-thing-the-api-for-python-1-5-1-appears/"&gt;article&lt;/A&gt; about the new Python API 1.5.1 release. I was most interested in checking out the Survey123 module.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the API in Anaconda rather than through an installation of ArcGIS Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the command print(arcgis.__version__) i get :&amp;nbsp;&lt;EM&gt;1.5.1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However when I try to use the module I get the error:&amp;nbsp;&lt;EM&gt;module 'arcgis.apps' has no attribute 'survery123'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if anyone else is able to successfully get the Suvery123 module to work?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.esri.com/migrated-users/2049"&gt;John Yaist&lt;/A&gt;‌&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 19:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765473#M526</guid>
      <dc:creator>FredKellner2</dc:creator>
      <dc:date>2018-11-16T19:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis.apps Suvery123 is not an attribute</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765474#M527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you might have a typo it in your import (an extra "r"). Try "from arcgis.apps import survey123"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 19:40:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765474#M527</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-11-16T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis.apps Suvery123 is not an attribute</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765475#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron, Thanks for point this out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 21:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765475#M528</guid>
      <dc:creator>FredKellner2</dc:creator>
      <dc:date>2018-11-16T21:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis.apps Suvery123 is not an attribute</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765476#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing the is out,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/245577" target="_blank"&gt;Kellner&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now try this code to import survey123 and make an instance of the SurveyManager:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;apps&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;survey123&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_survey &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; SurveyManager&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Survey‍

survey_mgr &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; SurveyManager&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;gis&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;your_gis&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-apps-suvery123-is-not-an-attribute/m-p/765476#M529</guid>
      <dc:creator>JohnYaist1</dc:creator>
      <dc:date>2021-12-12T08:30:28Z</dc:date>
    </item>
  </channel>
</rss>

