I had the same problem. I solved it by adding the full file path to the feature name.
eg. pathFeature = "R:\\folderContainingShpFile\\" + str(feature)
gp.clip_management(raster,"446716,298473 4425996,437405 499153,348855 4492682,68626",outRaster,pathFeature,"255","ClippingGeometry")