The default value of arcpy.env.workspace is different, are there other differences?
The reason to ask is that I have code to geocode several files using a loop to call the function arcpy.GeocodeAddresses_geocoding. The loop works fine when I execute the script inside the Python window in ArcMap, but when I run the script in IDLE it ends in error 999998 when it starts the second iteration.
I hope that understanding the differences between these two ways of executing the script will help me find a way to make it work in IDLE.
Thanks
Carla