[XML-SIG] Compiling XML package v0.8.2

Adam Finlayson amf@northwestern.edu
Mon, 19 May 2003 17:01:56 -0500


Running setup.py as-is didn't work on my OS X box (10.2.5)

[angilas:local/src/PyXML-0.8.2] miklo# python setup.py build
Traceback (most recent call last):
   File "setup.py", line 58, in ?
     if sys.platform[:6] == "darwin" and \
NameError: name 'distutils' is not defined

Adding distutils to the import statement compiled like a charm.

Take care,

--Adam

/*
  * Adam Finlayson
  * Web Developer, Web Communications
  * University Relations, Northwestern University
  * 620 Lincoln #204
  * Evanston, IL 60208-4230
  * amf@northwestern.edu
  * 847-491-4580
  */