On Aug 4, 2005, at 4:20 AM, Schollnick, Benjamin wrote:

> Folks,
>
> This is strange...  But I suspect it is a permissions issue....
>
> 1) I can not seemingly read my screensaver preference file.
> ~/Library/Preferences/ByHost/com.apple.screensaver.003065980c94.plist
>
>     os.path.exists (
> r"~/Library/Preferences/ByHost/com.apple.screensaver. 
> 003065980c94.plist"
> )
>
>     returns False...

os.path.exists(os.path.expanduser('~/....'))

-bob

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

Reply via email to