Gentoo Archives: gentoo-user

From: Zac Medico <zmedico@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python / porthole thing
Date: Tue, 19 Jul 2005 19:42:17
Message-Id: 42DD5694.2050800@gmail.com
In Reply to: [gentoo-user] python / porthole thing by Martins Steinbergs
1 Martins Steinbergs wrote:
2 > hi
3 >
4 > starting porthole I get these warnings
5 >
6 > # porthole
7 > /usr/lib64/python2.4/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning:
8 > Module gnome.vfs is deprecated; please import gnomevfs instead
9 > DeprecationWarning)
10 > /usr/lib64/python2.4/site-packages/porthole/summary.py:37:
11 > GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
12 > self.set_editable(gtk.FALSE)
13 > <snip>
14 >
15 > ok, porthole is runing. question is should i worry, and if yes, then where to
16 > look for solution?
17 >
18 >
19 > Martins
20
21 Generally, when something is deprecated, it's no cause for immediate concern. It only means that the feature/api may not be supported sometime in the future. The porthole developers may be using an older version of pygtk in which case they would not receive the deprecation warning.
22
23 Zac
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] python / porthole thing Martins Steinbergs <mar@××.lv>