$OpenBSD$ --- pykanjiedit.py.orig Sat Jan 31 19:54:56 2009 +++ pykanjiedit.py Sat Jan 31 19:55:49 2009 @@ -468,6 +468,9 @@ if os.path.exists (DICT): 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