hasii2011 / albow-python-3

Albow running on Python 3.x
MIT License
9 stars 0 forks source link

Update how we load external resources #67

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

When we area py2app application use an environment variable to find the root of our resources

hasii2011 commented 3 years ago

https://stackoverflow.com/questions/6028000/how-to-read-a-static-file-from-inside-a-python-package

This appears to be the modern way to load resources

hasii2011 commented 3 years ago

Done