Hi, Wondering if anyone succeeded in creating the 1.7 client? I'd really like to learn what I'm missing here.
I think there's something with librsvg on my machine. I've seen that when I run the gdk-pixbuf-query-loaders.exe with the additional "svg_loader"parameter, I get the following output: C:\Program Files (x86)\GTK2-Runtime\bin>gdk-pixbuf-query-loaders svg_loader # GdkPixbuf Image Loader Modules file # Automatically generated file, do not edit # Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.22.0 # "C:/Program Files (x86)/GTK2-Runtime/bin/svg_loader" "svg" 2 "gdk-pixbuf" "Scalable Vector Graphics" "LGPL" "image/svg+xml" "image/svg" "image/svg-xml" "image/vnd.adobe.svg+xml" "text/xml- svg" "image/svg+xml-compressed" "" "svg" "svgz" "svg.gz" "" " <svg" "* " 100 " <!DOCTYPE svg" "* " 100 Shouldn't gdk-pixbuf-query-loaders be able to find out itself that it should load the svg_loader module, instead of being explicitly told? Of course I have redirected this output to the etc/gtk-2.0/gdk- pixbuf.loaders file, but after building and compiling Python client, I see the empty pixbuf.loaders file in Tryton's /dist/etc folder as printed in one of my previous messages. Manually overwriting Tryton's pixbuf.loaders file with the one above did also not help (it is replaced with to the empty one after using "setup.py py2exe" script by the way) Can this have anything to do with the problem, or should I look in other directions? Thanks for your help! Best regards, Vincent -- [email protected] mailing list
