Didn’t test in deadline 5 so maybe it’s general but draft.py delivered with b10 needs a small correction on line 143
pythonPath = “dpython.exe” --> pythonPath = “bin\dpython.exe”
Didn’t test in deadline 5 so maybe it’s general but draft.py delivered with b10 needs a small correction on line 143
pythonPath = “dpython.exe” --> pythonPath = “bin\dpython.exe”
Ah, the problem is actually with line 149:
deadlinePath = Path.GetDirectoryName( ClientUtils.GetBinDirectory() )
We are going up one directory when we shouldn’t be. This will be fixed in beta 11.
Thanks!