Inkscape.org
Beginners' Questions Cant import PLT. pyparsing missing
  1. #1
    nccwarp9 nccwarp9 @nccwarp9

    Ive just installed a fresh install of Inkscape 1.4 and while importing HPGL I get

    Traceback (most recent call last):
      File "C:\Program Files\Inkscape\share\inkscape\extensions\hpgl2_input.py", line 23, in <module>
        import pyparsing as pp
    ModuleNotFoundError: No module named 'pyparsing'

    I cat find any solutions on Google. ?

     

    Regards, 

     

  2. #2
    Tyler Durden Tyler Durden @TylerDurden

    Please:

    1. Describe your OS (your computer's Operating System: Mac/Windows/Linux/etc. & version).
    2. Describe if Inkscape was newly installed, or upgraded from an earlier version.
    3. Describe the version of Inkscape and the installer you used (the file you downloaded from the web: .msi/.exe/.zip/appimage/other, PPA/Snap/Flatpak, dmg/other )
    4. Describe any special hardware being used, like tablet/stylus, external drives or multiple monitors.
    5. Describe any helper/assistive programs or keyboard modifiers (macros, languages, etc.).
  3. #3
    seariver seariver @seariver

    Had a similar problem.

    Go to https://pypi.org/project/pyparsing/#files

    Download the tar.gz

    Extract and put the pyparsing folder into C:\Program Files\Inkscape\lib\python3.11\site-packages

    No need to restart inkscape, just retry import if you feel like it
     

    Hope this helped

     

  4. #4
    Tyler Durden Tyler Durden @TylerDurden

    Seems to have been reported today. https://gitlab.com/inkscape/inbox/-/issues/12504

    (Is that you, @seariver?)

  5. #5
    seariver seariver @seariver
    👍

    no, was not me

Inkscape Inkscape.org Inkscape Forum Beginners' Questions Cant import PLT. pyparsing missing