Hello,

since the format of plist files changed to binary by default on Tiger my
little program, which works on xml plists doesn't work anymore.

Is there a way to convert a binary plist to xml with Python or PyObjC?

I know this on the command line:

plutil -convert xml1 Bookmarks.plist

but I'm searching a way to do this directly.

NSMutableDictionary.dictionaryWithContentsOfFile_(file)

doesn't help me in this case.


thanks,
Florian

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to