Re: 'Registry' or 'Preference' settings in Mac Python

2009-07-26 Thread Petite Abeille
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

'Registry' or 'Preference' settings in Mac Python

2009-07-26 Thread Robert Avery
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