Comment 8 for bug 656938

Revision history for this message
M8R-98booy (m8r-98booy) wrote : Re: WMF Export fails

I added the argument, but it seems the code is wrong:

Traceback (most recent call last):

  File "wmf_output.py", line 27, in <module>
    cmd = get_command()
  File "C:\Inkscape\share\extensions\uniconv_output.py", line 99, in get_command
    p = Popen('uniconvertor', shell=True, stdin=os.open(os.devnull) , stdout=PIPE, stderr=PIPE).wait()
TypeError: function takes at least 2 arguments (1 given)