sildeag

Results 10 comments of sildeag

The solution was given in #388 and #329. But a more permeant resolution is possible in the source code to anyone more experienced following the instructions also previously given on...

I previously posted a solution that worked for me on Windows 11. It is closed as far as I am concerned but apparently a person with greater expertise could apply...

I get similar messages on Windows 11 with Python3.10 when I `import cairosvg`. Nothing I have tried has eliminated the messages.

Thank you for the tips. I have installed GTK3 and rebooted, these are the messages: Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new...

When used in Python3.10 on Windows 11, it is not enough to add the GTK3-Runtime Win64 to the path as the dll still does not load correctly. Adding this solves...

I think the above should close this issue.

One thing to think about is the location of the.pc files. On `Ubuntu`, to the best of my understanding, `/usr/local/share/pkgconfig` is automatically searched. `/usr/local/lib/pkgconfig` may be on the automatic search...

@dbogdanov thanks for the info. I was just pointing out that `/usr/local/lib/pkgconfig` wasn't in the automatic search path for `Ubuntu.` This impacts build scripts which use `.pc` files - since...

Recently upgraded `Gaia` to work with `Qt5.6` to `Qt5.10` and `Python2` or `Python3` for `Ubuntu 17.10`. Backwards compatibility was maintained as much as possible. Unfortunately, getting rid of `Qt` would...

I don't have OSX but here's an idea: Look at Aug 8, 2017 comment `https://github.com/caffe2/caffe2/issues/854` and Feb 9 comment. It is also an issue addressed on StackOverflow.