Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19496

Re: First python project : Tuner

Date 2012-01-26 19:39 +0100
From Jérôme <jerome@jolimont.fr>
Subject Re: First python project : Tuner
References <20120117151601.78e495cb@bouzin.lan> <mailman.4857.1326969719.27778.python-list@python.org> <vg3aa5iur3r.fsf@sci.fi>
Newsgroups comp.lang.python
Message-ID <mailman.5133.1327602994.27778.python-list@python.org> (permalink)

Show all headers | View raw


Fri, 20 Jan 2012 12:13:30 +0200
Anssi Saari a écrit:

> Jérôme <jerome@jolimont.fr> writes:
> 
> > - I tried to clarify the dependencies of my program by adding 
> >   "PyGObject (python-gi)."
> >   I believe PyGObject is the name, but python-gi being the name of the
> > debian package (and possibly other distros' package, I didn't check), I
> > assumed it would be more helpful.
> 
> You might mention that Debian Stable (Squeeze) doesn't have a new enough
> PyGObject to run your code. There's no package python-gi and the version
> of python-gobject is 2.21.4+is.2.21.3-1. 

Thanks for telling me.

I've got the feeling that my move to Gtk3 was a bit too early.

Two reasons I decided to switch to pygobject :

* The advice on pygtk.org : "New users wishing to develop Python applications
  using GTK+ are recommended to use the GObject-Introspection features
  available in PyGObject."

* The fact that glade, that I wanted to use as well, now (from version 3.10)
  only supports GTK3 (or so I understand).

The documentation is not as prolific as for pyGTK, to say the least.

https://live.gnome.org/PyGObject points to

* A tutorial (work in progress) :
  http://readthedocs.org/docs/python-gtk-3-tutorial/en/latest/index.html

* A partial doc I don't really use :
  http://people.gnome.org/~johnp/girdocsalpha/Gtk/

* A few examples :
  http://developer.gnome.org/gnome-devel-demos/stable/

And as far as I heard, porting such applications to windows is not easy
either.

I would think it twice if I had to start a new project.

-- 
Jérôme

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-19 11:44 +0100
  Re: First python project : Tuner Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-19 08:32 -0800
  Re: First python project : Tuner Anssi Saari <as@sci.fi> - 2012-01-20 12:13 +0200
    Re: First python project : Tuner Jérôme <jerome@jolimont.fr> - 2012-01-26 19:39 +0100

csiph-web