Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-16 Thread Graham Jones
Indeed, I thought the ADT installed by default on Macs. Apparently not. So installed ADT and fine. Well, fine after realising Apple fumbled bundle1.o in /usr/lib (Jaguar installed, Panther doesn't - so if ADT is a Jaguar ADT or early Panther version then no bundle1.o so no compile so no PyXML). A

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-16 Thread Peter Herndon
pyconfig.h exists on my 10.3.8 Mac: MHUG-S1021-G4-1-25:~ herndon$ locate pyconfig.h /sw/include/python2.3/pyconfig.h /System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3/pyconfig.h The one in /sw/include comes from fink, but the one in /System/Library is the Apple-install

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-15 Thread Graham Jones
Yes, I am of the view since writing that this is really an Apple issue rather than one of PyXML. PyXML is fine. Regards Graham Jones On 15/3/05 11:16 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Graham Jones wrote: >> But the PyXML install falls over looking for pyconfig.h. > > Is that

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-15 Thread "Martin v. Löwis"
Graham Jones wrote: But the PyXML install falls over looking for pyconfig.h. Is that because there is no pyconfig.h, or because looking for it fails? If the former, there is not much we can do - complain to Apple. Alternatively, you might just need to install additional packages from Apple to get t

[XML-SIG] PyXML and Mac OS 10.3.8

2005-03-13 Thread Graham Jones
Hello Hope this is the right place to post this, my apologies if not. I have MoinMoin installed on Mac OS X 10.3.8 and it is working very well. I wanted to put the RSS feed on the Recent Changes page so tried to install PyXML 0.8.4. But the PyXML install falls over looking for pyconfig.h. The e