Inkscape and uniconverter
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 |
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 '18 at 1:13
add a comment |
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
ubuntu python inkscape
asked Mar 16 '18 at 20:22
crysis405crysis405
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 '18 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 '18 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 '18 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 '18 at 1:13
add a comment |
2 Answers
2
active
oldest
votes
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 '18 at 16:35
add a comment |
$ sudo apt-get install python-uniconvertor
I am having the same problem and yes, we are both sure we are converting to svg.
Example:
$ uniconvertor gear1.plt gear1.svg
Traceback (most recent call last):
File "/usr/bin/uniconvertor", line 13, in
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
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 11, in
from app.events import connector
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/init.py", line 69, in
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 13, in
from sk1libs.utils.fs import gethome
ImportError: No module named sk1libs.utils.fs
New contributor
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
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
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 '18 at 16:35
add a comment |
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 '18 at 16:35
add a comment |
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 '18 at 21:15
Martin Owens -doctormo-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 '18 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 '18 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 '18 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 '18 at 16:35
add a comment |
$ sudo apt-get install python-uniconvertor
I am having the same problem and yes, we are both sure we are converting to svg.
Example:
$ uniconvertor gear1.plt gear1.svg
Traceback (most recent call last):
File "/usr/bin/uniconvertor", line 13, in
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
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 11, in
from app.events import connector
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/init.py", line 69, in
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 13, in
from sk1libs.utils.fs import gethome
ImportError: No module named sk1libs.utils.fs
New contributor
add a comment |
$ sudo apt-get install python-uniconvertor
I am having the same problem and yes, we are both sure we are converting to svg.
Example:
$ uniconvertor gear1.plt gear1.svg
Traceback (most recent call last):
File "/usr/bin/uniconvertor", line 13, in
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
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 11, in
from app.events import connector
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/init.py", line 69, in
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 13, in
from sk1libs.utils.fs import gethome
ImportError: No module named sk1libs.utils.fs
New contributor
add a comment |
$ sudo apt-get install python-uniconvertor
I am having the same problem and yes, we are both sure we are converting to svg.
Example:
$ uniconvertor gear1.plt gear1.svg
Traceback (most recent call last):
File "/usr/bin/uniconvertor", line 13, in
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
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 11, in
from app.events import connector
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/init.py", line 69, in
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 13, in
from sk1libs.utils.fs import gethome
ImportError: No module named sk1libs.utils.fs
New contributor
$ sudo apt-get install python-uniconvertor
I am having the same problem and yes, we are both sure we are converting to svg.
Example:
$ uniconvertor gear1.plt gear1.svg
Traceback (most recent call last):
File "/usr/bin/uniconvertor", line 13, in
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
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 11, in
from app.events import connector
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/init.py", line 69, in
from conf.configurator import Configurator
File "/usr/lib/python2.7/dist-packages/uniconvertor/app/conf/configurator.py", line 13, in
from sk1libs.utils.fs import gethome
ImportError: No module named sk1libs.utils.fs
New contributor
New contributor
answered 3 hours ago
AARON SPANGLERAARON SPANGLER
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
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 '18 at 1:13