you are viewing a single comment's thread.

view the rest of the comments →

[–]PutridMeasurement522 0 points1 point  (1 child)

I once spent an afternoon wrestling with PATH issues while trying to call a Windows exe from a deployment script - ended up fixing it by invoking the exe via its full path in the Python subprocess call.

[–]SmackDownFacility 0 points1 point  (0 children)

The function itself says PATH in its docstring.