Inkscape and uniconverter

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Started working in Inkscape and after drawing a few boxes I am being bombarded by a billion pop-ups with this warning:
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
So I know I need to install the uniconverter, but I can't even get past the first package:
dpkg: dependency problems prevent configuration of python-sk1libs:
python-sk1libs depends on liblcms1; however:
Package liblcms1 is not installed.
liblcms1 doesn't exist for ubuntu 16.04 as far as I can tell and some have suggested that liblcms2-dev is an alternative, but having installed it, I still get the same error above. Would love a solution to this.
ubuntu python inkscape
add a comment |Â
up vote
1
down vote
favorite
Started working in Inkscape and after drawing a few boxes I am being bombarded by a billion pop-ups with this warning:
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
So I know I need to install the uniconverter, but I can't even get past the first package:
dpkg: dependency problems prevent configuration of python-sk1libs:
python-sk1libs depends on liblcms1; however:
Package liblcms1 is not installed.
liblcms1 doesn't exist for ubuntu 16.04 as far as I can tell and some have suggested that liblcms2-dev is an alternative, but having installed it, I still get the same error above. Would love a solution to this.
ubuntu python inkscape
Just as an info: I use Inkscape on 16.04.3 and don't have uniconverter, liblcms1 or sk1libs.utils.fs at all and draw rectangles without problems.
â user unknown
Mar 17 at 1:13
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Started working in Inkscape and after drawing a few boxes I am being bombarded by a billion pop-ups with this warning:
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
So I know I need to install the uniconverter, but I can't even get past the first package:
dpkg: dependency problems prevent configuration of python-sk1libs:
python-sk1libs depends on liblcms1; however:
Package liblcms1 is not installed.
liblcms1 doesn't exist for ubuntu 16.04 as far as I can tell and some have suggested that liblcms2-dev is an alternative, but having installed it, I still get the same error above. Would love a solution to this.
ubuntu python inkscape
Started working in Inkscape and after drawing a few boxes I am being bombarded by a billion pop-ups with this warning:
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
So I know I need to install the uniconverter, but I can't even get past the first package:
dpkg: dependency problems prevent configuration of python-sk1libs:
python-sk1libs depends on liblcms1; however:
Package liblcms1 is not installed.
liblcms1 doesn't exist for ubuntu 16.04 as far as I can tell and some have suggested that liblcms2-dev is an alternative, but having installed it, I still get the same error above. Would love a solution to this.
ubuntu python inkscape
asked Mar 16 at 20:22
crysis405
1163
1163
Just as an info: I use Inkscape on 16.04.3 and don't have uniconverter, liblcms1 or sk1libs.utils.fs at all and draw rectangles without problems.
â user unknown
Mar 17 at 1:13
add a comment |Â
Just as an info: I use Inkscape on 16.04.3 and don't have uniconverter, liblcms1 or sk1libs.utils.fs at all and draw rectangles without problems.
â user unknown
Mar 17 at 1:13
Just as an info: I use Inkscape on 16.04.3 and don't have uniconverter, liblcms1 or sk1libs.utils.fs at all and draw rectangles without problems.
â user unknown
Mar 17 at 1:13
Just as an info: I use Inkscape on 16.04.3 and don't have uniconverter, liblcms1 or sk1libs.utils.fs at all and draw rectangles without problems.
â user unknown
Mar 17 at 1:13
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Are you sure you are saving as an svg file?
If you intend to save as a wmf or other format, then you need to fix the uniconverter. BUT! you don't need this extension to work with Inkscape, just make sure to save and load all your files in SVG only and it should never need to call the uniconverter extensions.
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Are you sure you are saving as an svg file?
If you intend to save as a wmf or other format, then you need to fix the uniconverter. BUT! you don't need this extension to work with Inkscape, just make sure to save and load all your files in SVG only and it should never need to call the uniconverter extensions.
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
add a comment |Â
up vote
0
down vote
Are you sure you are saving as an svg file?
If you intend to save as a wmf or other format, then you need to fix the uniconverter. BUT! you don't need this extension to work with Inkscape, just make sure to save and load all your files in SVG only and it should never need to call the uniconverter extensions.
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Are you sure you are saving as an svg file?
If you intend to save as a wmf or other format, then you need to fix the uniconverter. BUT! you don't need this extension to work with Inkscape, just make sure to save and load all your files in SVG only and it should never need to call the uniconverter extensions.
Are you sure you are saving as an svg file?
If you intend to save as a wmf or other format, then you need to fix the uniconverter. BUT! you don't need this extension to work with Inkscape, just make sure to save and load all your files in SVG only and it should never need to call the uniconverter extensions.
answered Apr 11 at 21:15
Martin Owens -doctormo-
1011
1011
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
add a comment |Â
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
I have placed objects from other formats onto my canvas, so I think when I try to save, inkscape tries to convert all of these.
â crysis405
Apr 21 at 16:35
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f430683%2finkscape-and-uniconverter%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Just as an info: I use Inkscape on 16.04.3 and don't have uniconverter, liblcms1 or sk1libs.utils.fs at all and draw rectangles without problems.
â user unknown
Mar 17 at 1:13