Kevin Conaway - 2007-03-26

Logged In: YES
user_id=1206550
Originator: NO

PyScrabble does in fact use the home directory for configuration, its just not being initialized properly. I'll fix this in the next release. Thanks for pointing it out.

As a workaround, create the directory manually:

$ mkdir -p ~/.config/pyscrabble

Kevin