Problem installing linux opensuse Phatch
LaurentRoland 04 Feb 2011 20:58
Hello everyone
I just installed opensuse Phatch in and nothing happens when I run
I find the following line when I run from the console:
surcouf@linux-r7nt:~> phatch
Traceback (most recent call last):
File "/usr/bin/phatch", line 10, in <module>
import phatch
File "/usr/lib/python2.6/site-packages/phatch/__init__.py", line 25, in <module>
init_config_paths()
File "/usr/lib/python2.6/site-packages/phatch/core/config.py", line 225, in init_config_paths
from lib.fonts import set_font_cache
File "/usr/lib/python2.6/site-packages/phatch/lib/fonts.py", line 53, in <module>
sys.exit(_('Please install "%s" first.') % 'locate')
NameError: name '_' is not defined
Does anyone see what's going on?