Hi There,
Am trying to access elements (layers, display information, symbology) in an arcmap 9.3 document through the geoprocessor object in python. setting the mxd as a workspace isnt working
gp = arcgisscripting.create()
gp.Workspace = "C:/MXD/tourmap"