Re: inkscape 1.2.1
- Reply: LuMiWa : "Re: inkscape 1.2.1"
- In reply to: parv/FreeBSD: "Re: inkscape 1.2.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Nov 2022 05:52:25 UTC
On Sat, Nov 12, 2022 at 7:22 PM parv/FreeBSD wrote: > On Sat, Nov 12, 2022 at 9:10 AM LuMiWa wrote: > >> I am using Inkscape 1.2.1 on FreeBSD 13.1 - Release - p3 and it works. >> The problem which I have is when going File - Import Web Image... than >> I got: >> >> Traceback (most recent call last): >> File >> "/usr/local/share/inkscape/extensions/other/clipart/import_web_image.py", >> line 47, in <module> >> from import_sources import RemoteSource, RemoteFile, RemotePage >> File >> "/usr/local/share/inkscape/extensions/other/clipart/import_sources.py", >> line 26, in <module> >> import requests >> ModuleNotFoundError: No module named 'requests' >> >> And I am using packages (pkg install) >> > > The error is due to "inkspace" *ass*uming that "requests" > module would already be available. Either it (original software) > needs to intercept the error & ask user to install the > missing package. Or, the FreeBSD port needs to unconditionally > have "requests" as the run time dependency. > ... Could anyone interested in the issue ... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267735 ... test the "Import Web Image" function in terms of fetching an image by installing port after applying the patch ... https://bz-attachments.freebsd.org/attachment.cgi?id=238047 ... ? Thanks much. - parv --