mxd = arcpy.mapping.MapDocument(mxd_file)
wss = [lyr.workspacePath for lyr in arcpy.mapping.ListLayers(mxd)
if lyr.supports('workspacePath')]
Marc and Jeff,
I recently started experiencing the same issue with a script. By any chance did you find resolution to your issue?
Thanks,
Alberto