<?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: PyScripter in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151890#M11722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it works like that. If you have typed arcpy then dot and can then see a drop down from which you can choose Describe then the intellisense &lt;EM&gt;is&lt;/EM&gt; working. Beyond that it does not work as I guess describe can return many types of very different objects based upon the value you supply to it, so how is it supposed to know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 20:37:58 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2015-06-09T20:37:58Z</dc:date>
    <item>
      <title>PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151887#M11719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask for some help with my install of PyScripter. I would like to start using this editor for Python scripts that import ArcPy but I am having an issue with installing it. I am running ArcGIS 10.3 and have the Python 27 folder which points to ArcGIS 10.3 folder which contains all of the DLLs and Libraries etc. for Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the PyScripter Setup program to install PyScripter version 2.5.3 for the 64-bit version of PyScripter. I am running Windows 7 on a 64-bit machine with Python 2.7 installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that as I go through the setup wizard for PyScripter that I get an error message after the final screen that says "Python could not be properly initialized. We must quit". The desktop icon is put in place but when I click on it I get the same message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did notice in the past if I install Python 3.3.2 on my machine that PyScripter will install properly. But the problem then becomes when I try to import ArcPy I get an error message stating that it cannot find ArcPy module. I might add that I do have the Desktop 10.3.pth file in the site-packages folder and that it is pointing to the&amp;nbsp; following paths:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.3\bin&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.3\ArcPy&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.3\ArcToolBox\Scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to get PyScripter to work with the current setup I have of ArcGIS 10.3 and Python 2.7. PyScripter looks to be a great IDE for Python and I would like very much to start using it. I've included some screen shots of my setup and the PyScripter installation wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would greatly appreciate any help or advice that I could get. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 14:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151887#M11719</guid>
      <dc:creator>JohnWhite</dc:creator>
      <dc:date>2015-06-09T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151888#M11720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to install the 32 bit version of pyscripter, that's what I have. So un-install the 64 bit version and install the 32 bit version. I'm running Windows 7 64bit but ArcMap is a 32bit application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then once that is up and running you need to go to menu option Tools &amp;gt; Options &amp;gt; IDE options&amp;nbsp; and then in the section called special packages add arcpy. Currently I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;os, wx, scipy,arcpy,pythonaddins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Duncan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151888#M11720</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2015-06-09T16:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151889#M11721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duncan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for the reply, I used your solution and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have one more question. I have noticed that the &lt;EM&gt;IntelliSense&lt;/EM&gt; does not seem to work. For example I have the following code to create a Describe object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;streetDescObj = arcpy.Describe(r"C:\EsriPress\GISTPython\Data\OleanderOwnership.gdb\Elm_Fork_Addition")&lt;/P&gt;&lt;P&gt;#Get the properties of the feature class from the describe object&lt;/P&gt;&lt;P&gt;fcName = streetDescObj.baseName #name of feature class&lt;/P&gt;&lt;P&gt;print(fcName)&lt;/P&gt;&lt;P&gt;fcPath = streetDescObj.catalogPath #path to the file&lt;/P&gt;&lt;P&gt;print(fcPath)&lt;/P&gt;&lt;P&gt;#Is the feature type a point, line or polygon?&lt;/P&gt;&lt;P&gt;fcShape = streetDescObj.shapeType&lt;/P&gt;&lt;P&gt;print(fcShape)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I start to key in the name of the Describe object (streetDescObj) and a period after defining it, I would expect to see a dropdown list of the different parameters but no list appears. Is there a setting that needs to be set in order to get this to happen? Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 18:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151889#M11721</guid>
      <dc:creator>JohnWhite</dc:creator>
      <dc:date>2015-06-09T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151890#M11722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it works like that. If you have typed arcpy then dot and can then see a drop down from which you can choose Describe then the intellisense &lt;EM&gt;is&lt;/EM&gt; working. Beyond that it does not work as I guess describe can return many types of very different objects based upon the value you supply to it, so how is it supposed to know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 20:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151890#M11722</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2015-06-09T20:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151891#M11723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a little off topic but, you might give PyCharm a try at some point. I switched from PyScripter about a year ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jetbrains.com/pycharm/" title="https://www.jetbrains.com/pycharm/"&gt;Python IDE &amp;amp;amp Django IDE for Web developers : JetBrains PyCharm&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 20:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151891#M11723</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2015-06-09T20:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151892#M11724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had issues with PyScripter and switched to PyCharm, I like it way better.&amp;nbsp; Sorry for stealing your thread!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:58:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151892#M11724</guid>
      <dc:creator>MatthewRusso</dc:creator>
      <dc:date>2015-06-12T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151893#M11725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem Matt. Helpful advice is not stealing a thread. I've heard some good things about PyCharm and from what little I've seen of it, I must say it looks like a good IDE. For now I like PyScripter but might make the switch in the near future. Thanks for the input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151893#M11725</guid>
      <dc:creator>JohnWhite</dc:creator>
      <dc:date>2015-06-12T13:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151894#M11726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thinking about it, I think you have to setup your environments in windows? I could be wrong because I am not able to do this at work (no admin rights). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this out: &lt;A href="http://www.katsbits.com/tutorials/blender/python-path-variable.php" title="http://www.katsbits.com/tutorials/blender/python-path-variable.php"&gt;Setting Python Path (PythonPath) system variable : KatsBits TUTORIALS&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151894#M11726</guid>
      <dc:creator>MatthewRusso</dc:creator>
      <dc:date>2015-06-12T13:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151895#M11727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get PyScripter configured to work with ArcGis 10.3.&amp;nbsp; I have added arcpy to &lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Tools &amp;gt; Options &amp;gt; IDE options as noted above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Python version 2.6.0.0 x86&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The PyScripter Pyton Path is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/124310_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I still cannot get the auto complete to work correctly.&amp;nbsp; If I type &lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;arcpy.mapping.l the only options shown are "logging" and "logcall".&amp;nbsp; However if I type &lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;arcpy.mapping. a full list of options is displayed and I can scroll down to items such as "listdataframes".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Anyone else experience this or have a solution?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 14:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151895#M11727</guid>
      <dc:creator>TomGoeke</dc:creator>
      <dc:date>2015-08-28T14:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151896#M11728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try an upper-case "L" after mapping instead of lower-case.&amp;nbsp; The lookup or autocomplete is case sensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 20:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151896#M11728</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2015-08-28T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: PyScripter</title>
      <link>https://community.esri.com/t5/python-questions/pyscripter/m-p/151897#M11729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it, thanks.&lt;/P&gt;&lt;P&gt;I have worked in numerous programming interfaces, this is the first one I have come across that is case sensitive for Auto-complete.&amp;nbsp; Guess this could be because Python is a case sensitive language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 11:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyscripter/m-p/151897#M11729</guid>
      <dc:creator>TomGoeke</dc:creator>
      <dc:date>2015-08-31T11:47:10Z</dc:date>
    </item>
  </channel>
</rss>

