Jun,Li

Results 4 comments of Jun,Li

# Convert images using visio connor: [email protected] ``` python import os import sys import win32com.client from os.path import abspath visio = win32com.client.Dispatch("Visio.InvisibleApp") folder=abspath(sys.argv[1]) for oldfilename in os.listdir(folder): if oldfilename.endswith(".emf"): f=abspath(folder+'\\'+oldfilename)...

inkscape 1.01 works, can we use it? > inkscape tmp.emf -o tmp.pdf

> Hmm... Commit message might contain illegal characters as JSON? The activity log is stored in `~/.gitbucket/activity.log` by default. Do you see something wrong in this file? > > Or...

I have solved this problem in debian13 with python 3.13.5 , by follow steps: 1. create a .venv for python 2. pip install numpy lxml tinycss2 cssselect # in .venv...