Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-13 Thread Bob Ippolito
On May 13, 2005, at 11:19 PM, Bill Janssen wrote: > The binary plist format is also documented on the Web in > http://cvs.opendarwin.org/index.cgi/~checkout~/src/CoreFoundation/ > Parsing.subproj/CFBinaryPList.c?rev=1.1.1.3&content-type=text/plain > so a parser could be written for it in pure Pyt

Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-13 Thread Bob Ippolito
On May 13, 2005, at 7:11 PM, [EMAIL PROTECTED] wrote: > Thanks, Florian, for the instructions on how to convert the new > binary plist files into something parseable. > > I'm wondering if it's going to be possible to bundle this sort of > functionality into plistlib. Since PyObjC is needed, I

Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-13 Thread Bill Janssen
The binary plist format is also documented on the Web in http://cvs.opendarwin.org/index.cgi/~checkout~/src/CoreFoundation/Parsing.subproj/CFBinaryPList.c?rev=1.1.1.3&content-type=text/plain so a parser could be written for it in pure Python. Bill ___ Py

Re: [Pythonmac-SIG] convert binary plist to xml string

2005-05-13 Thread brad . allen
Thanks, Florian, for the instructions on how to convert the new binary plist files into something parseable. I'm wondering if it's going to be possible to bundle this sort of functionality into plistlib. Since PyObjC is needed, I guess the normal plistlib won't be able to do it. Maybe a special

Re: [Pythonmac-SIG] WebKit with PyObjC on Jaguar

2005-05-13 Thread Bob Ippolito
On May 13, 2005, at 4:09 PM, [EMAIL PROTECTED] wrote: > On 13.05.2005, at 20:33, Bob Ippolito wrote: > > >> That is correct. The only way to develop a Jaguar compatible >> application with Python is to build its components on Jaguar. >> > > Is that also true for Panther/Tiger? Assuming that I up

Re: [Pythonmac-SIG] WebKit with PyObjC on Jaguar

2005-05-13 Thread konrad . hinsen
On 13.05.2005, at 20:33, Bob Ippolito wrote: > That is correct. The only way to develop a Jaguar compatible > application with Python is to build its components on Jaguar. Is that also true for Panther/Tiger? Assuming that I update all my machines to Tiger, will I still be able to build package

Re: [Pythonmac-SIG] WebKit with PyObjC on Jaguar

2005-05-13 Thread Bob Ippolito
On May 13, 2005, at 9:45 AM, Bob Swerdlow wrote: > Bob - > > Thanks for the response. Unfortunately, it looks like the Safari > SK is no longer available at connect.apple.com. Do you know where > I can get it? Nope. > Also, I'm intrigued by your comment: > >> Jaguar isn't currently suppor

[Pythonmac-SIG] Carbon.AE problems revisited

2005-05-13 Thread has
Hi all, I'm working on the next version of aem/appscript for release later this month, and need some expert advice on the following problem: As some folks will know, some parts of aem rely on patches I've made to Carbon.AE's _AE.so extension that haven't yet been applies to the standard MacPyt

Re: [Pythonmac-SIG] WebKit with PyObjC on Jaguar

2005-05-13 Thread Bob Swerdlow
Bob - Thanks for the response. Unfortunately, it looks like the Safari SK is no longer available at connect.apple.com. Do you know where I can get it? Also, I'm intrigued by your comment: > Jaguar isn't currently supported in PyObjC, but it might still work. > I highly recommend trying it from