Currently temp files are being written to c:\temp and there is not enough space on this drive.
How can I set where the raster calculator stores temporary files?
import arcpy from arcpy import env env.workspace = r'C:\Project\ArcGIS94beta\AHN2\AHN2.gdb' env.scratchWorkspace = r'C:\Project\ArcGIS94beta\AHN2\AHN2.gdb'