79369232

Date: 2025-01-19 15:45:48
Score: 1
Natty:
Report link

if you installed by vcpkg

import os 

gtkbin = r'<path-to-vcpkg-installed-folder>\installed\x64-windows\bin'
os.environ['PATH'] = os.pathsep.join((gtkbin,os.environ['PATH']))
 
import cairosvg
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: the9an