quickly package --extras doesn't produce /opt/extras.ubuntu.com/../share/locale
- by user75704
I'm trying to package an app to /opt, but when installed the app won't run and complains:
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/drawers/bin/drawers", line 45, in <module>
import drawers
File "/opt/extras.ubuntu.com/drawers/drawers/__init__.py", line 21, in <module>
locale.bindtextdomain('drawers', '/opt/extras.ubuntu.com/drawers/share/locale')
NameError: name 'locale' is not defined
I can't figure out what I need to change. Is there a config file I need to alter?