On May 12, 2013, at 9:37 PM, C Anthony Risinger <[email protected]> wrote:
> however, just yesterday, i realized how to achieve 100% out-of-the-box > support for the gobject realtime bindings (!), *despite* the lack of support > in gobject-introspection (use cytpes manually! of course! it's so simple!) so > i'm currently working to push that out, followed by *gasp* a real release, > but these problems you've encountered are definitely a high priority, albeit > as part of a larger architecture issue... Have you considered using cffi rather than ctypes? <https://pypi.python.org/pypi/cffi> This is a bit more maintainable and easier to debug when upstream makes changes (you get a nice compiler error rather than a segfault), which is especially important given GTK+/GLib's somewhat ... cavalier attitude towards backwards compatibility. -glyph -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
