I've got this gospel, but I wonder how it relates to your message, a little while back, saying -- if I understood you right! -- that there's nowhere in a Windows application to put a data file that's comparable to putting it inside the bundle (as Apple wants). Am I terminally confused, or only somewhat?

Charles Hartman


On Feb 9, 2005, at 9:04 PM, Bob Ippolito wrote:

You should never, ever, ever, ever, ever write inside of a bundle anyway. You should make this runtime directory in /tmp, /Library/Application Support/, etc.


In fact, I was thinking that I should chmod -R g-w the contents of the app bundle a couple hours ago :)

See "Where To Put Application Files" in http://developer.apple.com/documentation/MacOSX/Conceptual/ BPFileSystem/index.html

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

Reply via email to