mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 20:38:00 +01:00
More build fixes
This commit is contained in:
3
setup.py
3
setup.py
@@ -341,7 +341,8 @@ try:
|
||||
print short_language,
|
||||
data.append((wpath.translations + short_language + '/LC_MESSAGES/', ['translations/' + language + '/LC_MESSAGES/wicd.mo']))
|
||||
print
|
||||
except:
|
||||
except Exception, e:
|
||||
print str(e)
|
||||
print '''Error setting up data array. This is normal if
|
||||
python setup.py configure has not yet been run.'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user