-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svgexport does not work on windows #1
Comments
Python will run it at the DOS prompt, does it work there? I never tested it on Windows, PRs are welcome. |
I don't know how to suppress the output of svgexport on Windows-- if you look at the source code, it attempts to pipe the output to |
but at least it works with all it's major functions on Windows 10, confirmed. |
There is an alternative to export SVGs under Windows: PYVIPS --------------------------- convert SVG to PNG under Windows with PYVIPS --------------------
See my work in progress at https://github.com/nakigoe/sea/tree/main/graph_wind_create |
svgexport works from command line but i get:
RuntimeError: External command svgexport failed
The text was updated successfully, but these errors were encountered: