Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
echo $ac_n "checking for a working GdkImlib""... $ac_c" 1>&6
echo "configure:4393: checking for a working GdkImlib" >&5
if ${Python} -c 'import _gdkimlib' >&5 2>&1 ; then
if ${Python} -c "import pygtk;pygtk.require('1.2');import _gdkimlib" >&5 2>&1 ; then
echo "$ac_t""yes" 1>&6
else
echo "$ac_t""no" 1>&6
import sys
import pygtk
pygtk.require('1.2')
from gtk import *
from Pyblio.GnomeUI.Pybliographic import Pybliographic
from Pyblio.Fields import URL