Re: [Pythonmac-SIG] XML Parsing

2009-02-07 Thread Steve Majewski
Not clear from your question whether your goal is to learn to parse XML in python or to solve a particular problem. If your goal is to learn python XML processing, then go right ahead -- however, it looks like you are using SAX below, and the sort of thing you describe might be done better

Re: [Pythonmac-SIG] XML Parsing

2009-02-07 Thread Bryan Smith
"Not clear from your question whether your goal is to learn to parse XML in python or to solve a particular problem. If your goal is to learn python XML processing, then go right ahead -- however, it looks like you are using SAX below, and the sort of thing you describe might be done better using a

[Pythonmac-SIG] py2app - After building for distribution, No module named PyObjCTools

2009-02-07 Thread Jacob
Hi guys, I'm have a little trouble with py2app when building an app for distribution. I'll give an example using one of the py2app/pyobjc2 examples, ICSharingWatcher. I setup Python 2.5.4 using MacPorts 1.7.0, along with the following packages: py25-bdist_mpkg @0.4.3_0 (active) py25-macholib-dev