Closed ivan-burlakov closed 2 years ago
The fix is to reorder PATH environment variables which are set up when running weasyprint: https://github.com/berthertogen/weasyprint.wrapped/pull/33.
Thank you very much for the contribution! Your fix is released in v2.0.1 :), I will also release v3.0.0 today with an upgrade to weasyprint 57.
Thank you very much for supporting the tool!
Hello,
First of all, thanks a lot for the great wrapper.
I faced with can not load library errors when was using the nuget package locally on my PC. For instance, I got following error on executing
await printer.Version()
in Weasyprint.Wrapped.Example:It looks like some king of environmental issues when python can not find gtk libraries.
Thanks Ivan.