Inkscape Community

Help Using Inkscape => Inkscape Beginners' Questions => Topic started by: proosi on August 24, 2017, 01:47:11 PM

Title: Save as svg to hpgl
Post by: proosi on August 24, 2017, 01:47:11 PM
Hi everyone
I want write svg to hpgl. I have error

Traceback (most recent call last):
  File "C:/Program Files/Inkscape/lib/python2.7/site.py", line 64, in <module>
    import traceback
ImportError: Bad magic number in C:\Program Files\Inkscape\python\Lib/traceback.pyc

what is mean?

PS: Problem is solved. I reinstall program and is ok. I can to save hpgl file.
Title: Re: Save as svg to hpgl
Post by: brynn on August 25, 2017, 11:13:58 PM
Welcome to the forum!

I'm glad you solved it on your own  :)
Title: Re: Save as svg to hpgl
Post by: Kaalahaan on December 15, 2017, 12:16:49 PM
Hi all,

There's is a minor bug during upgrade from old version to new 0.92.
Path to python libs has changed, and it seems the old folder is not deleted when the new version is deployed.

From the old version, under inkscape top folder, the python/Libs folder was still present with old libs.
I have juste deleted it, since the new libs are under now lib/python.
Old libs was not compatible with new python 2.7 binary.

Don't know why the old folder gain priority...

Regards.