[4suite] Mac OS X fixes and alpha3

Jeremy Kloth jeremy.kloth at fourthought.com
Sun Sep 29 11:41:55 MDT 2002


On Sunday 29 September 2002 03:04 am, Etienne Posthumus wrote:
> On zondag, sep 29, 2002, at 03:06 Europe/Amsterdam, Jeremy Kloth wrote:
> > Did you happen to have any warnings when installing PyXML?  Those
> > warnings
> > appear pretty unusual...
>
> Nope, that went OK. Granted the only test that I ran to check for a
> parser was:
> from xml.dom.minidom import parseString
> s = parseString('<juluka/>')
> - and that went fine.
>

If you could try these in a python interpreter:
----
from distutils.sysconfig import get_config_vars
print get_config_vars('CC', 'LDSHARED')

import os
print os.environ.get('LDFLAGS')
----

Thanks for your help on this.

Jeremy



More information about the 4suite mailing list