>>> Hmm, what else do you have there... PyGtkSourceView2, PyGooCanvas ?
>>
>> PyCairo, PyGObject, PyGTK, PyGtkSourceView2, PyGooCanvas and PyRsvg
>> (the last one comes from gnome-python-desktop), Glade3, "language tools"
>> (intltool, gettext, etc) and dependencies. A complete list can be seen here:
>> https://github.com/dieterv/pygtk-installer/blob/release-2.22.6/wix/2.22.6.win32.xml
>
> Yeah, meant "that I didn't include" there. The developer tools like
> pkg-config and gettext are available, just not in the deployment pkg.
Added intltool for building. But it seems to me that gtksourceview
is part of GNOME rather than GTK, and requires the (now deprecated)
ige-mac-integration (IgeMacBundle) which prevents building on 64-bit ?
And half of the language specs are GPL rather than LGPL, as well...
So I'd need to patch it (and delete some *.lang), if I wanted to include.
It only needs the IGE stuff to find the locale files relatively, anyway.
#else
locale_dir = g_build_filename (DATADIR, "locale", NULL);
>> I've had requests to add PyGTKSpell/PyEnchant by our gramps friends and
>> time permitting I'll add them to the 2.24 aio installer (I hope).
Seems to be a rather slippery slope of feature creep, right there ? :-)
Think I will leave those out: PyGooCanvas/PyRsvg/PyGTKSpell/PyEnchant
The one I really wanted was PyWebKitGtk anyway. But that's also a bit
"heavy" as far as dependencies go, so will also be an extra add-on...
--anders
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/