The hint with __file__ was just what I needed and got me on the right track. Using os.path.join(os.path.dirname(__file__), 'resource', 'font.otf') within the main.py now gives me the ability to pull content from the resource directory. Perfect! Thank you so much @frederik, as always