File "/app/.heroku/python/lib/python2.7/gettext.py", line 524, in find remote: mofile = os.path.join(localedir, lang, 'LC_MESSAGES', '%s.mo' % domain) remote: File "/app/.heroku/python/lib/python2.7/posixpath.py", line 70, in join remote: elif path == '' or path.endswith('/'): remote: AttributeError: 'PosixPath' object has no attribute 'endswith' 

How can I fix it, please tell me?

0