Hi ..
to compile libglade, I only the same thing, with 1.99.4 and 1.99.3:
Making all in tests
make[2]: Entering directory
`/home/palic/pre-gnome2/libglade/libglade-1.99.4/tests'
/usr/bin/env python ../libglade-convert \
./test-libglade-gtk.glade \
test-libglade-gtk.glade2.tmp \
&& mv test-libglade-gtk.glade2.tmp \
test-libglade-gtk.glade2
Traceback (most recent call last):
File "../libglade-convert", line 9, in ?
import xml.dom.minidom
ImportError: No module named xml.dom.minidom
then the build breaks .
Where do I find the file xml.dom.minidom, I have python-2.1 and -2.2
installed.
What I'm missing?