[XML-SIG] help installing PyXML on Linux

Chris Curvey scurvey@nwaf.com
Mon, 03 Jul 2000 15:25:53 -0400


Hi folks,

I'm trying to install the xml modules for Python, and I'm running into
some issues. Any help would be appreciated.

After unpacking the source stuff, I run

make -f Makefile.pre.in Makefile VERSION=1.5 installdir=/usr/local from
the "extensions" directory.  (This seems to work OK)

Then I run "make" which compiles the modules.  Fine.

Then I run "make install" and get  "no rule to make the target
install".  Hmm.

System stuff:  running Red Hat 6.1, Python 1.5.2 and XML library 0.5.4

Thanks in advance!

-Chris