[XML-SIG] build problems with PyXML-0.6.3 on ultra10

Andrew Kuchling akuchlin@mems-exchange.org
Fri, 12 Jan 2001 17:13:22 -0500


On Fri, Jan 12, 2001 at 04:33:49PM -0500, Pankaj Gupta wrote:
>distutils.errors.DistutilsPlatformError: invalid Python installation:
>unable to open /usr/local/lib/python2.0/config/Makefile (No such file or
>directory)

sysconfig uses the value of sys.prefix and sys.exec_prefix.  What are 
they set to for your Python installation?

--amk