$OpenBSD$ --- pykanjicard.py.orig Sat Jan 31 19:53:20 2009 +++ pykanjicard.py Sat Jan 31 19:54:15 2009 @@ -269,6 +269,9 @@ class MainWindow: elif os.path.exists (sys.prefix + '/share/' + DICT): filename = sys.prefix + '/share/' + DICT + elif os.path.exists (sys.prefix + '/share/pykanjicard/' + DICT): + filename = sys.prefix + '/share/pykanjicard/' + DICT + else: raise Exception, 'Cannot find "%s"' % DICT