Inkscape and uniconverter

The name of the pictureThe name of the pictureThe name of the pictureClash 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.







share|improve this question




















  • 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














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.







share|improve this question




















  • 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












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.







share|improve this question












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.









share|improve this question











share|improve this question




share|improve this question










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
















  • 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










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.






share|improve this answer




















  • 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










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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






























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.






share|improve this answer




















  • 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














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.






share|improve this answer




















  • 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












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.






share|improve this answer












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.







share|improve this answer












share|improve this answer



share|improve this answer










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
















  • 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












 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)