Select to view content in your preferred language

IO error while running a python script

413
1
09-14-2011 05:29 PM
AveryBowron
Emerging Contributor
I keep receiving the same error when I try to run this script, and I can't for the life of me figure out what's wrong.  The script takes existing table views and a feature layer, builds lists based on their contents, builds queries based on those lists, and selects a set of parcels for manual examination at the end of the script based on those queries.  I have successfully done something similar in another script, but for some reason when I run this script I get the following error message:

Running script AddressCrossCheck...
<type 'exceptions.IOError'>: "GPL0" does not exist
Failed to execute (AddressCrossCheck).

I don't reference "GPL0" anywhere in the script and I haven't been able to find any useful information about this error, so your help would be greatly appreciated.  I've attached the whole script to this post.

Thanks,
Avery Bowron
0 Kudos
1 Reply
AveryBowron
Emerging Contributor
I should add that I've successfully run each step of the script in the interactive python window, so I know the code works.  It seems like there must be something going on with the Parameters.
0 Kudos