Cannot convert anything: "No module named sk1libs.utils.fs" error
Universal graphics translator
Brought to you by:
igor_n
Every time I try to convert anything I get this output:
$ uniconvertor test.dxf test.ai
Traceback (most recent call last):
File "/usr/bin/uniconvertor", line 13, in <module>
uniconv_run()
File "/usr/lib/python2.7/dist-packages/uniconvertor/__init__.py", line 83, in uniconv_run
from app.io import load
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/__init__.py", line 69, in <module>
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 11, in <module>
from app.events import connector
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/__init__.py", line 69, in <module>
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 13, in <module>
from sk1libs.utils.fs import gethome
ImportError: No module named sk1libs.utils.fs
I installed sK1 program to try using that, to convert ot AI, but seems that sK1 doens't save to Adobe Illustrator file format.
I had the same problem error message, I was trying to use SVG output from TGIF. But it works now. I downloaded lcms version 1.19 source and compiled and installed it. Then downloaded sk1libs-0.9.1.tar.gz and installed that. Don't forget doing an ldconfig afterwards, else you will get a message saying the .so file can't be found. Hope this helps.
SF page is out of date. Just visit https://sk1project.net for newer UniConvertor version.