<?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: arcpy.da intellisense in PyScripter in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64221#M5236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure what arcpy.da is. What extension does it require?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: Nevermind, Data Access Module, new with 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it available in the python window in ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you upgrade this machine from 10 to 10.1? Did you uninstall the previous version of Python prior to installed the new Python?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 14:23:53 GMT</pubDate>
    <dc:creator>MathewCoyle</dc:creator>
    <dc:date>2012-05-07T14:23:53Z</dc:date>
    <item>
      <title>arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64220#M5235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.da intellisense doesn't seem to be working in PyScripter. I'm running 10.1 Prerelease.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody has an idea on how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64220#M5235</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-05-07T14:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64221#M5236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure what arcpy.da is. What extension does it require?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: Nevermind, Data Access Module, new with 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it available in the python window in ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you upgrade this machine from 10 to 10.1? Did you uninstall the previous version of Python prior to installed the new Python?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64221#M5236</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-05-07T14:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64222#M5237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed, the ArcPy DataAccess Module, part of 10.1. Yes my machine was upgraded from 10.0 to 10.1 BETA to 10.1 Prerelease, but I removed all the previous installed folders, including the Python folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The intellisense works in ArcCatalog but not in PyScripter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time and help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 17:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64222#M5237</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-05-07T17:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64223#M5238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In pyscripter, go to Tools &amp;gt; Python Path... do the folders show up as 10.0 or 10.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For my system, the critical one is this "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is still referencing 10.0, just browse to the arcpy folder in your ArcGIS 10.1 install directory and add that path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will then have to restart pyscripter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 17:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64223#M5238</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-05-07T17:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64224#M5239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, that seems to be all set Ok, but it is still not working. Is there a way to determine what ArcCatalog uses for its Python window ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(see attachment)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 19:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64224#M5239</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-05-07T19:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64225#M5240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As far as I know, ArcGIS uses more built in functions for their intellisense, not directly referencing the python libraries that are being called. arcpy.env.workspace for example. Not sure if they compiled the da module in the same manner that wouldn't be available to external editors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 19:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64225#M5240</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2012-05-07T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64226#M5241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will just assume that this is a bug/not yet supported in 10.1 Prerelease.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 13:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64226#M5241</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-05-08T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64227#M5242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bjorn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Short answer: execute 'import arcpy' from the Python Interpreter window and the arcpy.da dropdown's will appear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Background: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The overriding goal for the data access module was speed.&amp;nbsp; As I'm sure you're aware the older cursor model wasn't nearly as fast.&amp;nbsp; As part of that, arcpy.da doesn't have the Python wrappers that provide the dropdown's that you see in most of arcpy.&amp;nbsp; Essentially, it was a trade-off between speed and IDE-friendliness, and in this case the criterion dictated speed trump.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 15:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64227#M5242</guid>
      <dc:creator>DavidWynne</dc:creator>
      <dc:date>2012-05-08T15:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.da intellisense in PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64228#M5243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alright, that works. thanks for your explanation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 16:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-da-intellisense-in-pyscripter/m-p/64228#M5243</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-05-08T16:55:28Z</dc:date>
    </item>
  </channel>
</rss>

