Inkscape and uniconverter












1















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 '18 at 1:13
















1















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 '18 at 1:13














1












1








1








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.







ubuntu python inkscape






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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










2 Answers
2






active

oldest

votes


















0














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 '18 at 16:35



















0














$ 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






share|improve this answer








New contributor




AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    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
    });


    }
    });














    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















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    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 '18 at 16:35
















    0














    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 '18 at 16:35














    0












    0








    0







    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 '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



















    • 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













    0














    $ 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






    share|improve this answer








    New contributor




    AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      $ 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






      share|improve this answer








      New contributor




      AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        $ 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






        share|improve this answer








        New contributor




        AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        $ 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







        share|improve this answer








        New contributor




        AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 3 hours ago









        AARON SPANGLERAARON SPANGLER

        1




        1




        New contributor




        AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        AARON SPANGLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            draft saved

            draft discarded




















































            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.




            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















            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







            Popular posts from this blog

            サソリ

            広島県道265号伴広島線

            Setup Asymptote in Texstudio