Hi everybody,
This is my first time to this forum and I have a little problem with arcpy code:
#Current map document
mxd = arcpy.mapping.MapDocument("CURRENT")
#Export
x = raw_input("Insert the Name please ")
arcpy.mapping.ExportToJPEG(mxd,x+".jpg")
what is wrong with this code, I need your help Please.