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'
Describe your OS (your computer's Operating System: Mac/Windows/Linux/etc. & version).
Describe if Inkscape was newly installed, or upgraded from an earlier version.
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 ).
Describe any special hardware being used, like tablet/stylus, external drives or multiple monitors.
Describe any helper/assistive programs or keyboard modifiers (macros, languages, etc.).
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,
Please:
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
Seems to have been reported today. https://gitlab.com/inkscape/inbox/-/issues/12504
(Is that you, @seariver?)
no, was not me