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: 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: =?UTF-8?B?SsOpcsO0bWU=?= To: python-list@python.org Subject: Re: First python project : Tuner In-Reply-To: References: <20120117151601.78e495cb@bouzin.lan> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 Fri, 20 Jan 2012 12:13:30 +0200 Anssi Saari a =C3=A9crit: > J=C3=A9r=C3=B4me writes: >=20 > > - I tried to clarify the dependencies of my program by adding=20 > > "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. >=20 > 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.=20 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 applicatio= ns 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. --=20 J=C3=A9r=C3=B4me