Comment 7 for bug 745997

Revision history for this message
Alvin Penner (apenner) wrote : Re: Doesn't accept any .ai or .eps files I try.

if you would like to confirm that uniconvertor is installed and running, attached is a bit of a procedure:
- open a DOS window and switch to the Inkscape directory
- run python\python
- run import uniconvertor
- run uniconvertor.uniconv_run()
- confirm that it reports Uniconvertor 1.1.5

on my machine I get the following result:

D:\>cd\program files

D:\Program Files>cd inkscape

D:\Program Files\Inkscape>python\python
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import uniconvertor
>>> uniconvertor.uniconv_run()

UniConvertor 1.1.5

USAGE: uniconvertor [OPTIONS] [INPUT FILE] [OUTPUT FILE]

Converts one vector graphics format to another using sK1 engine.
sK1 Team (http://sk1project.org), copyright (C) 2007-2009 by Igor E. Novikov