我一直试图在tkinter屏幕上放置SVG图像。如果使用cairo和rsvg,这是可能的。我按照here的说明进行操作,但是在运行脚本时收到以下错误:
Traceback (most recent call last): l=CDLL('librsvg-2-2.dll') File "C:\Users\Whoever\AppData\Local\Programs\Python\Python36-32\lib\ctypes\__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found
似乎librsvg-2-2.dll
文件不存在。
如何获取文件?
我正在Windows 10上使用Python 3.6
非常感谢。