On 2016-10-19 10:58, Mike Wey wrote:
On 10/18/2016 10:59 PM, captaindet wrote:
It's not a known issue, but i will take a look.
thanks, much appreciated
I found what is causing this:
gtk.Builder uses glib.Module internally, on win 64 gmoduleopen fails
to load so we are calling a null pointer. In the 64 bit copy of Gtk this
function is named gmoduleopen_utf8 for some reason.
glad it is something simple. will you supply a fixed version soon?
or, in order to fix my version: is just one extra version block
necessary in glib.Module? (will try later)