On Jul 26, 2009, at 5:09 PM, Robert Avery wrote:
In Windows, the Registry serves this purpose. Is there something
similar for Mac?
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSUserDefaults_Class/Reference/Reference.html
http://developer.apple.com/documentati
Is there any way for me to save some sort of global preference for
python that I can read/write at runtime that doesn't involve me
explicitly creating a file? It may create a file underneath, but I
don't want some path hard coded to my routine.
In Windows, the Registry serves this purpose. Is th