Thursday, 10 March 2016

arcpy - Viewing print text while running a script in ArcMap


Why can't I see print text when running a script in ArcMap, but can view it when run in the python window of ArcMap?


I have a number of scripts that have a print function but don't show when run from the Toolbox.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...