<?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: arcgisscripting load failed in pythonwin in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3739#M318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS 10 unfortunately does not install to be used as a development environment. Pythonwin is not installed. You need to install this IDE (or another of your choice). Before you do this I recommend that you fix the Python install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It can work properly if you understand that Esri installs &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;another copy of Python&lt;/SPAN&gt;&lt;SPAN&gt; in a &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;non-standard&lt;/SPAN&gt;&lt;SPAN&gt; place. This will result in other Python module installs not being seen because the paths are not common between the two versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My solution is to keep the two items needed to point to ArcPy (Desktop10.pth) and the numpy folder in the non standard path c:/Python26/ArcGIS10.0/lib/site-packages, delete the whole Esri second copy, reinstall Python and Pythonwin&amp;nbsp; in the &lt;/SPAN&gt;&lt;STRONG&gt;standard&lt;/STRONG&gt;&lt;SPAN&gt; place (C:/Python26) and restore the Esri pointer file and numpy into &lt;/SPAN&gt;&lt;STRONG&gt;C:/Python26/Lib/site-packages.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Then Pythonwin will see the Esri modules &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; everyone else's modules, the Python help will work and things will be sweet. You set the editor to Pythonwin in ArcMap geoprocessing properties to allow you to right-click on the script tool to open in Pythonwin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you install ArcGIS 10 SP2 you will have to repeat this exercise! It will add back an empty path C:/Python26/Desktop10.0/Lib/site-packages but there will be no second copy of Python so no geoprocessing tools will work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see a possible reason is to isolate the python version that is hard-coded into arcgisscripting or Arcpy from any other patches. However I have had no trouble with any 2.6.x release. The disadvantages outweigh the fear IMHO.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 May 2011 22:41:21 GMT</pubDate>
    <dc:creator>KimOllivier</dc:creator>
    <dc:date>2011-05-15T22:41:21Z</dc:date>
    <item>
      <title>arcgisscripting load failed in pythonwin</title>
      <link>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3737#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I try to load arcgisscripting in Pythonwin, I only get this message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError: DLL load failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've checked the pythonpath and C:/Program Files/ArcGis/Bin is there but instead of having arcgisscripting.dll, there is only arcgisscripting.pyd. From what I've read, it supposes to work but it doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried using the command line to no avail. Nothing seems to work, all scripts in the Toolbox that uses arcgiscripting are not working properly either?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On my former computer, everything was working fine but on this one, it's driving me bananas!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 16:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3737#M316</guid>
      <dc:creator>MartinHamel</dc:creator>
      <dc:date>2011-04-22T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: arcgisscripting load failed in pythonwin</title>
      <link>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3738#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;When I try to load arcgisscripting in Pythonwin, I only get this message:&lt;BR /&gt;&lt;BR /&gt;ImportError: DLL load failed&lt;BR /&gt;&lt;BR /&gt;I've checked the pythonpath and C:/Program Files/ArcGis/Bin is there but instead of having arcgisscripting.dll, there is only arcgisscripting.pyd. From what I've read, it supposes to work but it doesn't.&lt;BR /&gt;&lt;BR /&gt;I've tried using the command line to no avail. Nothing seems to work, all scripts in the Toolbox that uses arcgiscripting are not working properly either?&lt;BR /&gt;&lt;BR /&gt;On my former computer, everything was working fine but on this one, it's driving me bananas!&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI programmers don't seem to understand how to write an install package: numerous python related dlls are probably not registered on your system, following&amp;nbsp; ESRI's own instructions (or more often and working more correctly from the user community) do not work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI continuously ignores major bugs and sluffs it off for the next version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect ESRI will only be producing GIS software for a few more years as&amp;nbsp; ESRI cannot get the long standing bugs out of the program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AS for you, I found several articles on registering various python modules ESRI fails to install properly (and this is their own software!!!).&amp;nbsp; Some articles had you drag and drop the needed dll to the proper location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that I could only register some of them (a different issue with metadata export).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS10: great big lemon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 21:41:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3738#M317</guid>
      <dc:creator>GroundHogg</dc:creator>
      <dc:date>2011-05-12T21:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: arcgisscripting load failed in pythonwin</title>
      <link>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3739#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS 10 unfortunately does not install to be used as a development environment. Pythonwin is not installed. You need to install this IDE (or another of your choice). Before you do this I recommend that you fix the Python install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It can work properly if you understand that Esri installs &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;another copy of Python&lt;/SPAN&gt;&lt;SPAN&gt; in a &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;non-standard&lt;/SPAN&gt;&lt;SPAN&gt; place. This will result in other Python module installs not being seen because the paths are not common between the two versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My solution is to keep the two items needed to point to ArcPy (Desktop10.pth) and the numpy folder in the non standard path c:/Python26/ArcGIS10.0/lib/site-packages, delete the whole Esri second copy, reinstall Python and Pythonwin&amp;nbsp; in the &lt;/SPAN&gt;&lt;STRONG&gt;standard&lt;/STRONG&gt;&lt;SPAN&gt; place (C:/Python26) and restore the Esri pointer file and numpy into &lt;/SPAN&gt;&lt;STRONG&gt;C:/Python26/Lib/site-packages.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Then Pythonwin will see the Esri modules &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; everyone else's modules, the Python help will work and things will be sweet. You set the editor to Pythonwin in ArcMap geoprocessing properties to allow you to right-click on the script tool to open in Pythonwin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you install ArcGIS 10 SP2 you will have to repeat this exercise! It will add back an empty path C:/Python26/Desktop10.0/Lib/site-packages but there will be no second copy of Python so no geoprocessing tools will work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see a possible reason is to isolate the python version that is hard-coded into arcgisscripting or Arcpy from any other patches. However I have had no trouble with any 2.6.x release. The disadvantages outweigh the fear IMHO.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 22:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgisscripting-load-failed-in-pythonwin/m-p/3739#M318</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2011-05-15T22:41:21Z</dc:date>
    </item>
  </channel>
</rss>

