Ben Finney writes:
> I will need to change both the build configuration and the application
> code, so that instead it allows the resource files to be installed to
> an appropriate location on the target system, and seeks the data files
> in the correct location when run later.
I've used an ugly
Howdy all,
How do I package a Python application with its resource files separate
from the Python modules, such that the resource files can be discovered
by the Python code when it runs?
I am working on an existing Python application code base. The
application currently assumes that its resource