This seems like a really simple problem. For the life of me I can't get
the classad.parse() function to work. I am not confusing classad files
with submit files. I run the condor_submit file.classad -dump to get a
classad file. However when I call:
ad2=classad.parse(open("test_ad", "r"));
like the example says python throw an error...
SyntaxError: Unable to parse string into a ClassAd.
What am I missing? This seems like it should work out of the box.