Tagged Questions
0
votes
1answer
535 views
Help with subprocess.call on a Windows machine
I am trying to modify a trac plugin that allows downloading of wiki pages to word documents. pagetodoc.py throws an exception on this line:
# Call the subprocess using convenience method
retval = ...