Re: Installing resource data files and finding them

2013-09-08 Thread Ben Finney
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

Installing resource data files and finding them

2013-09-06 Thread Ben Finney
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