In cb6d0ea, I include copying the three data files in the installation of the package. But now, when loading from some directory that doesn't have those data files, __init__ can't find them. I need to point to the installation directory somehow -- using __file__, I guess.
In cb6d0ea, I include copying the three data files in the installation of the package. But now, when loading from some directory that doesn't have those data files,
__init__
can't find them. I need to point to the installation directory somehow -- using__file__
, I guess.