<?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 Weird Issue with Wing in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263908#M9073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ImportError: DLL load failed: The specified module could not be found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "c:\GIS\94\template_launch.py", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "C:\Program Files\ArcGIS\Desktop9.4\arcpy\arcpy\__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from geoprocessing import gp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "C:\Program Files\ArcGIS\Desktop9.4\arcpy\arcpy\geoprocessing\__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from _base import *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "C:\Program Files\ArcGIS\Desktop9.4\arcpy\arcpy\geoprocessing\_base.py", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcgisscripting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the python window, the following completes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; arcpy &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; env &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; ENV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; arcpy &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; mapping &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; MAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; ENV.workspace = r'C:\GIS\94\Templates'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; wrksp = ENV.workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; wrksp &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #9c9c9c; font-size: 5;"&gt;&lt;SPAN style="color: #9c9c9c; font-size: 5;"&gt;C:\GIS\94\Templates&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;In the python window in WING, the following completes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; from arcpy import mapping as MAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; from arcpy import env as ENV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; ENV.workspace = r'C:\GIS\94\Templates'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; wrksp = ENV.workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; print wrksp &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\GIS\94\Templates&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another issue being encountered is the intellisense for wing vs either the python shell or python window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There needs to be consistent behavior between all of these windows for python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ESRI Python window, when I type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENV.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (workspace is listed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the python shell, when I type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENV.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (workspace is listed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Wing IDE, when I type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENV.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (no workspace is listed)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 17:22:36 GMT</pubDate>
    <dc:creator>TedCronin</dc:creator>
    <dc:date>2009-11-24T17:22:36Z</dc:date>
    <item>
      <title>Weird Issue with Wing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263908#M9073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ImportError: DLL load failed: The specified module could not be found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "c:\GIS\94\template_launch.py", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "C:\Program Files\ArcGIS\Desktop9.4\arcpy\arcpy\__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from geoprocessing import gp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "C:\Program Files\ArcGIS\Desktop9.4\arcpy\arcpy\geoprocessing\__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from _base import *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "C:\Program Files\ArcGIS\Desktop9.4\arcpy\arcpy\geoprocessing\_base.py", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcgisscripting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the python window, the following completes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; arcpy &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; env &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; ENV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; arcpy &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; mapping &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; MAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; ENV.workspace = r'C:\GIS\94\Templates'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; wrksp = ENV.workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #004da8; font-size: 5;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt; wrksp &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #9c9c9c; font-size: 5;"&gt;&lt;SPAN style="color: #9c9c9c; font-size: 5;"&gt;C:\GIS\94\Templates&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size:5;"&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size:5;"&gt;In the python window in WING, the following completes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; from arcpy import mapping as MAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; from arcpy import env as ENV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; ENV.workspace = r'C:\GIS\94\Templates'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; wrksp = ENV.workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; print wrksp &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\GIS\94\Templates&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another issue being encountered is the intellisense for wing vs either the python shell or python window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There needs to be consistent behavior between all of these windows for python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ESRI Python window, when I type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENV.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (workspace is listed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the python shell, when I type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENV.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (workspace is listed)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Wing IDE, when I type:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ENV.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (no workspace is listed)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 17:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263908#M9073</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-24T17:22:36Z</dc:date>
    </item>
    <item>
      <title>Weird Issue with Wing</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263909#M9074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looks like a few late v. early binding issues and a misconfiguration on the part of Wing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. arcgisscripting should ALWAYS show up. Wing seems to synthesize its own import paths, and ignores the addition of the Desktop94.pth file installed in the system Python path that adds the ArcGIS stack to the import path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The environment variable listings (arcpy.env.*) are currently calculated at runtime on-the-fly. Anything that uses static analysis, Wing included, will not be able to give intellisense for arcpy.env.* in its current state.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 07:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263909#M9074</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2009-11-25T07:48:15Z</dc:date>
    </item>
    <item>
      <title>Wing Personal</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263910#M9075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is Wing Personal 3.1/3.2 (First 3.1, then I upgraded). We have Wing 101 on another machine (Jesusa's Machine), and it seemed to work correctly. Wing Pro has not been tested, but I assume it should work. Will have to come up with something or move to another machine, because this is going to be quite limiting. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this is related to your install fiasco, where you install 2.6.2, and if I have geodjango running with 2.6.1, I now have two instances and hence a problem with running wing. That is my bet. I have a few different modules outside of esri on this particular machine. For beta 2, now that I know of this esri limitation, I will have to clean up this machine, and just know that this is a going to be a huge issue, and perhaps just have that sort of py dev on a completely separate machine away from arcpy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 13:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263910#M9075</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-25T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Wing on another machine is good to go</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263911#M9076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wing on another machine is good to go.&amp;nbsp; You can definitely tell who esri favors in the ide space (I like wing too:)).&amp;nbsp; Much more integrated.&amp;nbsp; Not testing pyWin, though, so I bet that is pretty good too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not as slow for importing arcpy as gp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hello arcpy!!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At beta 2, I will just rebuild all the py stuff on my other sde machine, which should fix all the bad karma thats taking place over there, but then maybe its just that arcmap likes the killers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 17:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/weird-issue-with-wing/m-p/263911#M9076</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-25T17:58:09Z</dc:date>
    </item>
  </channel>
</rss>

