You are not logged in.

#1 2004-07-06 00:35:11

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

pygtk 2.3.92 (unstable, but at least it works with GTK 2.4)

all GTK and especially GNOME lovers know what a huge step 2.4 has been.
well in AL we have Glade now that dropped the support for the old style of ComboEntryBox. So if you program in PyGTK (like me) you have a new glade xml file that uses GTK 2.4 and above and PyGTK stable which lives in 2.2 series.
this is very annoying especially because there have been many and important break compatibilities. [one I mention about ComboEntryBox and the way you can the f**cking string]

after losing an hour and so, I figured out that PyGTK is the problem. so here it is your after-DailyShow PKG:

pkgname=pygtk_pre24
origname=pygtk
pkgver=2.3.92
pkgrel=1
pkgdesc="PyGTK is a set of bindings for the GTK widget set. **UNSTABLE**"
depends=('glib' 'gtk2' 'pango' 'python' 'libglade')
source=(http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.3/$origname-$pkgver.tar.gz)
url="http://www.pygtk.org/"
md5sums=('d68080b7fad130506b9ee05146fa754e')
 
build() {
   cd $startdir/src/$origname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
}

I just added this pkg, (didn't remove the previous pygtk).
gnochm, eroaster and gnome-blog still continue to work, and these are 3 pygtk apps I use I think.
this is to say: "IT WORKS {only?} FOR ME!"

Offline

Board footer

Powered by FluxBB