Comment 15 for bug 656938

Revision history for this message
André Bachmann (andrebachmann-dd) wrote : Re: WMF Export fails on Windows 7 (python.exe crashes)

I just encountered the crash as I was trying to export a SVG file into WMF format. The crash happens with Inkscape 0.48.2 r9819 (running under Win7 x64) with the message "UniConvertor failed:" followed by some empty lines.
A maybe related crash happens with Inkscape 0.47 r22583, built Mar 12 2010 (running under Debian Squeeze x64). However, here it is another error, Inkscape shows this:

Traceback (most recent call last):
  File "/usr/share/inkscape/extensions/wmf_output.py", line 27, in <module>
    cmd = get_command()
  File "/usr/share/inkscape/extensions/uniconv_output.py", line 118, in get_command
    sys.stderr.write(_('You need to install the UniConvertor software.\n'+\
NameError: global name '_' is not defined

Please let me know if you need further information.