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


Groups > comp.lang.python > #19496

Re: First python project : Tuner

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <jerome@jolimont.fr>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'package,': 0.03; 'python': 0.08; 'assumed': 0.09; 'subject:python': 0.10; 'examples': 0.15; '"new': 0.16; 'early.': 0.16; 'header:X-Face:1': 0.16; 'pygtk,': 0.16; 'received:lan': 0.16; 'url:gnome': 0.16; 'jan': 0.19; 'possibly': 0.19; '(or': 0.22; "doesn't": 0.22; 'header:In-Reply- To:1': 0.22; 'debian': 0.23; 'subject: : ': 0.25; 'writes:': 0.25; 'windows': 0.26; 'code.': 0.26; 'tried': 0.27; 'fact': 0.27; '+0200': 0.28; 'bit': 0.28; '(and': 0.29; 'fri,': 0.30; 'either.': 0.30; 'porting': 0.30; 'url:developer': 0.30; "didn't": 0.30; "i've": 0.31; 'version': 0.31; 'thanks': 0.32; 'to:addr:python- list': 0.33; 'points': 0.33; 'too': 0.34; 'clarify': 0.34; 'doc': 0.34; 'subject:project': 0.34; 'switch': 0.35; '(from': 0.36; 'partial': 0.36; 'two': 0.37; 'run': 0.37; 'reasons': 0.37; 'but': 0.37; "there's": 0.37; 'using': 0.37; 'enough': 0.37; 'stable': 0.38; 'think': 0.38; 'url:docs': 0.39; 'url:en': 0.39; 'url:org': 0.39; 'being': 0.39; 'recommended': 0.39; 'subject:: ': 0.39; 'might': 0.40; 'move': 0.40; 'to:addr:python.org': 0.40; 'got': 0.40; 'url:index': 0.60; 'more': 0.61; 'your': 0.61; 'believe': 0.65; 'received:89': 0.65; 'subject:First': 0.67
X-Spam-Checker-Version SpamAssassin 3.3.1 (2010-03-16) on jeftof
X-Spam-Level
X-Spam-Status No, score=-1.0 required=7.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1
Date Thu, 26 Jan 2012 19:39:34 +0100
From Jérôme <jerome@jolimont.fr>
To python-list@python.org
Subject Re: First python project : Tuner
In-Reply-To <vg3aa5iur3r.fsf@sci.fi>
References <20120117151601.78e495cb@bouzin.lan> <mailman.4857.1326969719.27778.python-list@python.org> <vg3aa5iur3r.fsf@sci.fi>
X-Mailer Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-pc-linux-gnu)
X-Face "kBB1-!wF@,"j_&tJ&7; T,t)PeQkZg5?.:{p,s>/,+?b6pN5!yxZy^nRXA=*?W+|J9OG!W[rdx^VA^Sx`R"g,; +MzhAq"tZFg27W4qX+ZXvLX=%piZ6c.7@oSDHyQ0Mff#HGx<{
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5133.1327602994.27778.python-list@python.org> (permalink)
Lines 49
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1327602994 news.xs4all.nl 6951 [2001:888:2000:d::a6]:56867
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:19496

Show key headers only | 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