Changes between Version 10 and Version 11 of Invoking MGET tools programmatically

Show
Ignore:
Timestamp:
07/25/12 10:02:04 (10 months ago)
Author:
jjr8
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Invoking MGET tools programmatically

    v10 v11  
    3737{{{ 
    3838#!html 
    39 <b style="color: red">Important:</b> Due to a bug in ArcGIS 9.3 and 10, acknowledged by ESRI, the technique of invoking MGET tools through the ArcGIS geoprocessor that is described immediately below may cause Python development tools such as PythonWin and IDLE to crash. To avoid this, try the method described in the next section, <b>Invoking MGET from Python</b>. 
     39<p><b style="color: red">Important:</b> Due to a bug in ArcGIS 9.3 and 10, acknowledged by ESRI, the technique of invoking MGET tools through the ArcGIS geoprocessor that is described immediately below may cause Python development tools such as PythonWin and IDLE to crash. To avoid this, try the method described in the next section, <b>Invoking MGET from Python</b>.</p> 
    4040}}} 
    4141 
    4242{{{ 
    4343#!html 
    44 <b style="color: red">Important:</b> This may not work with ArcGIS 10.0 if you access the MGET toolbox by calling arcpy.ImportToolbox(). Instead, you need to import the toolbox the same way you did with 9.3. Please see <a href="../ticket/534">#534</a> for more information. 
     44<p><b style="color: red">Important:</b> This may not work with ArcGIS 10.0 if you access the MGET toolbox by calling arcpy.ImportToolbox(). Instead, you need to import the toolbox the same way you did with 9.3, using the arcgisscripting module, as shown below. Please see <a href="../ticket/534">#534</a> for more information.</p> 
    4545}}} 
    4646