Speaking of, has anyone been able to get pygnome-hello to actually run?
autogen.sh returns a mess of errors:
$ ./autogen.sh
grep: ./configure.in: No such file or directory
grep: ./configure.in: No such file or directory
grep: ./configure.in: No such file or directory
grep: ./configure.in: No such file or directory
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
./configure: line 1234: syntax error near unexpected token `1.7'
./configure: line 1234: `AM_INIT_AUTOMAKE(1.7)'
And autoconf does the same:
$ autoconf
configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:7: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:21: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
configure.ac:22: error: possibly undefined macro: AC_PROG_INTLTOOL
configure.ac:25: error: possibly undefined macro: AM_PATH_PYTHON_VERSION
configure.ac:50: error: possibly undefined macro: AM_GCONF_SOURCE_2
--
Robert Uhl <[EMAIL PROTECTED]>
I'm talking RFCs where you're talking Microsoft. --Alan J. Rosenthal
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/