Is the file 1_0.nc present in the F:/mgo_opt/oo/ directory ? Does it actually contain a valid configuration?
You can still click on the "..." button on the right side and select the nc file containing the corresponding cofiguration (the one that you used to calculate the DOS analysis).
If nothing of this work, please provide more details of your machine and VNL installation.
About the script, check the Reference Manual under projection list to be used with the evaluate() method of the DOS analysis:
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.projectionlist.html
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.densityofstates.html
very briefly:
DOS = nlread('filename.nc', DensityOfStates)[-1]
projection_list = ProjectionList(.....)
PDOS = DOS.evaluate(projection_list = projection_list)
Finally, you will be able to do an optimization under pressure with the next release, ATK 2015.