sectext=_('The database file (%s) cannot be read. Try to repair it (see http://trac.gajim.org/wiki/DatabaseBackup) or remove it (all history will be lost).')%common.logger.LOG_DB_PATH
sectext=_('The database file (%s) cannot be read. Try to repair it (see '
'http://trac.gajim.org/wiki/DatabaseBackup) or remove it (all history '
# The constant defined in <linux/prctl.h> which is used to set the name of
# the process.
# The constant defined in <linux/prctl.h> which is used to set the name
# of the process.
PR_SET_NAME=15
ifsysname=='Linux':
...
...
@@ -183,11 +186,7 @@ else:
pritext=_('Gajim needs GTK 2.16 or above')
sectext=_('Gajim needs GTK 2.16 or above to run. Quiting...')
try:
fromcommonimportcheck_paths
exceptexceptions.PysqliteNotAvailable,e:
pritext=_('Gajim needs PySQLite2 to run')
sectext=str(e)
fromcommonimportcheck_paths
ifos.name=='nt':
try:
...
...
@@ -195,7 +194,9 @@ else:
importwin32api# do NOT remove. we req this module
exceptException:
pritext=_('Gajim needs pywin32 to run')
sectext=_('Please make sure that Pywin32 is installed on your system. You can get it at %s')%'http://sourceforge.net/project/showfiles.php?group_id=78018'
sectext=_('Please make sure that Pywin32 is installed on your '