Knowledge Base - Technical Articles
HowTo: Enable the color highlighting for PYT files in PyScripter
| Article ID: | 40258 |
|---|---|
| Software: | ArcGIS for Desktop Advanced 10.1 ArcGIS for Desktop Standard 10.1 ArcGIS for Desktop Basic 10.1 |
| Platforms: | N/A |
Summary
Instructions provided describe how to enable color highlighting of Python toolboxes (PYT files) in PyScripter. PyScripter is a Python integrated development environment (IDE) for Windows.
Python toolboxes (.pyt) are geoprocessing toolboxes that are created entirely in Python. Although these tools are recognized by ArcGIS Software as Python scripts, they may or may not be treated as Python scripts within various Python IDEs. To ensure that these files are recognized by a Python IDE it may be necessary to include the .pyt extension in the settings for the IDE.
Python toolboxes (.pyt) are geoprocessing toolboxes that are created entirely in Python. Although these tools are recognized by ArcGIS Software as Python scripts, they may or may not be treated as Python scripts within various Python IDEs. To ensure that these files are recognized by a Python IDE it may be necessary to include the .pyt extension in the settings for the IDE.
Procedure
The following steps enable the color highlighting on a Python toolbox that is being edited within PyScripter.
- Open PyScripter.
- Selects Tools > Options > IDE Options.
- Scroll down to the File Filters section of the IDE Options dialog box.
- Add a semicolon and *.pyt to the Open dialog Python filter.
- Click OK.
Created: 5/14/2012
Last Modified: 6/12/2012