Hello. 

I need to find out from an autoconf generated configure script whether
a certain version of pygtk (or a compatible version) is installed.  I
tried out pyautoconf-0.2 and managed to check the existence of python &
pygtk, but how can I check the pygtk version, e.g. which symbols
should I look for?

This is what I used to check if pygtk is installed:

PY_CHECK_MOD(gtk,1.5.1,,[
    echo pygtk not found.
    exit 1
])  

Or is there some other way?

-- 
http://www.iki.fi/vl/
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to