Re: [pygtk] python-gtk3 on windows, any progress?

2014-01-13 Thread Giuseppe Penone
The feedback from mypaint - pygi experience would be to use 3.6.x, also the
official gtk bundle is 3.6.4
but the all in one installer proposes 3.10.x or older 3.4.x

If I will have some time will try and write feedback.

Giuseppe.


On Fri, Jan 3, 2014 at 3:04 PM, John Stowers
john.stowers.li...@gmail.comwrote:

 Also see this for windows builds

 http://opensourcepack.blogspot.fr/2013/01/mypaint-and-pygi.html

 John


 On Fri, Jan 3, 2014 at 12:16 PM, Timo timomli...@gmail.com wrote:

 op 02-01-14 20:54, Giuseppe Penone schreef:

  Hi, is there any progress for an all-in-one installer of python-gtk3 on
 windows?
 Thanks,
 Giuseppe.

 I don't know about any official installer, but here[1] you can find an
 unofficial package. It contains many (many!) GTK libraries and is updated
 frequently. I have no personal experiences with it though.

 Timo

 [1]  https://sourceforge.net/projects/pygobjectwin32/files



 ___
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/


 ___
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/



 ___
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/

___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] PyGObject 3.11.4 Released

2014-01-13 Thread Simon Feltman
I am pleased to announce version 3.11.4 of the Python bindings for
GObject. This is the fourth alpha release of the 3.11.x series for GNOME 3.12.

Notable additions in this release include demos showing off CSS with GTK+
thanks to Gian Mario Tagliaretti. While these demos are not currently included
in the in the release tarball, they are available in our git repository:
https://git.gnome.org/browse/pygobject/tree/demos/gtk-demo

Python doc strings for introspected classes and functions have been updated.
Classes now list available constructors with their function signatures and
type annotations. Function doc strings now accurately present their signatures
and no longer include implicit arguments like list lengths.

Download

The new release is available from ftp.gnome.org:

https://download.gnome.org/sources/pygobject/3.11/pygobject-3.11.4.tar.xz (497K)
sha256sum: 073bc913bfafcbdad5578a976022d60c4f13707489e7fb83c492ca17327e9ab7

What’s new since PyGObject 3.11.4
=
- Add enum and flags member methods (Simon Feltman) (#693099)
- overrides: Fix __repr__ for various Gdk structs (Simon Feltman)
- python.m4: g/c JD_PYTHON_CHECK_VERSION (Patrick Welche) (#721662)
- Support union creation with PyGIStruct (Simon Feltman)
- docs: List constructors in object and struct doc strings
  (Simon Feltman) (#708060)
- docs: Fix array length argument skipping with preceding out arguments
- docs: Add return values and skip implicit out arguments in functions
  (Simon Feltman) (#697356)
- docs: Skip implicit array length args when building function doc strings
  (Simon Feltman) (#697356)
- gtk-demo: Add CSS demos (Gian Mario Tagliaretti) (#719722)
- build: Avoid clash between gi/types.py and stdlib (Colin Watson) (#721025)

About PyGObject
===
GObject is a object system used by GTK+, GStreamer and other libraries.

PyGObject provides a convenient wrapper for use in Python programs when
accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It replaces the need for separate modules such as
PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once
new functionality is added to gobject library it is instantly available
as a Python API without the need for intermediate Python glue.
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/