mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
469ec4d2fe
commit
c43407b0f3
@ -185,7 +185,6 @@ def print_basic_debug_info(out=None):
|
||||
out(__appname__, get_version(), 'Portable' if isportable else '',
|
||||
'embedded-python:', isfrozen, 'is64bit:', is64bit)
|
||||
out(platform.platform(), platform.system(), platform.architecture())
|
||||
out('Interface language:', type(u'')(set_translators.lang))
|
||||
if iswindows and not is64bit:
|
||||
try:
|
||||
import win32process
|
||||
@ -205,6 +204,7 @@ def print_basic_debug_info(out=None):
|
||||
out('Linux:', platform.linux_distribution())
|
||||
except:
|
||||
pass
|
||||
out('Interface language:', type(u'')(set_translators.lang))
|
||||
from calibre.customize.ui import has_external_plugins, initialized_plugins
|
||||
if has_external_plugins():
|
||||
names = ('{0} {1}'.format(p.name, p.version) for p in initialized_plugins() if getattr(p, 'plugin_path', None) is not None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user