Subject: [HTCondor-users] Windows job won't run, targeted machines get to "Matched" but nothing more
So I've been trying to figure out this problem for a few days now, and I've pretty much exhausted all the solutions I can think of.
I'm trying to use Python-Condor (github repo) and Condor v.7.8.7/6 to submit jobs to a Windows 7 machine (x86_64). The crazy thing is, if I submit a job using condor_submit, it runs fine, but using python-condor with what I believe is the exact same classads, it refuses to run. I've tried using the -dump argument with condor_submit and copying those classads directly, but something about submitting the job through Python-Condor seems to have prevented the job from starting.
I can see on both the targeted Windows execute node that the job is being matched to the right machine, but doesn't progress any further than that.