Re: [XML-SIG] Installing PyXML 0.8.4 on Mac OS X 10.4 "Tiger"

2005-05-17 Thread Keith Jackson
You need to set the MACOSX_DEPLOYMENT_TARGET environment variable to 10.4 instead of 10.1. dyld didn't support runtime lookup until 10.3. --keith On May 17, 2005, at 8:24 AM, Ben Kimball wrote: > Hello! > > I apologize if I'm on the wrong list to discuss this, but I was > wondering if > anyon

[XML-SIG] xml.dom won't traverse the whole XML tree

2005-05-17 Thread Alexandre CONRAD
Hello, I have a problem here traversing an XML file all the way through. Here is my script file (copy/paste in a file an execute it, it should work). cut import time import xml.dom.ext from xml.dom.ext.reader import Sax2 from xml.dom.NodeFilter import NodeFilter playlist

[XML-SIG] IMPORTANT: your message to site-policy

2005-05-17 Thread W3C List Manager
This is a response to a message apparently sent from your address to [EMAIL PROTECTED]: Subject: The Whore Lived Like a German From:xml-sig@python.org Date:Tue, 17 May 2005 09:52:48 GMT Your message has NOT been distributed to the list; before we distribute it, we need your pe

[XML-SIG] Installing PyXML 0.8.4 on Mac OS X 10.4 "Tiger"

2005-05-17 Thread Ben Kimball
Hello! I apologize if I'm on the wrong list to discuss this, but I was wondering if anyone else had run into trouble installing PyXML on Mac OS X 10.4? I'm trying to get it installed so that my local MoinMoinWiki will publish an RSS feed for its RecentChanges page. When I download the 0.8.4 packa