Hello I have some difficulties with log files
The problem is that running it from ArcGIS Toolbox interface doesn't give me the same result than running it from python IDLE.
In python IDLE, a new logFile is created each time.
When executed from ArcGIS toolbox interface, the logFile is only created once and kept in memory. Each time you run the script logs are written in the first logfile (created the first time the script is executed) rather than creating a new one.
Please have a look at the sample script attached in my second post
The problem is that running it from ArcGIS Toolbox interface doesn't give me the same result than running it from python IDLE.
In python IDLE, a new logFile is created each time.
When executed from ArcGIS toolbox interface, the logFile is only created once and kept in memory. Each time you run the script logs are written in the first logfile (created the first time the script is executed) rather than creating a new one.
Please have a look at the sample script attached in my second post