[XML-SIG] broken install of PyXML-0.8.2 on darwin

Jason Michael Jurkowski jasj@miller.cs.uwm.edu
Wed, 5 Mar 2003 15:47:57 -0600 (CST)


i experienced a broken install of PyXML-0.8.2 on darwin.  the following
details two minor changes I made to setup.py to 'fix' the install.

changed line 11 to:
from distutils.sysconfig import get_config_var

changed line 59 to:
get_config_var("LDSHARED").find("-flat_namespace") == -1:

jason