Changes between Version 10 and Version 11 of Invoking MGET tools programmatically
- Timestamp:
- 07/25/12 10:02:04 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Invoking MGET tools programmatically
v10 v11 37 37 {{{ 38 38 #!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> 40 40 }}} 41 41 42 42 {{{ 43 43 #!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> 45 45 }}} 46 46
