gotcha

Author Topic: Save as svg to hpgl  (Read 2760 times)

August 24, 2017, 01:47:11 PM
Read 2760 times

proosi

  • Newbie

  • Offline
  • *

  • 1
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.
« Last Edit: August 25, 2017, 03:23:41 PM by proosi »

August 25, 2017, 11:13:58 PM
Reply #1

brynn

  • Administrator

  • Offline
  • ******

  • 3,941
  • Gender
    Female

    Female
    • Inkscape Community
Welcome to the forum!

I'm glad you solved it on your own  :)
  • Inkscape version 0.92.3
  • Windows 7 Pro, 64-bit
Inkscape Tutorials (and manuals)                      Inkscape Community Gallery                        Inkscape for Cutting Design                     



"Be ashamed to die until you have won some victory for humanity" - Horace Mann                       

December 15, 2017, 12:16:49 PM
Reply #2

Kaalahaan

  • Sr. Newbie

  • Offline
  • **

  • 2
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.