Comment 2 for bug 387946

Revision history for this message
Preben S (prsodk) wrote :

As UniConvertor ver. 1.1.4 requires Python 2.6, I have made a modification to "uniconv-ext.py", that works with both old and new versions.
At the moment, the modification is working on Windows, if you have another OS, please modify and test.

In particular, modify the cmd string for other OS to match the string given here:
cmd = 'python -c "from uniconvertor import uniconv;uniconv()"'

As mentioned in earlier post, this works for input only. On Windows, I have tested with PLT and CDR input.
Modified "uniconv-ext.py" for Windows file attached.

I have tested a large part of the extensions with Python 2.6 on Windows, but more testing should possibly be done.

I am working further on making the PLT output working, but it will take a little more time to get finished.