artemtech / inkscape-gradient-saver

Inkscape's extension for saving gradient for your next project
GNU General Public License v3.0
20 stars 3 forks source link

What is Python3 lib and how to install it? #5

Open MaydayGD opened 3 years ago

MaydayGD commented 3 years ago

Can someone translate this into English for Windows users ?

Inkscape 1.0 is using python3 libs. So, please install python3 version of libraries listed above.

Traceback (most recent call last): File "gradient_saver.py", line 26, in saved_gradient_path = os.path.join(os.getenv('INKSCAPE_PROFILE_DIR'), "my-gradients.svg") File "C:\Program Files\Inkscape\lib\python3.8\ntpath.py", line 103, in join path = os.fspath(path) TypeError: expected str, bytes or os.PathLike object, not NoneType